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
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
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.