Reviews git changes for SOLID violations, security risks, architecture smells, removal candidates, and code quality issues. Proposes actionable improvements during code reviews.
From kknpx claudepluginhub serpro69/claude-toolbox --plugin kkThis skill uses the workspace's default tool permissions.
reference/go/code-quality-checklist.mdreference/go/removal-plan.mdreference/go/security-checklist.mdreference/go/solid-checklist.mdreference/java/code-quality-checklist.mdreference/java/removal-plan.mdreference/java/security-checklist.mdreference/java/solid-checklist.mdreference/js_ts/code-quality-checklist.mdreference/js_ts/removal-plan.mdreference/js_ts/security-checklist.mdreference/js_ts/solid-checklist.mdreference/kotlin/code-quality-checklist.mdreference/kotlin/removal-plan.mdreference/kotlin/security-checklist.mdreference/kotlin/solid-checklist.mdreference/python/code-quality-checklist.mdreference/python/removal-plan.mdreference/python/security-checklist.mdreference/python/solid-checklist.mdSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
For capy knowledge base conventions, see capy-knowledge-protocol.md.
Perform a structured review of the current git changes with focus on SOLID, architecture, removal candidates, and security risks. Default to review-only output unless the user asks to implement changes.
/kk:solid-code-review)Reviews code in the main conversation context. Fast, single-pass review using the workflow below.
/kk:solid-code-review:isolated)Delegates detection to independent reviewers that did not write the code, then annotates their findings with author context. Two parallel reviewers: a code-reviewer sub-agent and pal codereview (external model in native format). Produces a report organized by agreement level with corroborated findings highlighted.
See review-isolated.md for the isolated workflow.
| Level | Name | Description | Action |
|---|---|---|---|
| P0 | Critical | Security vulnerability, data loss risk, correctness bug | Must block merge |
| P1 | High | Logic error, significant SOLID violation, performance regression | Should fix before merge |
| P2 | Medium | Code smell, maintainability concern, minor SOLID violation | Fix in this PR or create follow-up |
| P3 | Low | Style, naming, minor suggestion | Optional improvement |
Phases:
See review-process.md for the detailed step-by-step process.
Standard mode:
/kk:solid-code-review
Isolated mode with independent sub-agents:
/kk:solid-code-review:isolated