ticket-review

Validates whether a ticket is ready for an agent to start work without asking questions.

1|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/Lia-Creative/lia-plugins --skill ticket-review-lia-creative
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ticket-review
Source: https://github.com/Lia-Creative/lia-plugins/tree/main/lia-tools/skills/ticket-review
Command: npx skills add https://github.com/Lia-Creative/lia-plugins --skill ticket-review-lia-creative

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering leads often dispatch tickets to builder agents that are missing context, unresolvable file paths, or vault-dependent secrets, causing agents to stall and ask questions. This Skill performs a fast pre-dispatch pickability check so gaps are caught before work begins. ## Core Features & Use Cases - Pickability Check: Reads a ticket cold and answers one question — could an agent start from this alone, without asking anything? - Five-Point Inspection: Verifies the stated goal, the three layers (discovery, design artefact, build notes), resolvable paths, vault independence, and truthful ticket relations. - Freshness Rule: If the session running the check wrote the prep notes or acceptance criteria itself, it spawns a subagent to grade the work instead. - Use Case: Before dispatching LIAB-1234 to a builder agent, run this check to confirm every path resolves and no vault access is required, then post a one-line pass or a gap comment naming which seat fixes each issue. ## Quick Start Ask the agent to run the ticket-review check on a specific ticket before dispatching it to a builder.

Frequently Asked Questions about ticket-review

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

FAQPage Schema
How do I check if a ticket is ready to dispatch to an agent?▼

Run the ticket-review check, which reads the ticket cold and asks whether an agent could start from it alone. It verifies the goal statement, the three context layers, resolvable paths, vault independence, and truthful relations, then posts a one-line pass or a gap comment.

What makes a ticket fail a pre-dispatch readiness check?▼

A ticket fails when paths do not resolve, accounts or connectors lack named identities, secrets require vault access, blockers are unfinished, or relations point at nonexistent tickets. Vault dependence alone fails the check, since anything the builder needs must travel onto the ticket.

What is the difference between ticket-review and ready-review?▼

ready-review grades epics and stories at discovery-exit using five checks, while ticket-review is the engineering lead's last look at dispatch time, after design and build-prep are done. Both exist because they catch different escapes at different stages.

Can the same session that wrote build-prep notes run the readiness check?▼

No. The freshness rule requires the context running the check to not have produced the work being graded. If the session wrote the prep notes or acceptance criteria, it must spawn a subagent and hand it only the ticket ids and the five questions.

When should I use review-and-merge instead of ticket-review?▼

Use review-and-merge when verifying finished built work sitting in Review. Since the 26 Aug 2026 reassignment, ticket-review only covers the pre-dispatch pickability check; the built-work verification discipline moved entirely to review-and-merge.