# Is This Agentic Change Good?

Canonical URL: https://huecki.com/en/tools/is-this-agentic-change-good-en/
Markdown URL: https://huecki.com/en/tools/is-this-agentic-change-good-en.md
Language: English
Published: 2026-06-16
Updated: 2026-06-16
Author: Dominic Hückmann
Category: Skill
Status: Experimental
- Agent topics: Agent Harnesses, Agent Security, Context Engineering, Agent Evals
- Tags: Agent Skills, Review, AGENTS.md, Safety
Content status: reference
Repository: https://github.com/DomEscobar/FutureOfDev/tree/main/skills/is-this-agentic-change-good
Download: https://raw.githubusercontent.com/DomEscobar/FutureOfDev/main/skills/is-this-agentic-change-good/SKILL.md

## Summary

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.

## Description

A read-only review skill for changes to agent setup, skills, AGENTS.md, runtime context, and safety boundaries.

## Body

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:

```json
{
  "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:

```txt
FutureOfDev/skills/is-this-agentic-change-good/
```

The website is the catalog. The skill code, rubric, and collector stay in the repo.
