원클릭으로
orchestrator-code-quality
// Generate a code quality report for the orchestrator/ folder focusing on duplication, complexity hotspots, and error/logging consistency, using npm run check:all as the primary gate; report only (no code changes).
// Generate a code quality report for the orchestrator/ folder focusing on duplication, complexity hotspots, and error/logging consistency, using npm run check:all as the primary gate; report only (no code changes).
| name | orchestrator-code-quality |
| description | Generate a code quality report for the orchestrator/ folder focusing on duplication, complexity hotspots, and error/logging consistency, using npm run check:all as the primary gate; report only (no code changes). |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"maintainers","repo_area":"orchestrator","primary_command":"npm run check:all"} |
orchestrator/ folder.npm run check:all as the authoritative signal for tests + linting.Use this when you want an evidence-driven code quality assessment and a prioritized plan for remediation without implementing changes yet.
orchestrator/. Do not analyze or reference other folders except when required to understand imports into orchestrator/.npm run check:all is the existing gate.orchestrator/ directory.npm run check:all from within orchestrator/.npm run check:all if the environment cannot run commands.Set working area
orchestrator/.Execute quality gate
npm run check:all in orchestrator/.Assess duplication
orchestrator/:
Assess complexity hotspots
Assess error handling and logging consistency
Synthesize a fix plan
Create a single Markdown report containing these sections:
orchestrator/ scope and reliance on npm run check:all.npm run check:all outcome:
Include these subsections (at minimum):
Each phase must include:
npm run check:all)npm run check:all passes reliably