code-build
OfficialImplement code to pass TDD tests (GREEN phase).
Software Engineering#unit tests#automation#software engineering#development workflow#TDD#integration tests#code generation#implementation
AuthorLaunchCG
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Writing minimal code to make failing tests pass, while adhering to TDD principles, requires discipline and focus. This skill automates the implementation of code to pass tests created in the test-create phase, guiding the developer through TDD's GREEN phase.
Core Features & Use Cases
- Incremental Implementation: Implements code one test at a time, ensuring each failing test turns green before moving to the next.
- Minimal Code Principle: Focuses on writing just enough code to satisfy the current test, avoiding premature optimization or over-engineering.
- TDD Workflow Guidance: Provides a structured process for reviewing tests, planning implementation, and verifying each step, ensuring adherence to TDD.
- Use Case: After generating a suite of failing tests, invoke this skill. It will incrementally write the necessary code to make each test pass, guiding you through the GREEN phase of TDD until all tests are successfully passing.
Quick Start
Implement the code to pass the failing tests for the 'UserService' component's 'exportHealthScores' method.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: code-build Download link: https://github.com/LaunchCG/claude-marketplace-pub/archive/main.zip#code-build Please download this .zip file, extract it, and install it in the .claude/skills/ directory.