pr-submit

Submit the current changes as a GitHub pull request.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pr-submit" with this command: npx skills add pipecat-ai/pipecat/pipecat-ai-pipecat-pr-submit

Submit the current changes as a GitHub pull request.

Instructions

Check the current state of the repository:

  • Run git status to see staged, unstaged, and untracked changes

  • Run git diff to see current changes

  • Run git log --oneline -10 to see recent commits

If there are uncommitted changes relevant to the PR:

  • Ask the user if they want a specific prefix for the branch name (e.g., alice/ , fix/ , feat/ )

  • Create a new branch based on the current branch

  • Commit the changes using multiple commits if the changes are unrelated

Push the branch and create the PR:

  • Push with -u flag to set upstream tracking

  • Create the PR using gh pr create

After the PR is created:

  • Run /changelog <pr_number> to generate changelog files, then commit and push them

  • Run /pr-description <pr_number> to update the PR description

Return the PR URL to the user.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

code-review

No summary provided by upstream source.

Repository SourceNeeds Review
General

docstring

No summary provided by upstream source.

Repository SourceNeeds Review
General

changelog

No summary provided by upstream source.

Repository SourceNeeds Review
General

pr-description

No summary provided by upstream source.

Repository SourceNeeds Review