一键导入
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