From vibe-to-prod-skills
Proactive code quality review. Triggers on significant code changes to check security, performance, architecture, and project patterns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vibe-to-prod-skills:code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Automatically reviews code quality when significant changes are made.
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.
npx claudepluginhub shimyth/vibe-to-prod --plugin vibe-to-prod-skillsCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.