Skip to main content
Run any Skill in Manus
with one click
$pwd:

check-pre-commit-config

// Audits a `.pre-commit-config.yaml` (and referenced local hook scripts) against 20 deterministic checks (YAML shape, `rev:` pinning, scope declarations, network-call / destructive-command / error-suppression patterns, shell-script strict mode, hook explicit-name and require-serial hygiene) plus seven judgment dimensions and a Tier-3 cross-config collision check. Use when the user wants to "audit pre-commit", "check .pre-commit-config.yaml", "review my pre-commit hooks", "is my pre-commit config safe", "lint pre-commit", or "what's wrong with my pre-commit". Not for hand-rolled `.git/hooks/` — out of scope. Not for CI pipelines — route elsewhere.

$ git log --oneline --stat
stars:1
forks:0
updated:May 6, 2026 at 12:22
File Explorer
19 files
SKILL.md
readonly