yeet-pr

Automate commit, push, and pull request creation in GitHub repositories.

92|7|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/encero-systems/incan --skill yeet-pr-encero-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yeet-pr
Source: https://github.com/encero-systems/incan/tree/main/.agents/skills/yeet-pr
Command: npx skills add https://github.com/encero-systems/incan --skill yeet-pr-encero-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages the process of creating GitHub pull requests from local code changes, ensuring adherence to project standards and automating the stages of committing, pushing, and opening PRs.

Core Features & Use Cases

  • Standardized Commit and PR Creation: Automates the commitment and PR creation process following project standards.
  • Branch and Base Management: Manages branch creation and rebase or merge with the target base branch.
  • Commit-Message and PR-Description Standards: Utilizes standards for commit messages and PR descriptions.
  • Safety and Verification: Ensures safety checks and verifications before pushing changes and opening PRs.
  • Use Case: Simplifies the workflow for developers when they want to open a pull request, ensuring all standards are met without manual oversight.

Quick Start

Use the yeet-pr skill to create a PR for the 'feature-branch' that adheres to all project standards.

Frequently Asked Questions about yeet-pr

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

FAQPage Schema
How do I automate GitHub pull request creation from local code changes?

To automate GitHub pull request creation, you can use a skill that manages the commit, push, and PR opening workflow while enforcing code standards. This ensures consistency without manual oversight.

What is the best way to standardize commit messages and PR descriptions?

Standardizing commit messages and PR descriptions is achieved by applying predefined project standards automatically during the PR creation workflow, ensuring adherence without manual oversight.

Does GitHub PR automation handle branch creation and rebasing with the target base branch?

Yes, GitHub PR automation handles branch creation and manages rebase or merge operations with the target base branch, ensuring your local changes are properly synchronized before opening the PR.

Can I run safety checks and verifications before pushing changes and opening a PR?

Yes, you can run safety checks and verifications before pushing changes and opening a PR. The automation ensures these validations are executed to maintain code integrity.

Why should I use automated PR creation instead of manual Git operations for feature branches?

Automated PR creation simplifies the workflow by managing Git operations, branch handling, and PR description standards automatically, ensuring all project standards are met without manual oversight.

What are the limitations of automating pull request workflows for GitHub repositories?

Automating pull request workflows for GitHub repositories requires Git operations and branch management compatibility, meaning complex merge conflicts or non-standard branch strategies may require manual intervention.