code-review
Installation
SKILL.md
Code Quality Review
Quality analysis patterns for maintaining healthy, maintainable codebases.
Execution Rules
- Quality gates. All checks must pass before approval
- Constructive feedback. Be specific and actionable
- Test coverage. Aim for 80%+, 100% on critical paths
- Documentation. Code should be self-documenting with good names
- Consistency. Follow project conventions