jat-complete
SolidComplete current JAT task with full verification. Verifies work (tests/lint), commits changes, writes memory entry, closes task, and emits final signal. Session ends after completion.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- joewinke
- Repository
- joewinke/jat
- Created
- 6 months ago
- Last Updated
- today
- Language
- Svelte
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
jat-start
Begin working on a JAT task. Registers agent identity, selects a task, searches memory, detects conflicts, declares files, emits IDE signals, and starts work. Use this at the beginning of every JAT session.
complete-task
Mark a task as complete in the task management system.
jjtask
Structured TODO commit workflow using JJ (Jujutsu). Use when user mentions jjtask, jj task, task IDs to work on, revisions with [task:*] flags, or wants to manage tasks. Plan tasks as empty commits with [task:*] flags, track progress through status transitions, manage parallel task DAGs. Enforces completion discipline.
jat-verify
Escalatory browser verification - open the app in a real browser and test the feature you built. Use after showing "READY FOR REVIEW" when the user asks you to verify in a browser.
task-completion-validator
Task completion validator. Cross-references task file research findings, implementation checklist, and acceptance criteria against the actual git diff and test suite. Catches planned work that was never executed. Mandatory before archiving any task.