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.