Agent skill
sketch-dev-readiness
Enforce Sketch Magic dev-readiness gates. Use when asked “are you done?”, when dev server errors appear, when proof video is required, or when verifying compile/lint/test/dev-smoke status.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/sketch-dev-readiness
SKILL.md
Sketch Dev Readiness
Overview
Define the exact steps required before claiming work is complete: dev server health, log review, DevTools checks, proof video, and quality gates.
Workflow (do not skip)
- Dev server starts cleanly: run
pnpm devand confirm no build errors. - Log review: tail server output or use
pnpm dev:logs. - Dev-smoke gate: run
pnpm dev:smokeand confirm success. - DevTools QA: follow the DevTools QA checklist (see references).
- Proof video: run
pnpm proof:videoand confirm a.webmartifact. - Quality gates:
pnpm compile,pnpm lint,pnpm test:unitmust be green.
Failure rule
If any step fails or logs show errors, do not claim done. Create a follow-up task and fix the issue first.
References
references/dev-readiness.md— detailed gate list and log locations.
Didn't find tool you were looking for?