Handles the full git workflow from branching to PR submission for specific repo requirements.

Install

mkdir -p .claude/skills/pr-pelikan-io && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13171" && unzip -o skill.zip -d .claude/skills/pr-pelikan-io && rm skill.zip

Installs to .claude/skills/pr-pelikan-io

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Create a feature branch, commit changes, push, and open a PR against pelikan-io/pelikan
87 charsno explicit “when” trigger
Beginner

Key capabilities

  • Create a new feature branch
  • Stage and commit changes following conventional commit style
  • Push committed changes to origin
  • Open a pull request against pelikan-io/pelikan
  • Generate a descriptive branch name if not provided

How it works

The skill verifies uncommitted changes, creates a feature branch, stages and commits changes using conventional commit style, pushes the branch to origin, and then opens a pull request against the pelikan-io/pelikan repository.

Inputs & outputs

You give it
Uncommitted changes in the working directory, optional branch name argument
You get back
A new feature branch, committed changes, pushed branch to origin, and a pull request URL against pelikan-io/pelikan

When to use pr

  • Create feature branch
  • Open pull request
  • Submit code changes

About pr

Creates a branch, stages changes, follows conventional commit conventions, and pushes to upstream for the pelikan project.

Create a feature branch, commit changes, push, and open a PR against pelikan-io/pelikan

When not to use it

  • When there are no uncommitted changes in the working directory
  • When already on a feature branch with unpushed commits for a different change
  • When the target repository is not pelikan-io/pelikan

Limitations

  • Only targets the pelikan-io/pelikan repository
  • Requires uncommitted changes to operate
  • Does not allow force pushing or amending existing commits

How it compares

This skill automates the entire pull request workflow for the pelikan-io/pelikan project, including specific commit message formats and PR body structure, which is more simplify than performing each Git and GitHub action manually.

Compared to similar skills

pr side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
pr (this skill)04moReviewBeginner
github-workflow-automation112moReviewAdvanced
testing-workflow169moReviewIntermediate
github-actions-templates73moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

Search skills

Search the agent skills registry