pre-commit — framework for managing multi-language git pre-commit hooks
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-49dbd1ad)More formats (shields.io, HTML) on the badges page.
---
name: pre-commit
description: pre-commit — framework for managing multi-language git pre-commit hooks
---
# pre-commit Plugin
pre-commit is a framework for managing and running git hooks. You declare the linters, formatters, and checks you want in a `.pre-commit-config.yaml`, and pre-commit installs and runs them automatically on each commit across many languages.
## Quickstart
```bash
# Install the git hook into the current repo
pre-commit install
# Run all configured hooks against all files
pre-commit run --all-files
# Run a single hook by id
pre-commit run black --all-files
# Update hook versions to the latest released revs
pre-commit autoupdate
# Generate a sample config to start from
pre-commit sample-config > .pre-commit-config.yaml
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!