ce-commit-push-pr

Automate commit, push, and pull request creation with adaptive descriptions.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/Zeptiny/opencode-setup --skill ce-commit-push-pr-zeptiny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-commit-push-pr
Source: https://github.com/Zeptiny/opencode-setup/tree/main/skills/ce-commit-push-pr
Command: npx skills add https://github.com/Zeptiny/opencode-setup --skill ce-commit-push-pr-zeptiny

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of committing changes, pushing them to the repository, and creating a pull request with a descriptive message, streamlining the workflow for software development.

Core Features & Use Cases

  • Commit & Push: Automates the commit and push process.
  • PR Creation: Generates and opens a pull request with an adaptive description based on the change made.
  • Description Customization: Allows for customization of PR descriptions to include user-specific details or focuses.

Quick Start

Run the 'commit and PR' command to automatically commit your changes, push to the remote, and create a PR.

Frequently Asked Questions about ce-commit-push-pr

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

FAQPage Schema
How do I automate commit, push, and pull request creation in one workflow?

You can automate the commit, push, and PR creation workflow by running a single command that processes your changes and opens a pull request. This streamlines software development by eliminating manual git commands.

What is an adaptive PR description and how is it generated?

An adaptive PR description is automatically generated based on the specific code changes made. It supports customization to include user-specific details or focuses, ensuring the pull request context accurately reflects the commit.

Can I use conventional commit messaging for automated pushes?

Yes, the automated commit and push process supports conventional commit messaging. It uses branch-based context to format commit messages appropriately before pushing the changes to the remote repository.

Does this workflow automation require any external dependencies or scripts?

No external dependencies are required to run the workflow automation. The Skill operates using included scripts and references, allowing you to commit changes and create PRs directly within your environment.

How do I customize PR descriptions to include specific project details?

You can customize PR descriptions to include user-specific details by leveraging the description customization feature. This allows you to tailor the adaptive PR text to focus on specific aspects of your code changes.