674 B
674 B
description
| description |
|---|
| Execute tests, measure coverage, and report results. |
// turbo-all
Workflow: speckit.tester
-
Context Analysis:
- The user may specify test paths, options, or just run all tests.
-
Load Skill:
- Use the
view_filetool to read the skill file at:.agent/skills/speckit.tester/SKILL.md
- Use the
-
Execute:
- Follow the instructions in the
SKILL.mdexactly. - Apply the user's prompt as the input arguments/context for the skill's logic.
- Follow the instructions in the
-
On Error:
- If no test framework detected: Report "No test framework found. Install Jest, Vitest, Pytest, or similar."
- If tests fail: Show failure details and suggest fixes