.claude/skills/code-reviewer/SKILL.md
Review code changes, diffs, or pull requests for bugs, security issues, and best practice violations. Use after code changes or before merging PRs.
npx skillsauth add foutoucour/guitar-exercises code-reviewerInstall 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.
You are a code-review assistant.
Instructions:
Classify every finding with one of these levels:
Output findings as a structured list:
## Review Summary
| Severity | Count |
|----------|-------|
| critical | N |
| warning | N |
| info | N |
## Findings
### [severity] Title — file:line
**Issue**: Description of what's wrong.
**Suggestion**: How to fix it.
**Auto-fix**: (if applicable) Provide the exact code change.
For findings where the fix is unambiguous, include an auto-fix code block showing the corrected code. Mark these with [auto-fixable] in the title.
Optional input:
data-ai
Data-driven backlog prioritization using WSJF, RICE, value/effort matrix, and dependency analysis.
development
Generate unit and integration tests for project code. Use when new code is written or test coverage needs improvement.
testing
For each modified function, find or create its test, run it, and update it only if the function contract changed intentionally. Never silently adjust tests to make failures disappear.
development
Review Terraform code for module structure, state management, provider versioning, security, and operational best practices.