Source profileQuality 54/100

github/awesome-copilot/skills/pytest-coverage/SKILL.md

pytest-coverage

Run pytest tests with coverage, discover lines missing coverage, and increase coverage to 100%.

Source repository stars
37,126
Declared platforms
0
Static risk flags
1
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

Run pytest tests with coverage, discover lines missing coverage, and increase coverage to 100%.

Best for

    Not for

    • Tasks that require unconfirmed production actions or broad system permissions.
    • Environments where the pinned source and install steps cannot be inspected.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/github/awesome-copilot --skill "skills/pytest-coverage"
    Safe inspection promptEditorial

    Inspect the Agent Skill "pytest-coverage" from https://github.com/github/awesome-copilot/blob/9933dcad5be5caeb288cebcd370eeeb2fc2f1685/skills/pytest-coverage/SKILL.md at commit 9933dcad5be5caeb288cebcd370eeeb2fc2f1685. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    The source does not provide enough structured workflow evidence for a step-by-step guide.

    Permission review

    Static risk signals and limitations

    Reads files

    low · line 15

    The documentation asks the agent to read local files, directories, or repositories.

    Open the cov_annotate directory to view the annotated source code.

    Reads files

    low · line 16

    The documentation asks the agent to read local files, directories, or repositories.

    There will be one file per source file. If a file has 100% source coverage, it means all lines are covered by tests, so you do not need to open the file.

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score54/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars37,126SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guidecatalog recordEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    github/awesome-copilot
    Skill path
    skills/pytest-coverage/SKILL.md
    Commit
    9933dcad5be5caeb288cebcd370eeeb2fc2f1685
    License
    MIT
    Collected
    2026-07-28
    Default branch
    main
    View the original SKILL.md

    The goal is for the tests to cover all lines of code.

    Generate a coverage report with:

    pytest --cov --cov-report=annotate:cov_annotate

    If you are checking for coverage of a specific module, you can specify it like this:

    pytest --cov=your_module_name --cov-report=annotate:cov_annotate

    You can also specify specific tests to run, for example:

    pytest tests/test_your_module.py --cov=your_module_name --cov-report=annotate:cov_annotate

    Open the cov_annotate directory to view the annotated source code. There will be one file per source file. If a file has 100% source coverage, it means all lines are covered by tests, so you do not need to open the file.

    For each file that has less than 100% test coverage, find the matching file in cov_annotate and review the file.

    If a line starts with a ! (exclamation mark), it means that the line is not covered by tests. Add tests to cover the missing lines.

    Keep running the tests and improving coverage until all lines are covered.

    Alternatives

    Compare before choosing

    Computed 9831,966

    K-Dense-AI/scientific-agent-skills

    dask

    Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.

    Computed 9831,966

    K-Dense-AI/scientific-agent-skills

    medchem

    Medicinal chemistry filters for compound triage. Apply drug-likeness rules (Lipinski, Veber, CNS), structural alert catalogs (PAINS, NIBR, ChEMBL), complexity metrics, and the medchem query language for library filtering.

    Computed 9831,966

    K-Dense-AI/scientific-agent-skills

    neurokit2

    Use NeuroKit2 to build or audit reproducible research workflows for physiological time-series preprocessing, event/interval analysis, multimodal alignment, variability, and complexity. Trigger when code imports neurokit2 or needs its current APIs, schemas, and method-aware validation—not for diagnosis or device validation.

    Computed 97234,327

    affaan-m/ECC

    plan-orchestrate

    Read a plan document, decompose it into steps, design a per-step agent chain from the ECC catalogue, and emit ready-to-paste /orchestrate custom prompts. Generative only — never invokes /orchestrate itself. Use when the user has a multi-step plan and wants to drive it through orchestrate without composing chains by hand.