Automate the complete PR release cycle, including version bumps and sync checks.

Install

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

Installs to .claude/skills/pr-llloooggg

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 PR from dev to main following project merge flow. Runs version bump, syncs dev with main first, creates PR with --auto merge.
134 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Verify the current Git branch is 'dev'
  • Ensure the working tree is clean before proceeding
  • Sync the 'dev' branch with 'main' by fetching and merging
  • Apply version bumps based on conventional commits
  • Gather PR information from Git logs and diffs
  • Create a pull request with auto-merge enabled

How it works

The skill sequentially verifies the Git state, syncs the 'dev' branch with 'main', applies a version bump, and then creates an auto-merge enabled pull request based on the changes.

Inputs & outputs

You give it
Git repository with changes on the 'dev' branch
You get back
Synchronized 'dev' branch, version bump commit, and an auto-merge enabled pull request to 'main'

When to use pr

  • Releasing new versions
  • Syncing dev branch with main
  • Automating PR creation
  • Bumping repository versions

About pr

Sequentially syncs development branches, bumps versions based on commits, and creates auto-merge enabled PRs.

Create a PR from dev to main following project merge flow. Runs version bump, syncs dev with main first, creates PR with --auto merge.

When not to use it

  • When not on the 'dev' branch
  • When the project's merge flow is different from 'dev -> main'

Limitations

  • Strictly follows 'dev -> main' merge flow
  • Requires a clean working tree
  • Depends on a 'dev/scripts/bump-version.sh' script

How it compares

This skill automates a specific 'dev -> main' PR workflow, including state verification, syncing, and version bumping, providing a structured and consistent release process compared to manual PR creation.

Compared to similar skills

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

SkillInstallsUpdatedSafetyDifficulty
pr (this skill)03moReviewIntermediate
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