find-missing-tests

Installation
SKILL.md

Analyze codebase and identify missing test cases, then create GitHub issues for each gap: $ARGUMENTS

Follow these steps:

Step 0: Prior-art check (RECOMMENDED)

Before identifying test gaps, recall prior learnings from the global knowledge base so we don't re-learn or re-decide something already captured:

uv run "{{HOME_TOOL_DIR}}/skills/recall/scripts/recall.py" \
  "<QUERY>" \
  --limit 5 --format markdown

Query construction for /find-missing-tests: target module/package name + "testing" (e.g. "payment webhook handler testing").

What to do with results:

Related skills
Installs
1
GitHub Stars
9
First Seen
8 days ago