with one click
code-review
// Proactive code quality review. Triggers on significant code changes to check security, performance, architecture, and project patterns.
// Proactive code quality review. Triggers on significant code changes to check security, performance, architecture, and project patterns.
Capture learnings after tasks. Triggers on task completion, repeated mistakes, retrospective requests, or "what did I learn".
SDLC workflow with MCP tools. Triggers on "start", "implement", "work on", or unclear workflow.
Git workflow management. Triggers when creating branches, preparing PRs, or managing merge decisions.
Proactive OpenAPI workflow. Triggers when OpenAPI spec files are modified to validate, regenerate code, and verify builds.
Proactive security scanning. Triggers when modifying auth, API endpoints, user data, or sensitive operations.
Systematic debugging with 4-phase root cause analysis. Triggers when bugs are reported, errors encountered, or unexpected behavior observed.
| name | code-review |
| description | Proactive code quality review. Triggers on significant code changes to check security, performance, architecture, and project patterns. |
Automatically reviews code quality when significant changes are made.
This skill should activate when:
map[string]interface{})Backend (Go)
iOS (Swift)
Android (Kotlin)
Web (TypeScript)
any)## Code Review Summary
### Critical Issues
- [List any blocking issues]
### Warnings
- [List non-blocking concerns]
### Suggestions
- [List optional improvements]
### Pattern Compliance
- [Check against CLAUDE.md rules]
See .claude/commands/code-review.md for detailed review criteria.