ce-commit-push-pr

Generate PR titles and bodies from the current branch and repository state.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/DieStok/ridder_lab_retreat_ai_hackathon_2026 --skill ce-commit-push-pr-diestok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-commit-push-pr
Source: https://github.com/DieStok/ridder_lab_retreat_ai_hackathon_2026/tree/main/.agents/skills/compound-engineering/skills/ce-commit-push-pr
Command: npx skills add https://github.com/DieStok/ridder_lab_retreat_ai_hackathon_2026 --skill ce-commit-push-pr-diestok

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates turning working changes into a pull request by generating adaptive PR descriptions and titles, and by creating a new PR or updating an existing one when asked.

Core Features & Use Cases

  • PR creation and updates: generate a complete PR title and body from the current branch or a provided PR reference.
  • Description rewriting: rewrite or refresh an existing PR description to reflect the latest commits.
  • Conventional-commit alignment: apply a correct, scalable description that matches project conventions and change complexity.

Quick Start

Invoke ce-commit-push-pr on your current branch to create a new PR or update the description of an existing one.

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 generate a GitHub pull request description automatically from my current branch?

Generate a GitHub pull request description automatically by analyzing the commit range on your current branch. This skill identifies relevant changes and produces structured PR titles and bodies aligned with your project conventions.

How do I update an existing PR description after pushing new commits to GitHub?

Update an existing PR description by providing a pull request reference. The skill rewrites and refreshes the description to reflect the latest commits while maintaining a clean, structured format.

What is the best way to create conventional commit aligned PR titles and bodies?

Create conventional commit aligned PR titles and bodies by applying project conventions to the detected changes. The skill scales the description complexity to match the actual modifications in the commit range.

Can I push changes and create a pull request in a single automated Git workflow?

Push changes and create a pull request in a single automated Git workflow. The skill handles open PR detection, pushes changes, and generates complete descriptions for new or updated pull requests.

Does this PR automation tool work with existing repository conventions and open pull request detection?

This PR automation tool works with existing repository conventions and open pull request detection. It analyzes the repository state to determine whether to create a new PR or update an existing one.