بنقرة واحدة
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