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.
Instalação
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
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.