yeet-pr

Publish local repository changes to GitHub with a draft PR.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publish local Incan or Encero repository changes to GitHub using project standards. Use when the user asks to yeet, publish, commit and PR, push a branch and open a PR, or create a draft PR from local changes while requiring the repo-local commit-message and PR-description conventions.

Core Features & Use Cases

  • Enforces repository standards by invoking the repository's own write-commit-message and create-pr-description skills before drafting a commit or PR.
  • Coordinates git workflows: staging, committing, pushing, and opening a draft PR around the repository's standards.
  • Uses the GitHub connector to create and manage draft PRs, validate scope, and ensure PR metadata aligns with project conventions.

Quick Start

Push the current branch to the remote and open a draft PR that follows the repository's commit-message and PR-description standards.

Frequently Asked Questions about yeet-pr

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

FAQPage Schema
How do I open a draft PR that automatically follows repository coding standards?

To open a draft PR that automatically follows repository coding standards, use an automated git workflow tool to stage, commit, and push local changes while invoking repo-specific commit-message and PR-description conventions before creating the pull request.

How do I automate committing and pushing local changes to GitHub while enforcing project conventions?

You can automate committing and pushing local changes to GitHub with project conventions by using a workflow coordinator that validates commit messages and PR descriptions against repository standards before executing the git push and PR creation steps.

What is the best way to ensure my pull request description meets project standards?

The best way to ensure your pull request description meets project standards is to use an automation skill that invokes the repository's create-pr-description conventions, validating metadata and scope before the draft PR is opened on GitHub.

Do I need a GitHub connector to automate creating draft pull requests from a local branch?

Yes, you need a GitHub connector to automate creating draft pull requests from a local branch. The connector manages PR creation and validates that the pull request metadata aligns with the enforced project conventions.

Can I enforce custom commit message conventions when publishing local repository changes?

Yes, you can enforce custom commit message conventions when publishing local repository changes. The workflow invokes the repository's write-commit-message skill to validate and format commit messages before pushing to the remote branch.