ワンクリックで
ag
Use the `ag` CLI to inspect and mutate workspace/ticket state from terminal.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use the `ag` CLI to inspect and mutate workspace/ticket state from terminal.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Rebase current branch on top of latest origin/main (and latest remote branch tip) while resolving conflicts cleanly.
Write and refine implementation tickets into loop-friendly, verifier-first units for any software project. Use when asked to decompose large initiatives, rewrite ticket plans, or review ticket quality for clarity, testability, and minimal coupling.
Engineering principles for durable fixes: eliminate root causes, prefer simplification, and apply abstractions only when they reduce complexity.
Fetch and summarize active pull request review feedback with `gh` (inline review comments, review decisions, and PR discussion comments) for the current branch.
Push current branch to origin and create/update the pull request with accurate title/body and validation notes.
Rebase the current branch onto a target base branch and resolve conflicts safely while preserving intended behavior.
SOC 職業分類に基づく
| name | ag |
| description | Use the `ag` CLI to inspect and mutate workspace/ticket state from terminal. |
# Workspace context
ag workspace list
ag workspace use <workspace-slug>
# Ticket reads
ag ticket list --json
ag ticket show <number-or-id> --json
ag ticket comments <number-or-id> --json
# Ticket writes
ag ticket comment <number-or-id> --author "<author>" --body "<markdown>"
ag ticket update <number-or-id> --title "<title>" --description "<desc>" \
--acceptance-criteria "<criteria>" --rubric "<rubric>"
--json mode to verify result.