ticket

Solid

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.

AI & Automation 2 stars 0 forks Updated 5 days ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /ticket — Maintenance triage Support is usually done by a different team from the one that built the thing. Faced with a ticket, the time goes first of all into working out **where to look**. On a delivered project that answer is already written in our own deliverables: the estimate says what was built, the data model says where the data lives, the mockup says what the user sees, the brief says what should happen. This skill does not fix the ticket and does not touch code. **It points.** --- **UX: chat stays conversational.** The triage is an answer in chat, not a deliverable: no JSON gets written. Cite dev tasks by id **and** name, and chapters of the brief as `[[brief:Title]]`, so the reader gets there with one click. ## PROTOCOL 1. **Get the ticket text** from the user (or from the file they point at) 2. **Read** the project deliverables 3. **Answer** with the triage: where to look, what should happen, hypothesis 4. **Do not modify any file** unless explicitly asked --- ## PHASE 1 — THE TICKET If the user has not pasted the text, ask for it in a ```questions block (format in `.claude/prompts/questions_format.md`): ```` ```questions [ { "id": 1, "q": "Paste the ticket text so I can triage it.", "options": ["I'll paste it now"], "hint": "as it arrived, bad grammar and all" } ] ``` ```` You want it as it arrived: the end user's own words tell you which screen they are looking at the problem from. If the project is still in flight (estimate in ...

Details

Author
Federico-Anastasi
Repository
Federico-Anastasi/DYLA-ai
Created
1 weeks ago
Last Updated
5 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category