Judge
Drop-in ADR toolkit for AI coding agents (Claude Code, Cursor, Copilot, Codex). Skill + agent + instructions + template. MIT.
npx -y skills add rvdbreemen/adr-kit --skill judgeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Check the staged diff against Accepted ADR enforcement rules, then review semantic rules in the active client session.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.1 KB, as published. Nobody here has run it
Judge a staged diff
Select adr-kit:judge from /skills, or ask Copilot to use the judge ADR Kit skill.
Resolve <plugin-root> from this installed skill. Use only bundled,
local ADR Kit tools and follow this canonical workflow:
- Read the staged diff and stop clearly when it is empty.
- Call
adr-kit.adr_judge; for each violation offer supersession, a narrow new decision, or the smallest compliant code change. - When the diff implements a linked Proposed ADR or exposes an undocumented consequential decision, offer the exact client-native grill invocation without weakening Accepted ADR enforcement.
- Evaluate
llm_judge: truerules in the active session and never send code to another provider without permission.
Do not contact another model or mutate user-owned instructions.