用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Maestra-Tech/ContextDevKit --skill source-command-vcs-gh-triage命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Generate, validate, and explicitly accept a canonical ContextDevKit ADR.
Open a multi-agent deliberation — a council of specialist voices debate a hard question with tiered research, a synthesizer converges, the result feeds an ADR. (ADR-0035 / ADR-0070)
Start a mutation-focused session on one objective and keep its scope bounded.
| name | source-command-vcs-gh-triage |
| description | Triage open GitHub issues into one explicit canonical task scope. |
Use this skill when the user asks to run the migrated source command gh-triage.
Convert selected GitHub issues into canonical v4 tasks. This is a mutation and
requires --tasks <scope>; there is no writable global backlog.
Fetch issues with authenticated gh. If the CLI or authentication is
unavailable, skip, never fake a result.
For an incremental run, select new issues with:
node contextkit/tools/scripts/gh-triage.mjs select <issues.json>.
Existing task evidenceRefs entries such as gh#42 provide deduplication.
Classify complexity with
node contextkit/tools/scripts/complexity-rubric.mjs classify "<issue gist>",
then choose an explicit owner priority. Agent/model advice is optional and
cannot deny triage.
Add each accepted issue through the canonical store:
node contextkit/tools/scripts/pipeline.mjs add --tasks <scope> \
--priority <P0-P4> --title "<concise title>" \
--acceptance "<criterion one>,<criterion two>" \
--evidence-refs "gh#<number>"
After every selected issue is durably written, advance the watermark with
node contextkit/tools/scripts/gh-triage.mjs commit "<watermark-iso>".
Do not advance it after a partial failure.
Report created task ids, duplicates, skipped issues, priority distribution, and the exact canonical scope. Do not close, label, or comment on GitHub issues without separate user authorization.