code-quality-evaluation
Installation
SKILL.md
Code Quality Evaluation
Orchestrate 8 specialized teammate agents for comprehensive code quality evaluation. Each agent is a plugin subagent — spawn them as teammates and aggregate their findings.
Agents
All agents are read-only — they analyze code and report findings via SendMessage.
the-crucible:namer— Naming: misleading, vague, type-encoded, scope-mismatched identifiersthe-crucible:complexity-reviewer— Complexity: nesting, flag arguments, duplication, premature abstractionthe-crucible:comment-reviewer— Comments: noise, staleness, refactoring signals, commented-out codethe-crucible:test-reviewer— Tests: false confidence, implementation coupling, flakiness, coverage gapsthe-crucible:error-handling-reviewer— Errors: silent swallowing, context loss, resource leaks, async error lossthe-crucible:security-reviewer— Security: injection, access control, secrets, crypto, data exposurethe-crucible:observability-reviewer— Observability: logging, metrics, tracing, cardinality, context propagationthe-crucible:docs-auditor— Documentation: missing API docs, stale docs, contract gaps