.agents/skills/code-reviewing/SKILL.md
Review code for quality, security, and maintainability. Use after code changes are completed and ready for review.
npx skillsauth add aspiers/ai-config code-reviewingInstall 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.
Review code for quality, security, and maintainability.
Use this skill:
When invoked, examine:
git statusgit diff --no-ext-diff HEADgit branch --show-currentgit log --oneline -40Examine all modified files and check:
Provide feedback organized by priority:
For each issue, include:
Provide a structured review:
## Critical Issues
- [File:line] Description of issue
- How to fix: ...
## Warnings
- [File:line] Description of concern
- Suggestion: ...
## Suggestions
- [File:line] Nice-to-have improvement
If no issues found: "Code review passed. No issues identified."
development
Run tests according to repository guidelines. Use after linting passes, before staging changes.
development
Orchestrate the complete development workflow for implementing sub-tasks from a task list. Use for end-to-end feature implementation with quality controls.
development
Implement a single sub-task from a task list. Use when working on feature development with existing task lists.
data-ai
Generate a detailed task list from a PRP. Use after a PRP is created and ready for implementation planning.