test

Installation
SKILL.md

Augment test coverage after implementation → integration, e2e, and edge-case tests. Pipeline: implement → test → review.

Phase: Build. User is technical.

Starting

Accept feature name or issue reference. If ambiguous, list ./plans/*/ and ask via AskUserQuestion.

Before writing tests:

  1. Read tdd.md — extract ## Testing Strategy tables (unit/integration/e2e with components, what to test, approach). Extract ## Edge Cases & Failure Modes table.
  2. Read plan.md to understand issue boundaries and which issues are implemented.
  3. Read spec.md for user flows (happy + error paths) if UI is involved.
  4. Read prd.md for NFRs that imply performance or load test stubs.

Discover Existing Tests

Installs
1
First Seen
Mar 28, 2026
test — michaelmerrill/skills