一键导入
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