원클릭으로
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 직업 분류 기준
| 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
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)