ワンクリックで
issue-router
Automated issue analysis and resolution. Triggers on commands like "分析 issue", "修 issue", "fix ready", "confirm issue".
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Automated issue analysis and resolution. Triggers on commands like "分析 issue", "修 issue", "fix ready", "confirm issue".
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when proposing or reviewing BK-Lite operations-product modules, MVP scope, product specifications, competitor-derived designs, workflow/state models, extensibility decisions, permissions, audit, execution safety, or acceptance criteria.
Archive multiple completed changes at once
Continue working on a change - create the next artifact (Experimental)
Create a change and generate all artifacts needed for implementation in one go
Start a new change using the experimental artifact workflow (OPSX)
Guided onboarding - walk through a complete OpenSpec workflow cycle with narration
| name | issue-router |
| description | Automated issue analysis and resolution. Triggers on commands like "分析 issue", "修 issue", "fix ready", "confirm issue". |
| license | MIT |
| metadata | {"author":"bk-lite","version":"2.0"} |
Recognize and execute issue-router commands from natural language.
Trigger phrases (match any):
Steps
Parse the user's message to determine the command and arguments.
Map to the corresponding CLI command:
| Intent | Command |
|---|---|
| Analyze/scan issues | python3 automation/issue-router/issue_bot.py analyze --repo TencentBlueKing/bk-lite |
| Show summary | python3 automation/issue-router/issue_bot.py summary |
| Confirm single issue | python3 automation/issue-router/issue_bot.py confirm --issue <N> |
| Confirm all | python3 automation/issue-router/issue_bot.py confirm --all |
| Fix ready issues | python3 automation/issue-router/issue_bot.py fix --ready |
| Fix single issue | python3 automation/issue-router/issue_bot.py fix --issue <N> |
| Fix confirmed | python3 automation/issue-router/issue_bot.py fix --confirmed |
Execute the command using the Bash tool.
Present the output to the user.
Guardrails
fix commands, warn the user that code will be modified and committed locally