commit

Automates Git commit, push and pull-request workflows with conventional commit enforcement and pre-push validation.

2|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/djnsty23/claude-auto-dev --skill commit-djnsty23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/djnsty23/claude-auto-dev/tree/main/skills/commit
Command: npx skills add https://github.com/djnsty23/claude-auto-dev --skill commit-djnsty23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates inconsistent commit history by enforcing a standardized workflow for git commits, pushes, and PR creation, reducing review friction and onboarding time.

Core Features & Use Cases

  • Conventional commits enforcement: ensures commit messages follow the conventional format and clear intent.
  • Automated PR flow: guides and creates pull requests with standardized metadata and branch naming.
  • Pre-push validations: runs safety checks before pushing to prevent common mistakes and ensure code quality.

Quick Start

Initiate a commit using the standardized workflow to draft a conventional message and open a PR.

Frequently Asked Questions about commit

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

FAQPage Schema
How do I enforce conventional commits in my git workflow?

This skill enforces conventional commits by automating standardized git workflows, validating staged changes, and ensuring commit messages follow the conventional format before pushing. It eliminates inconsistent commit history by applying clear intent rules to every commit message.

How do I automate git commit and pull request creation on GitHub?

Automate git commit and pull request creation by initiating the standardized workflow to draft a conventional commit message and open a PR. It guides PR creation with standardized metadata and branch naming, minimizing friction during software development.

Can I run safety checks on staged changes before pushing to GitHub?

Yes, pre-push validations run safety checks on staged changes before pushing to prevent common mistakes. This ensures code quality and validates that your staged changes meet the required standards before executing the push command to GitHub.

What is the best way to standardize git commit messages for a development team?

The best way to standardize git commit messages is to enforce a standardized workflow that applies conventional commit rules automatically. This reduces review friction and onboarding time by ensuring all team members follow consistent commit formatting.

Does this git workflow automation work without additional dependencies?

Yes, this git workflow automation works without additional dependencies. It directly enforces conventional commit rules, validates staged changes before pushing, and guides pull request creation natively within your software development environment.