engram-testing-coverage

Installation
SKILL.md

When to Use

Use this skill when:

  • Adding new behavior
  • Fixing a bug
  • Refactoring logic with branch complexity

TDD Loop

  1. Write a failing test for the target behavior.
  2. Implement the smallest code to pass.
  3. Refactor while keeping tests green.
  4. Add edge/error-path tests before closing.

Coverage Rules

Related skills
Installs
53
GitHub Stars
3.5K
First Seen
Feb 23, 2026