githook
Installation
SKILL.md
githook - Git Hook Management Utility
The githook module provides a simple interface for managing Git hooks within a repository, enabling users to easily install, view, or remove hooks for tasks like linting or automated testing.
When to Activate
- When setting up pre-commit or post-merge hooks in a repository.
- When auditing existing hooks to understand automated repository behaviors.
Patterns & Examples
List Hooks
# View all currently active hooks in the Git repository
x githook ls
Checklist
- Confirm the repository path.
- Verify the specific hook type (pre-commit, etc.).