commit

Automates git commits with conventional messages across project spaces and meta-repos.

69|7|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/TaylorHuston/local-life-manager --skill commit-taylorhuston
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/TaylorHuston/local-life-manager/tree/main/.claude/skills/commit
Command: npx skills add https://github.com/TaylorHuston/local-life-manager --skill commit-taylorhuston

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates creating git commits in project spaces and across meta-repos with conventional message formatting, ensuring consistency and traceability.

Core Features & Use Cases

  • Automated commit orchestration across spaces/[project]/ and meta-repo changes with conventional message formats.
  • Pre-commit quality checks (tests, lint) and safety checks, plus amend and branch-aware commit types.
  • Clear, repeatable workflows for saving progress and maintaining clean history in multi-repo environments.

Quick Start

Execute /commit yourbench to create a new commit with a conventional message and safety checks.

Frequently Asked Questions about commit

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

FAQPage Schema
How do I automate git commits across multiple repos with conventional message formats?

You can automate git commits across multiple repos by executing a command like /commit yourbench, which orchestrates changes in spaces/[project]/ and the meta-repo while applying conventional message formats automatically.

Can I run pre-commit quality checks like tests and linting before creating a git commit?

Yes, pre-commit quality checks like tests and linting are supported. The commit automation runs safety checks and linters (e.g., npm test) before finalizing the commit to ensure code meets quality standards.

What is the best way to amend a previous commit in a multi-repo project layout?

To amend a previous commit in a multi-repo project layout, use the supported amend mode. This allows you to modify existing commits across spaces/[project]/ and meta-repo changes while maintaining a clean history.

Do I need a specific repository layout to automate conventional commits?

Yes, you need Git installed and a specific repository layout containing spaces/[project]/ and the meta-repo. This structure is required to orchestrate commits across project spaces and related repos properly.

How does branch-aware commit type automation work?

Branch-aware commit type automation works by detecting the current branch context to apply appropriate conventional commit types. This ensures commits are categorized correctly based on the branch you are working on.

Why use automated conventional commits for saving progress in a multi-repo environment?

Automated conventional commits provide clear, repeatable workflows for saving progress. They ensure consistency and traceability across project spaces and meta-repos, maintaining a clean history in multi-repo environments.