en un clic
test-mini
Add focused deterministic tests, fixtures, or smoke checks.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Add focused deterministic tests, fixtures, or smoke checks.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Choose the smallest workflow that still buys back enough attention and safety for the task.
Record clear evidence that a task works, including commands, results, and remaining risks.
Compress project context into HANDOFF.md with workflow state, active modes, next gate, verification, current hypothesis, and resume packet for the next agent session.
Implement exactly one planned slice after scope is frozen.
Detect context drift, rehydration loops, hypothesis sprawl, scope creep, active-mode loss, and durable-state gaps. Recommend the smallest corrective action.
Create a compact SPEC.md that prevents premature agreement by defining intent, non-goals, likely failure modes, and verification evidence.
| name | test-mini |
| description | Add focused deterministic tests, fixtures, or smoke checks. |
Protect against wrong behavior without heavy tests.
Use for ML model workflows, agents, dashboards, data transformations, metric calculations, scheduled jobs, and any behavior that can appear to run while being wrong.
Prefer adding tests over changing existing tests.
If modifying existing tests:
REVIEW_REQUIRED unless the rationale is explicit.Never weaken tests merely to match the implementation.