RED GREEN REFACTOR cycle with pytest and coverage
Scanned 9/10/2026
Install to Claude Code
npx -y skills add LoopyLuci/Skills --skill test-driven-workflow --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Test Driven Workflow?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loopyluci-test-driven-workflow)More formats (shields.io, HTML) on the badges page.
---
name: test-driven-workflow
description: "RED GREEN REFACTOR cycle with pytest and coverage"
---
# TDD Workflow
## Cycle
1. RED: Write failing test first
2. GREEN: Write minimal code to pass
3. REFACTOR: Clean up while keeping tests green
```bash
# Run tests in watch mode
pytest-watch
# Run with coverage
pytest --cov=src --cov-report=term-missing
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!