用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/rvdbreemen/adr-kit --skill judge命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Interactively complete or revalidate an ADR from repository facts, a pull request, a git range, or source material while preserving human lifecycle authority.
Interactively complete or revalidate an ADR from repository facts, a pull request, a git range, or source material while preserving human lifecycle authority.
Interactively complete, reconstruct, or revalidate Architecture Decision Records from repository facts, pull requests, git ranges, chat logs, or documents. Use when an ADR is Proposed, rationale or alternatives are uncertain, shipped code needs a decision record, or an Accepted decision may need supersession or retirement.
基于 SOC 职业分类
正在显示 SKILL.md
| name | judge |
| description | Check the staged diff against Accepted ADR enforcement rules, then review semantic rules in the active client session. |
| license | MIT |
Invoke explicitly with $adr-kit:judge when needed.
Resolve <plugin-root> from this installed skill. Use only bundled,
local ADR Kit tools and follow this canonical workflow:
adr-kit.adr_judge; for each violation offer supersession, a narrow new decision, or the smallest compliant code change.llm_judge: true rules in the active session and never send code to another provider without permission.python <plugin-root>/bin/adr-judge --adr-dir docs/adr --show-config and report every value with its provenance, including an available: false backend rather than summarizing it away.adr-judge --set-backend host --host-client <this client's id> (the host model is the only backend, ADR-036); never hand-edit .adr-kit.json, never ask for an API key, and never write a credential to a file, because that file is committed and the judge refuses a key found in it.Do not contact another model or mutate user-owned instructions.