commit-push

Automate Git feature branch commits, pushes, and PR management.

12|5|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/Clyra-AI/gait --skill commit-push-clyra-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-push
Source: https://github.com/Clyra-AI/gait/tree/main/.agents/skills/commit-push
Command: npx skills add https://github.com/Clyra-AI/gait --skill commit-push-clyra-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end Git workflow for feature branches by committing changes, pushing, and managing PRs.

Core Features & Use Cases

  • End-to-end PR workflow: automatically commits, pushes, creates or updates a PR, and routes CI checks toward a green signal.
  • Branch safety and sync: ensures not operating on main, rebases with origin/main, and validates pre-push checks.
  • Post-merge discipline: merges PRs, switches to main, and records outcomes for audit.

Quick Start

Ship your current branch by running the commit-push workflow to open or update a PR and drive CI to green.

Frequently Asked Questions about commit-push

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

FAQPage Schema
How do I automate git commit, push, and pull request creation on a feature branch?

To automate the git commit, push, and pull request workflow, this Skill commits local changes, pushes to origin, and opens or updates a PR. It then monitors CI checks to drive the feature branch toward a green signal before merging.

What's the best way to ensure branch safety and sync with main before pushing code?

To ensure branch safety and sync with main before pushing, the workflow verifies you are not operating on main, rebases your feature branch onto origin/main, and runs pre-push checks to validate code integrity.

How does a CI monitoring workflow handle post-merge git branch switching?

A CI monitoring workflow handles post-merge by merging the PR, switching your local environment back to main, and recording outcomes or artifacts for audit purposes after the green signal is achieved.

Can I use this workflow to open a pull request with a heredoc body for CI checks?

Yes, you can use this workflow to open a pull request with a heredoc body. It automatically creates or updates the PR with detailed descriptions and routes CI checks to validate the pushed commits.

Does the automated PR workflow support hotfix loops after merging to main?

Yes, the automated PR workflow supports optional hotfix loops after merges. This allows you to quickly address issues by isolating branch safety and syncing changes back to main when post-merge problems occur.