Builds, tests, and submits code changes via automated pull requests.

Install

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

Installs to .claude/skills/pr-devoxx

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.

pr — an agent skill by devoxx.
30 chars · catalog descriptionno explicit “when” trigger
Beginner

Key capabilities

  • Ensure all changes are on a feature/fix branch.
  • Run the Gradle build.
  • Run tests.
  • Commit with a conventional commit message.
  • Push the branch and create a PR.

How it works

The skill automates the PR workflow by ensuring changes are on a feature branch, running Gradle build and tests, committing with a conventional message, pushing the branch, and creating a pull request.

Inputs & outputs

You give it
Code changes
You get back
Pushed branch and a pull request URL

When to use pr

  • Submit code for review
  • Automate gradle builds and PRs
  • Ensure test pass before merging

About this skill

Create PR Workflow

  1. Ensure all changes are on a feature/fix branch (create one if on main/develop)
  2. Run the build: ./gradlew build
  3. Run tests: ./gradlew test
  4. If build+tests pass, commit with a conventional commit message
  5. Push the branch
  6. Create a PR with a descriptive title and body summarizing changes
  7. Report the PR URL

When not to use it

  • When changes are not on a feature/fix branch.
  • When the project does not use Gradle for building and testing.
  • When a conventional commit message is not desired.

Limitations

  • Requires changes to be on a feature/fix branch.
  • Relies on Gradle for build and test execution.
  • Requires a conventional commit message.

How it compares

This skill enforces a specific PR workflow that includes build and test validation before committing and pushing, ensuring code quality and adherence to conventional commit standards.

Compared to similar skills

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

SkillInstallsUpdatedSafetyDifficulty
pr (this skill)06moNo flagsBeginner
review-pr22moNo flagsAdvanced
springboot-verification44moReviewIntermediate
fix-pr14moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry