components
CommunityBoost code quality with test-driven development.
AuthorThibautMelen
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill guides teams to apply Test-Driven Development (TDD) to feature implementation, reducing bugs and rework by defining tests before code.
Core Features & Use Cases
- RED: Write a failing test: Capture the requirement and specify expected behavior before writing code.
- GREEN: Implement minimal code: Write the smallest amount of code to make tests pass.
- REFACTOR: Improve while preserving tests: Refactor for clarity and maintainability without breaking tests.
- Use Case: When starting a new feature or bug fix, begin with a failing test to lock in requirements and drive design.
Quick Start
Create a failing test for the new feature, then implement the minimal code to pass the test, and finally refactor for readability.
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: components Download link: https://github.com/ThibautMelen/agentic-ai-systems/archive/main.zip#components Please download this .zip file, extract it, and install it in the .claude/skills/ directory.