commit-workflow

Guide Git commits with automated code quality and completeness checks.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/youhei-ushio/dotclaude-public --skill commit-workflow-youhei-ushio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-workflow
Source: https://github.com/youhei-ushio/dotclaude-public/tree/main/skills/global/commit-workflow
Command: npx skills add https://github.com/youhei-ushio/dotclaude-public --skill commit-workflow-youhei-ushio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of creating clear, consistent commit messages and ensuring code quality before committing to a Git repository.

Core Features & Use Cases

  • Commit Guidance: Provides rules for writing effective commit messages and checking the status of the code before committing.
  • Automated Checks: Executes checks for basic code quality and completeness before committing.
  • User Confirmation: Offers user confirmation for non-urgent commits to avoid accidental overwrites.
  • Use Case: Ideal for teams that need to maintain a clean and organized commit history, especially when following Conventional Commits or other commit message conventions.

Quick Start

Commit your changes by following the guidelines provided by the commit-workflow skill.

Frequently Asked Questions about commit-workflow

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

FAQPage Schema
How do I write consistent Git commit messages for a team repository?

Automating Git commit quality checks involves running automated checks for basic code quality and completeness before committing. This workflow executes these validations and offers user confirmation to avoid accidental overwrites.

What is the best way to format conventional commits?

Formatting conventional commits is best handled by following specific rules for writing effective commit messages. This process assists in structuring your commit messages clearly to maintain an organized project history.

Can I automate code quality checks before a Git commit?

Automating Git commit quality checks involves running automated checks for basic code quality and completeness before committing. This workflow executes these validations to ensure code readiness before finalizing.

How do I prevent accidental overwrites during non-urgent commits?

Preventing accidental overwrites during non-urgent commits is handled through user confirmation prompts. The workflow offers this confirmation step before finalizing the Git commit to protect your repository state.

Does this Git workflow support team environments with strict commit history rules?

Supporting team environments with strict commit history rules is a primary function of this Git workflow. It ensures code completeness and enforces a consistent conventional commit format for all team members.