commit-pipeline

Automate git commit workflows with dev-stack pipeline integration and Copilot review.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/lucasflores/agent-skills --skill commit-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-pipeline
Source: https://github.com/lucasflores/agent-skills/tree/main/.apm/skills/commit-pipeline
Command: npx skills add https://github.com/lucasflores/agent-skills --skill commit-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end git commit workflow, ensuring atomic commits, conventional-commit formatting, and integration with a dev-stack pipeline to catch silent failures in CI/CD.

Core Features & Use Cases

  • Stage and commit changes atomically, enforcing a clean, auditable history.
  • Resolve pre-commit pipeline changes, rebase on origin/main, and open PRs with automated reviews.
  • Sync local main after merge and track artifacts produced by each pipeline stage for deterministic replays.

Quick Start

Run the commit pipeline on the current branch to produce an atomic commit (or a sequence of commits) ready for PR review.

Frequently Asked Questions about commit-pipeline

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

FAQPage Schema
How do I automate atomic git commits with conventional commit formatting?

Automating atomic git commits with conventional commit formatting is handled by applying smart staging and context-aware pipeline integration to ensure a clean, auditable history. It enforces strict conventional commits during the staging process.

What is the best way to resolve pre-commit pipeline changes before opening a pull request?

The best way to resolve pre-commit pipeline changes before opening a pull request is to automate the workflow with a dev-stack aware pipeline. It handles rebasing on origin/main and opening PRs with automated Copilot reviews.

Does this commit pipeline integration work with automated Copilot review across feature branches?

Yes, this commit pipeline integration works directly with automated Copilot review across feature branches. It opens pull requests against origin/main and integrates the review process into the automated commit workflow.

How do I sync local main after merging a pull request and track pipeline artifacts?

To sync local main after merging a pull request and track pipeline artifacts, you run the pipeline's post-merge main synchronization. This tracks artifacts produced by each pipeline stage for deterministic replays.

When do I need an automated commit pipeline for my development repos?

You need an automated commit pipeline for development repos using dev-stack pipelines when preparing atomic commits and opening PRs. It catches silent failures in CI/CD by enforcing deterministic, auditable commit workflows.