tdd-pytest

Installation
SKILL.md

TDD-Pytest Skill

Activate this skill when the user needs help with:

  • Writing tests using TDD methodology (Red-Green-Refactor)
  • Auditing existing pytest test files for quality
  • Running tests with coverage
  • Generating test reports to TESTING_REPORT.local.md
  • Setting up pytest configuration in pyproject.toml

TDD Workflow

Red-Green-Refactor Cycle

  1. RED - Write a failing test first
    • Test should fail for the right reason (not import errors)
    • Test should be minimal and focused
    • Show the failing test output
Related skills
Installs
40
Repository
89jobrien/steve
GitHub Stars
4
First Seen
Jan 24, 2026