BuildMIT

Tidy

by Matthew Blode (opens in a new tab) mblode/agent-skills

Reviews a diff with evidence-ranked findings and can apply bounded fixes and simplifications.

Installation

Skills CLI

Skills CLI command
npx skills@latest add mblode/agent-skills --skill tidy

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

Fieldbook review

Reviewed 27 Sept 2026

Report mode leaves the tree untouched; apply mode fixes confirmed issues, simplifies only where repository evidence supports it, and runs affected checks. It scopes work through Git diffs or an authenticated PR, and deliberately avoids commits, pushes, dependency changes, migrations, and broad rewrites.

  • LicenceMIT
  • FrontmatterValid name and description
  • Risky patternsNone found
  • Size144 lines
  • Last checked27 Sept 2026 · e9da74a02bd8659beb55a8dc409d0b34fa54dca3a59b74fb68c76f6a47d7eb6f

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.

  • Network

    Reaches external services or the web.

Read the source

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

skills/tidy/SKILL.md on GitHub (opens in a new tab)