plugins/skills/code-review/skills/code-review/SKILL.md
Code review
npx skillsauth add nonoroazoro/ai code-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.
Code review for local code changes with confidence scoring and false positive filtering.
Auto-detect diff scope from git status. Ask the user if ambiguous.
Gather context (3 parallel Haiku agents): CLAUDE.md file paths, change summary, modified file list.
Deep review (5 parallel Sonnet agents). Each returns {file, line, description, evidence, category}:
Score each finding (parallel Haiku agents, one per finding) with diff context and CLAUDE.md paths. For CLAUDE.md-flagged issues, verify CLAUDE.md actually calls it out. Rubric (provide verbatim):
Filter and classify findings scored >= 75. Report clean if none remain.
Print results.
Provide to scoring agents:
### Code Review
Found {n} issues:
1. [P0] {description} ({source: CLAUDE.md quote or code evidence})
{file}:{line}
2. [P1] {description} ({source})
{file}:{line}
If no issues survive filtering:
### Code Review
No issues found. Checked for bugs, security, performance, and CLAUDE.md compliance.
testing
Optimize prompts for AI agents and skills. Use when refining SKILL.md files, agent definitions, or any AI instruction set. Focuses on token efficiency, clarity, and actionability.
development
Implement all nodes from component spec with Figma design context, fix code based on audit results
development
Convert Figma designs to frontend code by orchestrating an Agent Team
development
Architecture and component design expert, design the component spec based on Figma design data and frontend best practices.