review-ticket

Solid

Triage a ticket or ticket set before work starts — compare it against the codebase and save a review covering verdict, feature walkthrough, and only the high-cost questions worth raising.

Code & Development 26 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
48
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Review ticket A pre-pickup triage glance: read a ticket — or a set of tickets forming one feature — usually before anyone has started it, and decide whether it can be picked up or something must be clarified first. The output briefs the developer on the feature and lists the questions worth asking whoever owns the requirements. ## Input - **Local ticket document(s)**: a single `.TICKET.md`, several, a ticket-set directory, or a `.TICKET.md` whose `## Ticket set` section lists siblings. - **One or more ticket URLs or bare ids/keys**: delegate — even for a single one — to a subagent that invokes [fetch-ticket](../fetch-ticket/SKILL.md), so the tickets land on disk without the fetch bloating this session's context, then review the local files. If the input is ambiguous or unrecognized, ask rather than guess. **Set mode** applies to multiple tickets, a set directory, or a `.TICKET.md` listing a `## Ticket set`. For a lone member file whose intended scope isn't obvious from the request, ask whether to review the whole set or just that ticket. ## Read the materials Read the input ticket file(s), **visually inspecting the downloaded images and design frames** — they are part of the spec and often where the gaps hide. **Widen only on demand.** When the input already tells the feature clearly — the journey, the why, what each ticket delivers — review it as-is: reading beyond the input is never a required step. Settle a specific doubt as cheaply as possible, and only to...

Details

Author
eai-org
Repository
eai-org/agent-toolkit
Created
2 months ago
Last Updated
today
Language
Shell
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Testing & QA Solid

ticket-review

Reviews a Jira or Linear ticket before implementation or QA begins, exposing ambiguity, contradiction, hidden dependencies, missing acceptance criteria, and untestable expectations.

1 Updated 3 days ago
SUDARSHANCHAUDHARI
Code & Development Solid

ticket-review

Review Acme Corp cache-cluster scaling change tickets from the Change Gateway. Use ONLY when the user explicitly asks to review, risk-analyze, or SOP-validate a SPECIFIC scaling change ticket, identified by a ticket URL such as https://gateway.acme.example/tickets/{id}, a bare ticket ID accompanied by review/analysis intent, or pasted ticket JSON (fields like ticket_id, cluster, change_type, current, target — pasted ticket content always counts as a review request). Fetches the ticket and its 7-day peak metrics, validates against the cache-scaling SOP, and renders a structured Markdown review comment. Do NOT use this skill for - ticket status lookups (e.g. "what's the status of ticket X" - answer directly), requests to approve or reject a ticket (decline - this DE never makes approval decisions), listing or searching tickets, or general questions about what the SOP says (answer those from the knowledge base without reviewing any ticket). Comment-only output; the decision stays with a human.

0 Updated 3 days ago
arthaszyb
AI & Automation Solid

ticket

Triages a maintenance ticket on a delivered project: which area and epic are involved, which objects are likely affected, what the brief says should happen, and a first hypothesis. It does not fix anything — it points.

2 Updated 4 days ago
Federico-Anastasi