
from my-cc-harness118
Guided Test-Driven Development workflow: write failing tests first (RED), implement minimal code (GREEN), then refactor while keeping tests passing.
Practical guide to Test-Driven Development (TDD). Provides a step-by-step TDD cycle (RED → GREEN → REFACTOR → REPEAT), example scaffolding, test patterns, framework commands (Vitest/Jest/pytest), and best-practice checks to ensure failing tests and safe refactors. Useful for engineers adopting TDD or standardising test workflows.
Use this skill when you want to adopt or enforce TDD on a codebase: writing tests before implementation, creating minimal implementations to make tests pass, or running framework-specific test/coverage commands. Triggers include requests to follow TDD, to produce failing-first tests, or to scaffold test cases.
Lightweight CLI and coding assistants that can read/write code files and run shell commands (e.g., Copilot-style/code assistants, Claude Code).
This skill has not been reviewed by our automated audit pipeline yet.
Harness Health Audit
Assess and score the overall health of a Claude Code harness across architecture, skills coverage, hooks, rules, MCP servers, eval pipelines, and team setup.
Code Evaluation Harness
Spawns an independent evaluator agent to score code outputs on functionality, code quality, originality, and usability/security, producing a structured EVAL_REP
SPEC-Based Development Interview
Interactive interview workflow that elicits a detailed SPEC.md specification through targeted, in-depth questions to produce an implementable spec.