一键导入
issue-triage
Triage GitHub/GitLab issues. Classify by type, severity, and reproducibility. Add labels, ask for missing information, link related issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Triage GitHub/GitLab issues. Classify by type, severity, and reproducibility. Add labels, ask for missing information, link related issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | issue-triage |
| description | Triage GitHub/GitLab issues. Classify by type, severity, and reproducibility. Add labels, ask for missing information, link related issues. |
| user-invocable | true |
For each new issue:
| Type | Criteria |
|---|---|
| 🐛 Bug | Expected behavior differs from actual |
| ✨ Feature | New functionality requested |
| 📚 Docs | Documentation gap or error |
| 🔧 Task | Technical debt, refactor, chore |
| ❓ Question | Needs clarification before classification |
| Severity | Criteria |
|---|---|
| 🔴 Critical | Data loss, security, production down |
| 🟡 High | Core feature broken, no workaround |
| 🟢 Medium | Feature partially broken, workaround exists |
| ℹ️ Low | Minor, cosmetic, edge case |
Thanks for the report! To help us triage this, could you provide:
- [ ] Version: `package@x.y.z` or git commit hash
- [ ] Steps to reproduce (exact commands)
- [ ] Expected behavior
- [ ] Actual behavior + error output
- [ ] Environment: OS, runtime version
needs-info when waiting for reporterBuild the project and verify it compiles cleanly. Use after making changes to confirm nothing is broken before running tests. Reads the build command from context/build.md.
Auto-configure .github/copilot-instructions.md and context/ knowledge docs for a new project. Use when setting up Brain Bootstrap in a new repository. Discovers the codebase, fills in templates, and writes project-specific configuration.
Save session state before context gets full or before ending. Writes current task state, branch, and loaded docs to context/tasks/todo.md so the next session can resume cleanly.
Clean workspace — build artifacts, dependencies, caches, Docker volumes, or temp files. Accepts arguments like build, deps, all, cache, docker, tasks, reinstall.
Load all relevant context/ knowledge files for a domain area. Use at session start or when switching to a new topic. Accepts a domain keyword like api, database, auth, build, security.
Query the database — list schemas, tables, describe a table, or run SQL. Accepts arguments like schemas, tables, describe <table>, or raw SQL.