at-review
SolidReview code changes for bugs, regressions, convention violations, and high-value cleanup opportunities. Use for diffs, commit ranges, PRs, paths, staged changes, or working-tree changes.
Install
Quality Score: 89/100
Skill Content
Details
- Author
- kairyou
- Repository
- kairyou/agent-tools
- Created
- 2 weeks ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
code-review
Review changed code for correctness bugs — logic errors, nil/error handling, concurrency, resource leaks, edge cases, broken invariants. Reports findings first, ordered by severity, then fixes on request. Scoped to correctness, not quality or style cleanups. Use when the user says "code review", "review my changes", "any bugs", "find bugs", or asks whether a change is correct.
deep-review
Deep, scope-adaptive code review (+ optional --fix). Resolves scope (PR/branch/range/path/subsystem/whole-product/no-git), fans out independent finder angles (correctness, security, seams, tests, dependencies, UI, cleanup, conventions), verifies every candidate (intent + reachability + live-vs-latent), sweeps for gaps, and can apply safe, test-gated corrections.
reviewcode
Review the current diff for correctness bugs and reuse/simplification/efficiency cleanups at a given effort level. Use for "review my changes", "review the diff", "find bugs in my changes", or as the correctness pass before opening a PR. Low/medium surface fewer, high-confidence findings; high through max broaden coverage and may include uncertain findings. Pass --fix to apply the findings to the working tree after the review.