name: reviewing-code description: Code review workflow for evaluating changes against standards. Use when reviewing pull requests, commits, or diffs.
Code Review Standards
Systematic review for quality and consistency.
Review Checklist
Type Safety
- No
anytypes - Minimal
ascasting - E2E type coverage
Clarity
- Descriptive names
- Early returns
- Flat code structure
- No magic strings/numbers
React (if applicable)
- Pure components
- React Query for data
- Suspense/Error boundaries
Security
- Input validation
- Query builders (no raw SQL)
- No exposed secrets
Accessibility
- Semantic HTML
- ARIA labels
- Keyboard navigation
Testing
- Tests behavior
- Bug fixes have tests
Output Format
## Summary
[What changed]
## Issues
### Critical (blocks merge)
- [Issue]: [Fix]
### Suggested (improve quality)
- [Issue]: [Fix]
## Status
✅ Approved | ⚠️ Minor changes | ❌ Needs work
Priority
- Critical: Security, type-safety, breaking changes
- High: Maintainability, readability
- Medium: Naming, minor refactoring
- Low: Style preferences
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
0
Created
Jan 2026
Last Updated
il y a 4 mois
tools
tools automation tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!