ワンクリックで
gh-request
Handle natural-language GitHub requests — classify intent and dispatch to the right skill
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Handle natural-language GitHub requests — classify intent and dispatch to the right skill
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Decompose a broad topic into linked GitHub issues with a master tracking issue
Fix a tracker issue end-to-end, or batch-queue all open GitHub issues from a repo
Queue a PR rebase mission (ex: /rebase https://github.com/owner/repo/pull/42). A bare rebase only rebases onto the base branch; add --fix to also apply review feedback.
Queue a review then rebase combo for a PR (ex: /rr https://github.com/owner/repo/pull/42)
Ask Kōan a question about a GitHub PR or issue — fetches context and posts an AI reply
Show resolved model config for the active CLI provider
| name | gh_request |
| scope | core |
| group | pr |
| emoji | 🔀 |
| description | Handle natural-language GitHub requests — classify intent and dispatch to the right skill |
| version | 1.0.0 |
| audience | hybrid |
| worker | true |
| github_enabled | true |
| github_context_aware | true |
| commands | [{"name":"gh_request","description":"Route a natural-language GitHub request to the appropriate action (fix, rebase, review, reply, etc.)","usage":"/gh_request <github-url> <request text>"}] |
| handler | handler.py |