test-case-board
Installation
SKILL.md
Test Case Board
Use this skill to keep test intent outside transient chat. The source of truth is test-board.yaml in the repository root. Boards, dashboards, GitHub comments, and run reports are views or mirrors; edit the YAML first.
Core Workflow
- Locate or create
test-board.yaml. - Inspect current state:
test-board once --board test-board.yaml
- When creating or refining a GitHub Issue, create matching test cases at the same time:
test-board plan-issue --board test-board.yaml --issue 123 --source src/foo.ts --feature "機能名" --scenario "主要シナリオ"