git-workflow

Enforce disciplined Git commits with verification-before-completion and pre-commit hooks.

Updated Jan 7, 2026
One-click install
npx skills add https://github.com/Smooth-Operation/household-expense-tracker --skill git-workflow-smooth-operation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-workflow
Source: https://github.com/Smooth-Operation/household-expense-tracker/tree/main/.claude/skills/workflow/git-workflow
Command: npx skills add https://github.com/Smooth-Operation/household-expense-tracker --skill git-workflow-smooth-operation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams maintain a clean, auditable Git history by enforcing disciplined commit practices and consistent messaging across branches.

Core Features & Use Cases

  • Small, focused commits: Encourages implementing one logical change per commit.
  • Standardized messages & branching: Provides guidelines for meaningful commit subjects, scopes, and branch naming; supports pull/merge requests workflows.
  • Quality gate before commits: Enforces verification-before-completion rules, tests passing, and pre-commit hooks to ensure code quality.

Quick Start

Create a branch with a clear scope, then commit following the skill's rules, and run the verification-before-completion steps before pushing.

Frequently Asked Questions about git-workflow

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

FAQPage Schema
How do I enforce small, focused Git commits with consistent messages?

To enforce small, focused Git commits with consistent messages, this Skill applies disciplined commit practices, ensuring one logical change per commit and standardized branch naming across software projects.

What is the best way to automate pre-commit hooks and tests before pushing?

The best way to automate pre-commit hooks and tests before pushing is using this Skill, which enforces verification-before-completion rules to ensure all tests pass and code quality checks run successfully.

Can I use this Skill to manage pull requests and branch merging workflows?

Yes, you can use this Skill to manage pull requests and branch merging workflows. It provides guidelines for meaningful commit subjects and scopes, supporting pull and merge request workflows to maintain an auditable history.

How do I stop AI co-author attribution from appearing in Git commits?

To stop AI co-author attribution from appearing in Git commits, this Skill explicitly forbids AI co-author attribution in commit messages, maintaining a clean and human-authored project history.

Does this Git workflow Skill require any specific dependencies or components?

No, this Git workflow Skill does not require any specific dependencies or components to function. It operates independently to enforce disciplined Git commits, branching, and pull request management.