Skill Experimental
Is This Agentic Change Good?
A read-only review skill for changes to agent setup, skills, AGENTS.md, runtime context, and safety boundaries.
June 16, 2026 · Dominic Hückmann
What it is for
This skill reviews branches that change future agent behavior. It collects local git evidence and judges skill collisions, context budget, safety risks, and runtime visibility before recommending a merge.
This is not a normal code-review skill.
It reviews changes that affect how future agents behave:
AGENTS.md,TOOLS.md,SOUL.md,USER.md,HEARTBEAT.md- skill files and skill support files
- runtime configuration
- hooks, allowlists, tooling, sandbox, or prompt-injection changes
Output
The skill returns a JSON verdict first:
{
"verdict": "ship|ship-with-notes|needs-fix|unsafe",
"confidence": "high|medium|low",
"blockers": []
}
Then it renders a short human summary.
Source of truth
The skill lives in the public repo:
FutureOfDev/skills/is-this-agentic-change-good/
The website is the catalog. The skill code, rubric, and collector stay in the repo.