Code Review Toolkit
Structured review skills for quality, security, and CI failures.
Code review is where agent skills shine brightest. This collection bundles review workflows for bugs, security vulnerabilities, and CI failures — giving your team consistent, thorough reviews on every PR.
code-review applies structured review checklists covering correctness, maintainability, tests, and team conventions.
Can help with
- →Reviewing pull requests
- →Code quality audit
review-bugbot performs structured code review focused on bugs, edge cases, and regressions. Ideal before merging PRs or after significant refactors.
Can help with
- →PR review requests
- →Finding bugs in diffs
review-security guides agents through security-focused reviews covering injection, auth flaws, secrets exposure, and OWASP patterns.
Can help with
- →Security review requests
- →Auth changes
ci-investigator analyzes failed CI checks on pull requests and returns concise root-cause summaries with fix suggestions.
Can help with
- →CI failure on PR
- →GitHub checks failing