Agent Skill
2/7/2026

review

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

Namereview
DescriptionThis 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

  1. If a file path is provided, read that file
  2. If no path, check git diff for unstaged changes or git diff --staged for staged changes
  3. Review the code for:
    • Bugs or logic errors
    • Security vulnerabilities
    • Performance issues
    • Code style and readability
    • Missing error handling
  4. Provide feedback as:
    • Critical: Must fix (bugs, security issues)
    • Suggestions: Should consider (performance, maintainability)
    • Nitpicks: Optional (style, naming)
  5. Keep feedback actionable and specific with line references
Skills Info
Original Name:reviewAuthor:ngnnah