Install
npx skillscat add thanhnk1602/ai-ass-training/review Install via the SkillsCat registry.
SKILL.md
Acme Code Review
Review the current changes against Acme engineering standards.
Steps
- Run
git diff --staged(orgit diffif nothing staged) to see changes - For each changed file, check:
- TypeScript strict mode compliance
- Named exports (not default)
- Zod validation on inputs
- Error handling with AppError
- File naming conventions
- Check test coverage for changed code
- Check for security issues (SQL injection, XSS, auth bypass)
Output Format
Code Review Summary
Files Reviewed: [count]
Issues Found: [count]
🔴 Critical
[List critical issues]
🟡 Warnings
[List warnings]
🟢 Good Practices
[List things done well]
Recommendations
[Prioritized list of improvements]