🎯

pytest-coverage

🎯Skill

from github/awesome-copilot

VibeIndex|
What it does
|

Runs pytest with coverage analysis, discovers uncovered lines, and iteratively adds tests to achieve 100% coverage.

Overview

Pytest Coverage is a GitHub Copilot skill that runs pytest test suites with code coverage analysis, identifies lines that lack test coverage, and assists in increasing coverage toward 100%. It integrates pytest execution with coverage reporting to provide a clear picture of what code is tested and what needs additional tests.

Key Features

  • Integrated test execution with coverage: Runs pytest tests with built-in coverage measurement in a single workflow.
  • Uncovered line discovery: Pinpoints exact lines and branches in the codebase that are not covered by existing tests.
  • Coverage improvement guidance: Helps generate or suggest additional tests to close coverage gaps and reach 100% coverage.

Who is this for?

This skill is designed for Python developers and QA engineers who use pytest and want to systematically improve their test coverage. It is particularly useful for teams with coverage requirements, CI/CD pipelines that enforce coverage thresholds, or developers aiming to write comprehensive test suites for critical code paths.

📦

Same repository

github/awesome-copilot(224 items)

pytest-coverage

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add github/awesome-copilot --skill pytest-coverage
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add github/awesome-copilot --skill pytest-coverage
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/pytest-coverage/SKILL.md

SKILL.md

6,981Installs
-
AddedFeb 25, 2026

More from this repository10

🎯
git-commit🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

🎯
gh-cli🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

🎯
prd🎯Skill

Generates comprehensive Product Requirements Documents (PRDs) by systematically analyzing requirements and crafting detailed technical specifications

🎯
refactor🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

🎯
excalidraw-diagram-generator🎯Skill

Generates Excalidraw diagrams from natural language descriptions, creating visual representations of processes, systems, relationships, and ideas.

🎯
documentation-writer🎯Skill

Expert technical writer guided by the Diataxis framework, creating tutorials, how-to guides, reference docs, and explanation pages for software documentation.

🎯
chrome-devtools🎯Skill

Automates browser interactions, debugging, and performance analysis using Chrome DevTools for comprehensive web page inspection and control.

🎯
java-springboot🎯Skill

Provides Spring Boot best practices covering project setup, dependency injection, REST API design, data access with JPA, security configuration, and testing strategies.

🎯
web-design-reviewer🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

🎯
github-issues🎯Skill

Manages GitHub Issues through the GitHub API, enabling creation, searching, labeling, and triaging of issues directly from the coding environment.