commit-and-push

Commit staged changes with conventional commits and push to the remote repository.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/a2f0/tearleads --skill commit-and-push-a2f0
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: commit-and-push
Source: https://github.com/a2f0/tearleads/tree/main/.codex/skills/commit-and-push
Command: npx skills add https://github.com/a2f0/tearleads --skill commit-and-push-a2f0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of committing code changes, pushing them to a remote repository, and initiating a pull request, while also integrating with AI for review and feedback.

Core Features & Use Cases

  • Conventional Commits: Enforces a standardized commit message format.
  • Automated PR Creation: Creates a pull request if one doesn't exist.
  • AI Review Integration: Waits for and processes feedback from AI code assistants like Gemini.
  • Fallback Review: Includes a fallback mechanism for cross-agent reviews if AI quotas are met.

Quick Start

Commit your staged changes and push them to the remote repository, creating a pull request if necessary.

Frequently Asked Questions about commit-and-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 in one step?▼

To automate git commit, push, and pull request creation, this Skill commits staged changes using conventional messages with GPG signing, pushes to the remote, and automatically creates a pull request if one does not exist.

What is the conventional commits format used for staging and pushing code?▼

Conventional commits provide a standardized commit message format enforced by the Skill to ensure clear, semantic project history before pushing changes to the remote repository.

How do I handle AI code review quota exhaustion during a pull request?▼

When AI review quota exhaustion occurs during a pull request, the Skill automatically switches to a fallback review agent to process cross-agent feedback without interrupting the workflow.

Does GPG signing work automatically when committing staged changes?▼

Yes, GPG signing is applied automatically. The Skill signs conventional commits with GPG before pushing the verified changes to the remote repository.

Can I use an automated fallback review agent if my primary AI quota is met?▼

Yes, you can use a fallback review agent. The Skill manages AI quota exhaustion by automatically switching to a fallback agent for cross-agent review feedback.

Why does my automated pull request wait for remote verification before proceeding?▼

Automated pull requests wait for remote verification to ensure pushed changes are accurately registered on the remote repository before initiating the AI review and feedback processing.