verify-changes

Installation
SKILL.md

Verify Changes

Produce captured evidence for the repository's required gates and the requested change. Discover commands, select the relevant checks, run their actual prerequisites, and report results. This skill does not repair code.

Modes

  • Manual: honor the user's requested check set. An explicit request for all checks runs every required gate; otherwise select the affected checks and applicable repository gates.
  • Pipeline (mode:pipeline): use the caller's scope and acceptance contract without questions. Return the structured result from references/checks-schema.json and one verdict. Required repository gates still apply.

Discover and scope

Read references/command-discovery.md. Prefer the repository's named scripts and read-only CI configuration over reconstructed commands. Record detected build systems and command sources in commandSurface.

Resolve the base from origin/HEAD, code-host metadata, then main. Include staged and unstaged changes for the current worktree. Use native affected-package support when available. Without it, identify safe package or file checks from the repository's commands; use whole-repository checks when required or when a narrower valid check is unavailable. Record workspacesScoped.supported: false when native scoping is absent.

Execute the selected checks

Installs
14
GitHub Stars
2
First Seen
Aug 14, 2026
verify-changes — robsonrung/rar-skills