git-commit-standards

Configure pre-commit hooks to validate conventional commit messages.

Updated Dec 31, 2025
One-click install
npx skills add https://github.com/JackSmack1971/claude-code-learning-flywheel --skill git-commit-standards
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-commit-standards
Source: https://github.com/JackSmack1971/claude-code-learning-flywheel/tree/main/.claude/skills/git-commit-standards
Command: npx skills add https://github.com/JackSmack1971/claude-code-learning-flywheel --skill git-commit-standards

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Establishes a consistent commit history with atomic changes and conventional messages, validated by pre-commit hooks and scripts.

Core Features & Use Cases

  • Conventional commit types (feat, fix, docs, etc.) and scopes
  • Validation script for commit messages and basic secret detection
  • Use Case: Enforce a PR that has properly formatted commits and references issues

Quick Start

Install and configure pre-commit hooks, then commit with the proper format such as feat(api): add login endpoint and include Refs: #123