Verify that a spec.md's Acceptance criteria are observably covered by green tests before opening a PR. Reads the spec, finds the tests that cover each AC, runs the suite to confirm everything green, and reports gaps (uncovered AC, skipped tests, missing edge-case coverage). When gaps exist, automatically iterates with tdd until the spec is satisfied — does not stop while gaps remain. Surfaces tests not mapping to any AC as warnings (no auto-fix; user decides). Trigger after tdd is green and before sending the work for review, when the user says "verify the spec", "are we done", "check coverage against spec", "ready for review", "is this PR-ready".
$npx -y skills add eduwxyz/my-awesome-skills --skill verifyInstalls into the current project.
Run `npx skills use "https://github.com/eduwxyz/my-awesome-skills" --skill "eduwxyz/my-awesome-skills/verify"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/eduwxyz/my-awesome-skills" that are relevant to the current task. Run `npx skills add "https://github.com/eduwxyz/my-awesome-skills"` and select the relevant skills, then follow their instructions.