Agent Skill
2/7/2026review
This skill should be used when the user asks to "review code", "check for bugs", "audit this file", or wants feedback on code quality, security, and best practices.
N
ngnnah
1GitHub Stars
1Views
npx skills add ngnnah/I-And-AI
SKILL.md
| Name | review |
| Description | This skill should be used when the user asks to "review code", "check for bugs", "audit this file", or wants feedback on code quality, security, and best practices. |
name: review description: This skill should be used when the user asks to "review code", "check for bugs", "audit this file", or wants feedback on code quality, security, and best practices.
/review
Review code for issues, improvements, and best practices.
Instructions
- If a file path is provided, read that file
- If no path, check
git difffor unstaged changes orgit diff --stagedfor staged changes - Review the code for:
- Bugs or logic errors
- Security vulnerabilities
- Performance issues
- Code style and readability
- Missing error handling
- Provide feedback as:
- Critical: Must fix (bugs, security issues)
- Suggestions: Should consider (performance, maintainability)
- Nitpicks: Optional (style, naming)
- Keep feedback actionable and specific with line references
Skills Info
Original Name:reviewAuthor:ngnnah
Download