jat-complete

Complete the current JAT task with verification, commit, and signaling.

248|27|Updated Nov 18, 2025
One-click install
npx skills add https://github.com/joewinke/jat --skill jat-complete
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jat-complete
Source: https://github.com/joewinke/jat/tree/main/skills/jat-complete
Command: npx skills add https://github.com/joewinke/jat --skill jat-complete

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Complete current JAT task with full verification.

Core Features & Use Cases

  • Complete the current JAT task with full verification, including mail handling, tests/lint checks, commits, and final signaling.
  • Manage task lifecycle: close tasks, release reservations, announce completion, and emit completion signals within the JAT IDE.
  • Use case: A developer finishes an in-progress task in a multi-agent workflow and ensures code quality and project hygiene automatically.

Quick Start

/skill:jat-complete # Complete task, show completion block /skill:jat-complete --kill # Complete and auto-kill session

Frequently Asked Questions about jat-complete

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I complete a task with full verification and handoff in a multi-agent workflow?

Task completion with full verification involves reading agent mail, running tests and lint checks, committing changes, closing the task, releasing file reservations, and emitting a final signal to announce completion.

What prerequisites are needed to run task verification and commit changes in a JAT environment?

Running task verification requires a prior review signal to be emitted and access to JAT command tools to perform verification, commit, close, release, and signaling operations within an active task session.

How does task lifecycle management work for closing tasks and releasing file reservations?

Task lifecycle management automatically closes the current task, releases file reservations so other agents can modify them, announces completion to the workspace, and emits a final completion signal.

Can I auto-kill a session after finishing an in-progress task and running tests?

Yes, you can auto-kill a session after finishing an in-progress task by running the completion skill with the --kill flag, which completes the verification process and terminates the session.

What is the best way to ensure code quality and project hygiene automatically when finishing a development task?

The best way to ensure code quality automatically is to use a task completion process that verifies tests and lint checks, commits the changes, and handles file reservation releases before signaling completion.

Why does task completion require a review signal before running verification and commits?

Task completion requires a prior review signal to ensure that code changes have been properly reviewed before the system proceeds with final verification, commits, and task closure in the multi-agent workflow.