install-hooks

Install enforcement hooks that run linters and verification commands before commits.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/mikemyl/verified-development --skill install-hooks-mikemyl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-hooks
Source: https://github.com/mikemyl/verified-development/tree/main/skills/install-hooks
Command: npx skills add https://github.com/mikemyl/verified-development --skill install-hooks-mikemyl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the installation of enforcement hooks to ensure code quality and security by integrating linters and verification commands into the development workflow.

Core Features & Use Cases

  • Post-write Lint Check: Ensures code quality by running a linter after every file write.
  • Pre-commit Verification Gate: Blocks commits if verification fails, preventing unverified code from being committed.
  • Configurable Commands: Allows users to specify their own linter and verification commands.
  • Statusline Integration: Adds a global statusline showing model, directory, and context usage.

Quick Start

Run /install-hooks to install enforcement hooks for your project.

Frequently Asked Questions about install-hooks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate pre-commit hooks for code quality and security?

You can automate pre-commit hooks by integrating linters and verification commands into your development workflow. This blocks commits if verification fails and runs a linter after file writes to ensure code quality and security.

What is a pre-commit verification gate for linting?

A pre-commit verification gate blocks commits if verification fails, preventing unverified code from being committed. It integrates linters and verification commands into your workflow to enforce code quality and security.

Can I configure custom linter commands for my commit verification hooks?

Yes, you can configure custom linter and verification commands for your commit verification hooks. This allows you to specify your own tools to run during post-write lint checks and pre-commit verification gates.

Do I need bash scripting skills to install enforcement hooks for codebases?

Yes, installing enforcement hooks requires bash scripting and configuration management skills. These skills are necessary to integrate linters and verification commands into your development workflow effectively.

How do I add a statusline showing model, directory, and context usage?

You can add a global statusline showing model, directory, and context usage by installing enforcement hooks. This statusline integration occurs alongside the setup of linters and verification commands for your project.

When should I not use automated commit verification hooks?

You should reconsider automated commit verification hooks if your codebase does not require automated code analysis or commit validation. The setup requires bash scripting and configuration management, which may be unnecessary for simple projects.