Back to Skills

tdd-workflow

adaptationio
Updated 4 days ago
5 views
6
6
View on GitHub
Othertestingautomation

About

This Claude Skill implements a complete Test-Driven Development workflow for autonomous coding. It guides developers through the red-green-refactor cycle, from writing initial failing tests to implementing code and refactoring. Use it when you need to implement features with TDD, ensure test coverage, or maintain a structured testing approach.

Quick Install

Claude Code

Recommended
Primary
npx skills add adaptationio/Skrillz -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/adaptationio/Skrillz
Git CloneAlternative
git clone https://github.com/adaptationio/Skrillz.git ~/.claude/skills/tdd-workflow

Copy and paste this command in Claude Code to install this skill

GitHub Repository

adaptationio/Skrillz
Path: skills/tdd-workflow
0

Related Skills

spec-builder

Other

The spec-builder skill transforms vague project ideas into detailed specifications through guided discovery. It helps developers define requirements and create actionable specs before using autonomous coding tools. Use it when you need to clarify project scope or prepare for autonomous-master execution.

View skill

autonomous-session-manager

Other

This skill manages the complete lifecycle of autonomous coding sessions, handling session creation, resumption, and type detection (initial vs. continuation). It provides tools for auto-continuation between sessions and includes a session manager for running prompts with Claude models. Use it when starting new coding projects, resuming previous work, or managing seamless transitions between autonomous coding sessions.

View skill

browser-e2e-tester

Other

The browser-e2e-tester skill runs automated browser-based end-to-end tests to verify feature implementation meets acceptance criteria. It validates user flows and feature completion through programmable test execution, supporting both individual feature tests and full test suites. Developers should use this skill when they need to verify features in a browser environment during development or before deployment.

View skill

autonomous-loop

Other

The autonomous-loop skill orchestrates autonomous coding sessions by managing feature completion and agent lifecycle. It provides a continuous execution loop with configurable session limits and token budgets. Developers use it to automate multi-step coding tasks with checkpointing and progress tracking.

View skill