Review semantic changes to Codex and Claude Code repository configuration across working trees, staged diffs, and Git ranges.
npx mdskills install /harnessdelta-review-agent-config-diffsUse HarnessDelta's deterministic local CLI before making claims about an agent-facing diff. The command below downloads the pinned, dependency-free CLI from the public Codeberg npm registry; the analyzer itself reads Git objects and working-tree files locally, makes no network requests, and never executes changed configuration.
Identify the repository and comparison the user placed in scope: working tree, staged changes, or a Git range.
Require Node.js 18 or newer. Run one of:
npx --yes --registry=https://codeberg.org/api/packages/automa-tan/npm/ harnessdelta@0.1.1 --json
npx --yes --registry=https://codeberg.org/api/packages/automa-tan/npm/ harnessdelta@0.1.1 --staged --json
npx --yes --registry=https://codeberg.org/api/packages/automa-tan/npm/ harnessdelta@0.1.1 --json
Summarize critical and high findings first, then medium findings that change instruction scope or discoverable components.
Preserve the reported path and finding code. Do not reconstruct or quote redacted commands, endpoints, permission values, credentials, or instruction contents.
Explain that the review is static and version-agnostic. Confirm runtime behavior with the harness's own status commands when that distinction matters.
For a shareable artifact, replace --json with --markdown. For CI, add --check; exit 2 means a high or critical finding, while exit 1 means the review could not run.
Source and documentation: https://codeberg.org/automa-tan/harnessdelta
Install via CLI
npx mdskills install /harnessdelta-review-agent-config-diffsHarnessDelta — Review Agent Config Diffs is a free, open-source AI agent skill. Review semantic changes to Codex and Claude Code repository configuration across working trees, staged diffs, and Git ranges.
Install HarnessDelta — Review Agent Config Diffs with a single command:
npx mdskills install /harnessdelta-review-agent-config-diffsThis downloads the skill files into your project and your AI agent picks them up automatically.
HarnessDelta — Review Agent Config Diffs works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.