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.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.