원클릭으로
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