Add an Aftercare ticket explicitly. Use when the user invokes $ac-add or /ac-add, or wants a direct command-style way to add a fix, test, review, or deploy ticket to the queue.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Add an Aftercare ticket explicitly. Use when the user invokes $ac-add or /ac-add, or wants a direct command-style way to add a fix, test, review, or deploy ticket to the queue.
ac-add
Read ../aftercare/SKILL.md first and follow its runtime resolution, target repo rules, and queue rules.
Treat all user text after $ac-add or /ac-add as the add request.
If the target repo does not have .aftercare/, run init-repo first.
Run add-ticket. Infer fields from the request with these defaults:
ticket_type=fix
priority=P1
area=general
if the user asks to make it next, set --force-next true
Return the created ticket id, type, priority, status, and next follow-up.