LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

pre-commit-fixer - Automatically fix pre-commit hook failures

Automatically fix pre-commit hook failures and retry the commit

Tags

Updated: 2026-03-22

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • capture error output
  • classify failure type
  • fix ESLint errors
  • fix pattern violations
  • add document headers
  • stage missing files
  • update documentation index
  • stage fixed files
  • retry commit

Inputs

  • git commit error output
  • original commit message
  • file paths
  • violation details

Outputs

  • fix result summary
  • commit hash
  • remaining errors

Requirements

  • git
  • npm
  • subagent support

Source

  • Spec: SKILL.md
git
pre-commit
ESLint
automation
code-quality
capture error output
classify failure type
fix ESLint errors
fix pattern violations
git commit error output
original commit message
file paths
fix result summary
commit hash
remaining errors