BuildMIT

Verification loop

by Affaan Mustafa (opens in a new tab) affaan-m/everything-claude-code

Runs build, type, lint, test, security, and diff gates before a change is called complete.

Installation

Skills CLI

Skills CLI command
npx skills@latest add affaan-m/everything-claude-code --skill verification-loop

Requires Node.js and npm. Choose your agents in the installer; add -g for a global installation.

Fieldbook review

Reviewed 27 Sept 2026

Checks build, types, lint, coverage, simple secret/debug patterns, and the Git diff in sequence, stopping on build failure. Its command examples assume common JavaScript or Python toolchains and an existing project test setup.

  • LicenceMIT
  • FrontmatterValid name and description
  • Risky patternsNone found
  • Size127 lines
  • Last checked27 Sept 2026 · 6d4a399d856207297168cc03f3f8c90d4085ff14566bb928af3c97d9a31f2650

What it can touch

  • Edits code

    Changes files in your project.

  • Runs commands

    Runs shell commands such as tests, builds or installs.

  • Uses git

    Reads history or makes commits, branches or worktrees.

Read the source

Fieldbook links to the original instead of copying it, so you always read the version you install.

.agents/skills/verification-loop/SKILL.md on GitHub (opens in a new tab)