executing-test-plans
Installation
SKILL.md
Executing Test Plans
Execute test plans end-to-end with strict state control and concise reporting.
Policy (per section, in order)
- Sense-check section; if incoherent, propose minimal fix ->
suggested_adjustments - State prep: verify prerequisites; run minimal corrective actions. If impossible, mark
BLOCKEDwith reason - Execute exactly; record precise inputs and raw outputs
- Verify vs expected; set
status=PASS|FAIL|BLOCKED - Notes: timings, IDs, logs, env diffs (terse)
- Keep adjustments (don't lose edits or ordering changes)
Pre-flight
- Check env profile from arguments
- Docker services:
docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}" | head -20 - Service health checks as applicable