skills/review/SKILL.md
Guide for reviewing code changes (uncommitted or on a branch), existing code, and the project in general, providing a structured review report.
npx skillsauth add agentty-xyz/agentty reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when asked to review changes (uncommitted, staged, or committed on a feature branch), existing code files, or the overall project.
Gather Context
git diff HEAD or git diff --staged.git diff <base_branch>...HEAD.AGENTS.md) to inform your review.Analyze the Code
Generate the Review Report
# Review Report
## Summary
[Brief summary of the changes or code reviewed and overall impressions]
## Critical Issues
[Issues that cause immediate failures, security risks, or block progress. Must be fixed.]
- **[Issue Title]:** [Description]
- **Recommendation/Fix:** [Actionable advice or exact code fix]
## High Issues
[Significant issues like major bugs, missing tests, or severe architectural deviations.]
- **[Issue Title]:** [Description]
- **Recommendation/Fix:** [Actionable advice or exact code fix]
## Medium Issues
[Style violations, suboptimal performance, missing documentation, or minor edge cases.]
- **[Issue Title]:** [Description]
- **Recommendation/Fix:** [Actionable advice or exact code fix]
## Low Issues (Nitpicks)
[Minor stylistic suggestions, small improvements, or general thoughts.]
- **[Issue Title]:** [Description]
- **Recommendation/Fix:** [Actionable advice or exact code fix]
## Architectural & Maintainability Recommendations
[High-level recommendations for making the project more maintainable, modular, and extendable.]
- **[Area/Component]:** [Description of the current state]
- **Recommendation:** [Actionable advice on improving modularity, separation of concerns, or testability]
development
Sweep the codebase for tech debt and return a prioritized markdown task list of findings.
development
Audit subprocess execution, path handling, SQL queries, panic conditions, and dependency risks in this Rust TUI project.
documentation
Guide for releasing a new version of the project, including version bumping, changelog updates, and tagging.
documentation
Create and maintain the single actionable roadmap in `docs/plan/roadmap.md`. Use when asked to draft or revise the roadmap, convert work into an iterative execution queue, split the backlog into `Ready Now`, `Queued Next`, and `Parked`, and keep only the active execution window fully expanded while preserving buffered sub-500-line implementation slices.