review-ai-generated-code
Installation
SKILL.md
Review AI Generated Code
Workflow
- Inspect the diff, user request, tests, and surrounding conventions.
- Look first for behavioral bugs, security issues, data loss, and hidden regressions.
- Check whether generated code invented APIs or ignored installed versions.
- Verify architecture boundaries and naming fit the project.
- Confirm tests cover meaningful behavior and failure paths.
- Report findings by severity with file and line references.
Verification
- Run relevant tests and static analysis when fixing findings.
Common Mistakes
- Praising broad generated changes without checking behavior.