Agentic PlaybookAgentic product lifecycle

mxa-verify-precommit

Fires on every commit. Format, lint and types on staged files, sub-second — deliberately thin, because a slow hook gets bypassed.

  • Gates every commit locally: formatting, linting, type-checking
  • Staged files only, so the hook stays fast enough that nobody bypasses it
  • Wired once to a git hook, then fires on its own

Works with

The outside tools and connectors this skill drives.

  • Lefthook with Biome· our default
  • Husky with ESLint and Prettier

The first is what we reach for on our own projects. A project that already uses one of the others keeps it, and the skill works with that instead.

Install it

npx skills add madebymany/madebyagents --skill mxa-verify-precommit
Read the skill itself