tdd-review

Community

Finalize quality checks before commit.

Authormorodomi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill enforces final quality validation in a TDD workflow by running tests, checking coverage, and performing static analysis.

Core Features & Use Cases

  • Orchestrates the REVIEW phase for PHP and Python projects, executing tests, verifying coverage thresholds, and running static analysis.
  • Enforces a mandatory quality gate and guides the user to proceed to COMMIT only after all checks pass.
  • Supports language-specific tooling and formatters, enabling consistent quality across multi-language projects (e.g., PHPStan, mypy, pint, black).

Quick Start

Activate the tdd-review skill during the REVIEW phase, then perform the following steps:

  • Run tests: php artisan test # PHP / pytest # Python
  • Check coverage: php artisan test --coverage --min=80 # PHP / pytest --cov=src --cov-fail-under=80 # Python
  • Run static analysis: ./vendor/bin/phpstan analyse --level=8 # PHP / mypy --strict src/ # Python
  • Run formatters: ./vendor/bin/pint # PHP / black . && isort . # Python
  • If all checks pass, proceed to COMMIT with user confirmation.

Dependency Matrix

Required Modules

None required

Components

references

💻 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: tdd-review
Download link: https://github.com/morodomi/tdd-skills/archive/main.zip#tdd-review

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.