setup-git-hooks
SolidConfigure two-stage git hooks (pre-commit + pre-push) for quality automation, with either pre-commit or lefthook as the hook manager. Use after bootstrap-project and setup-adrs, when adding quality gates to an existing project, or when standardizing quality automation.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- jrjsmrtn
- Repository
- jrjsmrtn/project-orchestration-skills
- Created
- 8 months ago
- Last Updated
- 1 weeks ago
- Language
- N/A
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
setup-pre-commit
Infrastructure skill for setting up commit-time quality gates. Use when a repo needs Lefthook-based pre-commit hooks for formatting, linting, type checking, and tests. Supports downstream /execute and /pre-merge, but is not part of the normal feature-delivery pipeline.
setup-rust-pre-commit
Set up fast pre-commit hooks for a Rust repo — format and lint the staged changes only, with CI left as the real gate.
devops-setup-pre-commit
Installs automatic code quality checks that run before every commit — catches style violations, formatting issues, and type errors locally before they ever reach GitHub or the live site. Run once per project during initial setup. Use when the operator says "pre-commit", "husky", or "lint-staged", or once during initial project setup.