cross-review
SolidDelegate code review to a subagent running a specific model. Use ONLY when user explicitly names a model to review changes ("review with opus", "use sonnet to review", "review with gemini"). The root agent reconstructs changes from conversation history and spawns a subagent with the code-review skill using the specified model. Do NOT use for general code review (use code-review skill instead), for reviewing PRs from git history, or when no model is specified by the user.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- EliasOulkadi
- Repository
- EliasOulkadi/shokunin
- Created
- 1 months ago
- Last Updated
- yesterday
- Language
- HTML
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
requesting-code-review
Use when completing a task, finishing a major feature, or before merging — dispatch a fresh code-reviewer subagent with precisely-crafted context to catch issues before they cascade. Triggers after each task in subagent-driven development, before merge to main, or when stuck and needing a fresh perspective.
self-review
Pre-PR code review using specialist subagents
peer-review
Get a fresh-context review of staged changes, branches, PRs, or file sets. Delegates to a fresh-context reviewer by default; routes to external LLM CLIs (Copilot, Codex, Gemini) when --model specifies one. Use when: user says "peer review" (e.g. "peer review PR 5", "peer review staged", "peer review this branch"), "fresh review", "another set of eyes", "sanity check", "quick review before I push", or routes to an external model ("review with Gemini", "review with Copilot", "review using Codex"). Do NOT trigger on bare "review" phrases (e.g. "review my changes", "review PR N", "review staged") — those route to code-review.