project-commit

Automate end-to-end project commit workflows with deterministic multi-phase pipelines.

1|Updated Aug 16, 2025
One-click install
npx skills add https://github.com/RB-chrismandich/Manifest --skill project-commit-rb-chrismandich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-commit
Source: https://github.com/RB-chrismandich/Manifest/tree/main/configs/claude/skills/project-commit
Command: npx skills add https://github.com/RB-chrismandich/Manifest --skill project-commit-rb-chrismandich

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end project commit workflows require coordinating docs, remote sync, checks, staging, and push with guardrails and rollback handling.

Core Features & Use Cases

  • End-to-end commit orchestration: regenerates docs, synchronizes with remote, runs pre-commit checks, stages changes, commits, and pushes with safe failure handling.
  • Deterministic multi-phase pipelines: phases execute in order with retry limits and clear failure reporting.
  • Auto-generated commit messages and issue tracking: suggests concise messages and can append Fixes references as needed.

Quick Start

Run the project-commit skill to execute the full end-to-end commit cycle for your repository.

Frequently Asked Questions about project-commit

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

FAQPage Schema
How do I automate end-to-end git commits safely?

Automating end-to-end git commits safely requires a deterministic pipeline that handles docs generation, remote sync, pre-commit checks, staging, committing, and pushing with built-in guardrails and safe failure handling.

What is a multi-phase pre-commit workflow?

A multi-phase pre-commit workflow executes documentation regeneration, remote synchronization, checks, staging, and pushing sequentially, with retry limits and clear failure reporting for safe, auditable project commits.

How do I auto-generate commit messages and link issues?

Auto-generating commit messages and linking issues is achieved through workflow automation that suggests concise messages and appends Fixes references to link issue tracking during the staging and committing phases.

Can I safely push commits across multiple branches with automated rollback?

Pushing commits across multiple branches safely is supported by deterministic pipelines that orchestrate staging, committing, and pushing with safe failure handling and clear reporting for auditable team workflows.

What happens if a pre-commit check fails during the commit pipeline?

When a pre-commit check fails during the commit pipeline, the deterministic workflow halts execution using safe failure handling and clear reporting, preventing broken code from being committed or pushed.