Code Review Skill
SkillDev toolsGuide for reviewing code changes (uncommitted or on a branch), existing code, and the project in general, providing a structured review report.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Code Review Skill skill
What this skill tells your AI
The instructions your AI receives, as published by agentty-xyz/agentty in skills/review/SKILL.md and read by ahel’s review.
Use this skill when asked to review changes (uncommitted, staged, or committed on a feature branch), existing code files, or the overall project.
Workflow
-
Gather Context
- For uncommitted/staged changes: Run
git diff HEADorgit diff --staged. - For a feature branch: Identify the base branch and run
git diff <base_branch>...HEAD. - For existing code: Use file reading and searching tools to inspect the files and project structure.
- Always verify the project's specific conventions and architectural guidelines
(e.g., from
AGENTS.md) to inform your review. - Keep review mode inspection-only by default. Do not run build, test, formatter, linter, package-manager, dev-server, static analyzer, network, or long-running commands unless the user explicitly requests verification. If verification would be useful, recommend the exact command instead of running it.
- For uncommitted/staged changes: Run
-
Analyze the Code
- Check for adherence to project style guides (e.g., formatting, naming conventions, docstrings).
- Evaluate logic correctness, test coverage, edge cases, and error handling.
- Look for security vulnerabilities, performance bottlenecks, and architectural issues.
- Ensure new dependencies or major changes align with project rules.
-
Generate the Review Report
- Structure your findings into a clear, categorized report.
- Classify issues by severity: Critical, High, Medium, or Low.
- For each issue, provide a brief description and an exact, actionable recommendation or fix (including code snippets when applicable).
Review Report Format
# 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]
Signals
- GitHub stars
- 35
- Forks
- 3
- Last commit
- Sep 2026
- Hacker News mentions
- 20
Advanced
- Catalog kind
- skill
- Gateway key
review-agentty-xyz- Source
- github.com/agentty-xyz/agentty