sc-refactor-review
Installation
SKILL.md
SC Refactor Review Skill
Reference guide for routing review and refactoring requests to specialized agents.
Quick Reference
Commands
| Command | Use When | Invokes |
|---|---|---|
/sc-refactor:sc-refactor |
Refactor code (plan or execute) | sc-refactor-planner + sc-refactor-executor |
/sc-refactor:sc-review-pr |
Reviewing a PR for quality with ticket context | sc-code-reviewer + sc-structural-reviewer |
/sc-refactor:sc-pr-comments |
View unresolved PR review comments | Scripts (GraphQL) |
/sc-refactor:sc-resolve-pr-parallel |
Batch resolve all PR comments | sc-pr-comment-resolver (parallel) |
/sc-refactor:sc-cleanup |
Post-AI session cleanup (debug statements, duplicates) | 4 agents (dead-code, duplication, naming, test) |
/sc-refactor:sc-structural-check |
Verify structural completeness (wiring, configs) | sc-structural-reviewer |
/sc-refactor:sc-codebase-health |
Full codebase analysis | All 6 agents in parallel |
/sc-refactor:sc-adversarial-review |
Multi-model adversarial review | Codex CLI + Gemini CLI + Claude |
/sc-extras:sc-adversarial-hunt |
Adversarial analysis with competing agents | 3 Explore agents (maximizer, skeptic, arbiter) |