commit

Automate conventional commits across cms and web repositories.

38|13|Updated Jun 30, 2025
One-click install
npx skills add https://github.com/jhb-software/payload-astro-website-template --skill commit-jhb-software
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/jhb-software/payload-astro-website-template/tree/main/.claude/skills/commit
Command: npx skills add https://github.com/jhb-software/payload-astro-website-template --skill commit-jhb-software

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation and application of conventional-commit messages across multiple repositories to ensure consistency and traceability.

Core Features & Use Cases

  • Multi-repo commit orchestration: Coordinate commits in cms and web repos with a single user instruction.
  • Conventional commit enforcement: Validate type and scope, ensuring messages follow the <type>(<scope>): <title> format.
  • Safety and traceability: Require explicit change lists and produce a clear, auditable commit history across all targeted repos.

Quick Start

Commit the changes across cms and web using conventional commit format.

Frequently Asked Questions about commit

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

FAQPage Schema
How do I automate conventional commits across multiple repositories?

You can automate multi-repo commits by applying a single instruction that validates the type and scope, enforces the <type>(<scope>): <title> format, and performs commits in each targeted repository.

What is the conventional commit format for multi-repo workflows?

The conventional commit format for multi-repo workflows requires a validated type and scope structured as <type>(<scope>): <title>, ensuring consistency and traceability across cms and web repositories.

Can I commit changes to both cms and web repos with a single command?

Yes, you can commit changes to both cms and web repositories with a single instruction, which orchestrates multi-repo commits and generates properly formatted conventional commit messages for each targeted project.

Does multi-repo commit automation require an explicit change list?

Yes, multi-repo commit automation requires an explicit change list to ensure safety and traceability, producing a clear and auditable commit history across all targeted repositories.

What happens if my commit message scope or type is invalid?

The commit automation validates the type and scope before applying changes, rejecting messages that do not follow the enforced <type>(<scope>): <title> conventional commit format.

Is there a way to enforce commit message consistency across separate projects?

You can enforce commit message consistency across separate projects by using automation that validates conventional commit conventions and coordinates commits across multiple repositories like cms and web.