ワンクリックで
test-project
Execute comprehensive test suite with coverage reporting
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Execute comprehensive test suite with coverage reporting
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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