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 identifiers
  • the-crucible:complexity-reviewer — Complexity: nesting, flag arguments, duplication, premature abstraction
  • the-crucible:comment-reviewer — Comments: noise, staleness, refactoring signals, commented-out code
  • the-crucible:test-reviewer — Tests: false confidence, implementation coupling, flakiness, coverage gaps
  • the-crucible:error-handling-reviewer — Errors: silent swallowing, context loss, resource leaks, async error loss
  • the-crucible:security-reviewer — Security: injection, access control, secrets, crypto, data exposure
  • the-crucible:observability-reviewer — Observability: logging, metrics, tracing, cardinality, context propagation
  • the-crucible:docs-auditor — Documentation: missing API docs, stale docs, contract gaps

Workflow

Installs
2
GitHub Stars
15
First Seen
Mar 9, 2026
code-quality-evaluation — xobotyi/cc-foundry