Documentation
README
Verify
Use this skill when a task is not finished until the change is exercised.
Goal
Produce a short verification result grounded in execution, not inference. Prefer the narrowest check that proves the changed behavior works.
Workflow
- Identify the changed surface area.
- Pick the smallest realistic verification path.
- Run the relevant command or request flow.
- Capture the observable result: exit status, key output, HTTP status, or changed behavior.
- Report what passed, what was not verified, and any remaining risk.
Rules
This is the opening of the README. Read the full README on GitHub.