Agent skill
code-review
Performs code review with best practices
Stars
0
Forks
0
Install this agent skill to your Project
npx add-skill https://github.com/Anthony-Bible/code-agent-demo/tree/main/skills/code-review
SKILL.md
Code Review Skill
When reviewing code, check for:
Core Principles
- Error handling
- Code consistency
- Performance issues
Review Guidelines
Examine code for:
- Proper error handling and propagation
- Consistent naming conventions
- Clear and concise logic
- Appropriate use of existing patterns
- Security considerations
- Test coverage
Provide constructive feedback with specific examples and suggestions for improvement.
Didn't find tool you were looking for?