一键导入
adv-triage
Backlog reconciliation, bug priority assignment, and ROADMAP.md regeneration methodology
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Backlog reconciliation, bug priority assignment, and ROADMAP.md regeneration methodology
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | adv-triage |
| description | Backlog reconciliation, bug priority assignment, and ROADMAP.md regeneration methodology |
| keywords | ["triage","backlog","roadmap","github-projects","prioritization"] |
Methodology for /adv-triage: reconcile backlog sources into GH issues, apply priority:* labels to bugs autonomously, and regenerate ROADMAP.md and .adv/roadmap-snapshot.json.
Storage of truth = GH Projects v2 typed fields for issue/project membership; bug priority labels act as the source of truth for issue ordering. ROADMAP.md = generated mirror. User questions gather bug context only; the agent owns priority assignment.
Canonical source: .opencode/command/adv-triage.md owns orchestration and state mutation. This skill owns rubrics, prompt templates, schemas, and anti-patterns.
| Doc | Use |
|---|---|
BOOTSTRAP.md | Project setup, labels, field creation, repository_filter auto-detect |
SCHEMA.md | Inventory records, GH Project fields, roadmap snapshot shape, typed config |
PROMPTS.md | Tier B approval prompts, context-gathering prompts, roadmap commit prompts |
WSJF.md | Match algorithm only |
ANTI-PATTERNS.md | Coexistence rules, gotchas, hard prohibitions |
repository_filter.cleanup_decisions[]; batch destructive/suppressive approvals by source/reason.bug|feature, add to project, record source trailer.priority:* labels autonomously. Bounded context budget (max 2 questions per bug); default to medium + context_insufficient label if context is insufficient.ROADMAP.md and .adv/roadmap-snapshot.json, echo full generated markdown in chat.ROADMAP.md .adv/roadmap-snapshot.json; default branch only.priority:* labels only. No scoring fields for bugs.repository_filter is first-run-only; manual edits are override path.adv_roadmap source: 'file' must see same repo scope as live reads.ROADMAP.md and .adv/roadmap-snapshot.json come from one fresh final read.ROADMAP.md in chat; no top-N shortcut.<issue#>: priority=<tier> :: <rationale> emitted in chat only; never as an issue comment.ROADMAP.md + .adv/roadmap-snapshot.json at commit step.Architecture inconsistency detection via deterministic tools, research fallback, and AI heuristic
AI-generated code quality detection via AST, regex, and heuristic analysis
Backend technology stack evaluation — choose boring technology scaled by project context. Use when selecting languages, databases, async infra, or API styles for new or existing backends.
Competitive intelligence research methodology for source code and public information comparison
Improvement-discovery methodology for current-state, LBP, and external landscape analysis
Codebase reconnaissance skill for mapping structure, hotspots, and risks