Development

/test-plan

Use when preparing a PR for QA review. Generates manual testing checklist from git diff. Covers test plan, QA checklist, testing before merge. NOT for: automated tests (write those separately), code reviews (use coderabbit).

$ golems-cli skills install test-plan
Experimental
100% best pass rate
13 assertions
3 evals

Updated 2 weeks ago

Analyze changes in the current Git branch and generate a manual testing checklist organized by page/feature.

Quick Start

The skill auto-runs on load. Override the base branch:

./scripts/generate.sh --base main
./scripts/generate.sh --base dev
./scripts/generate.sh --base origin/staging

What It Does

  1. Gets the diff against the base branch (default: main)
  2. Categorizes changed files by type (UI, API, DB, Config, etc.)
  3. Generates a Markdown checklist grouped by feature/component
  4. Includes regression test suggestions for related areas

Output Format