
Issue Handler
- Updated May 8, 2026
- g-kari/g-kari-plugins
issue-handler automates creating, listing, and processing GitHub Issues. As a prompt-injection defense it only processes issues you created yourself or approved via comment. It gives an agent a safer way to manage GitHub issue workflows from the CLI.
Key points
- Create, list, process GitHub Issues
- Prompt-injection safety guard
- Only handles self-created/approved issues
- gh CLI based
Issue Handler by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add g-kari/g-kari-plugins/plugin install issue-handler@g-kari-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 8, 2026 |
|---|---|
| Repository | g-kari/g-kari-plugins ↗ |
What it does
Automate creating, listing and processing GitHub Issues, with a safety guard that only processes issues you created or approved (prompt-injection defense).
README.md
issue-handler
GitHub Issue の作成・一覧・処理を自動化するプラグイン。
特徴
ghCLI で Issue 作成・一覧・処理・クローズ- プロンプトインジェクション対策の安全機構内蔵
- 定期的な一括処理に対応
安全機構
外部ユーザーが作成した Issue にはプロンプトインジェクションのリスクがあるため、以下のルールで処理可否を判定します:
| 条件 | 処理 |
|---|---|
| 自分が作成した Issue | OK |
自分が /approve コメント済み |
OK |
| それ以外 | スキップ |
ラベルではなくコメントを使う理由:ラベルは Write 権限があれば誰でも付与可能ですが、コメントの author は GitHub が保証するため偽装できません。
インストール
claude plugin add g-kari/g-kari-plugins/issue-handler
使い方
Issue作って: ○○のバグ修正
Issue一覧見せて
Issue #12 を対応して
open issueを片付けて
前提条件
ghCLI がインストール・認証済みであること