add-test-coverage

Installation
SKILL.md

Add Test Coverage

Analyze the most recent commit (HEAD) and implement all tests required to cover new and modified code.

When to Use This Skill

  • After completing a feature or fix, to ensure adequate test coverage before merge
  • When a commit introduces new functions, methods, or API endpoints
  • When modifying existing behavior that may not have sufficient tests
  • During code review when test coverage gaps are identified

Workflow

Phase 1: Change Analysis

Installs
2
GitHub Stars
3
First Seen
Mar 1, 2026
add-test-coverage — thoreinstein/agents