cyberneticlibrary

Run full pre-commit checks

pre-commitsubagentsetup L20
kovyha/financial-news-mcp
What it does

Run automated checks before git commits to catch issues early

Best for

Preventing common errors (linting, format, secrets) from entering main branch when consistency is valued

Inputs
  • · [object Object]
  • · [object Object]
Outputs
  • · [object Object]
  • · [object Object]
Preconditions
  • · .pre-commit-config.yaml exists
  • · All hooks installed and passing locally
  • · Team agreement on check list
Failure modes
  • · Hooks so strict that normal work blocked
  • · Auto-formatters creating unstable conflicts
  • · Hooks not run in CI (false sense of security)
Trust signals
  • · All hooks pass in CI too
  • · Auto-fixes committed separately from feature commits
  • · Skip policy documented