with one click
test-project
Execute comprehensive test suite with coverage reporting
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Execute comprehensive test suite with coverage reporting
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Coordinates subagent task distribution and collaboration. Controls scale determination and autonomous execution mode.
Coordinates subagent task distribution and collaboration. Controls scale determination and autonomous execution mode.
Coordinates subagent task distribution and collaboration. Controls scale determination and autonomous execution mode.
Detects code smells, anti-patterns, and readability issues. Use when implementing features, reviewing code, or refactoring.
Coordinates subagent task distribution and collaboration. Controls scale determination and autonomous execution mode.
Run full code quality and testing pipeline (lint + test)
| name | test-project |
| description | Execute comprehensive test suite with coverage reporting |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"developers","workflow":"testing"} |
After implementing features or fixing bugs, I run the complete test suite:
Use this skill after implementing features or fixing bugs:
I execute: make test
This Makefile target runs pytest with coverage:
make test
Which runs:
uv run python -m pytest --cov --cov-config=pyproject.toml --cov-report=xml tests
Coverage requirements:
fail_under=80 in pyproject.toml)coverage_html_report/I'll show you:
If make test fails:
@pytest.mark.coverage for critical testsAfter you implement code, ask me to:
Or I may automatically suggest this skill after you've written tests.
Related Skills: lint-project, check-project