60-validate-tests-150

Installation
SKILL.md

Validate-Tests 150 Protocol

Goal

Cover current uncommitted changes with meaningful tests at >70% coverage (including the changed lines) and confirm the entire test suite is green.

Workflow

  1. Identify current changes

    • Check staged and unstaged changes (git status).
    • List changed files (git diff --name-only and git diff --name-only --staged).
    • Focus testing on these files and their direct dependencies.
  2. Find the coverage command

    • Check package.json scripts for test, coverage, or ci.
    • If unclear, search for Jest/Vitest config files and default coverage options.
Installs
1
GitHub Stars
55
First Seen
Jun 5, 2026
60-validate-tests-150 — diegosouzapw/awesome-omni-skill