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.zipInstalls 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.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
When to use pr
- →Submit code for review
- →Automate gradle builds and PRs
- →Ensure test pass before merging
About this skill
Create PR Workflow
- Ensure all changes are on a feature/fix branch (create one if on main/develop)
- Run the build:
./gradlew build - Run tests:
./gradlew test - If build+tests pass, commit with a conventional commit message
- Push the branch
- Create a PR with a descriptive title and body summarizing changes
- 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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| pr (this skill) | 0 | 6mo | No flags | Beginner |
| review-pr | 2 | 2mo | No flags | Advanced |
| springboot-verification | 4 | 4mo | Review | Intermediate |
| fix-pr | 1 | 4mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
review-pr
apache
Used to review whether an Apache ShardingSphere PR truly fixes the root cause, assess side effects and regression risks, and determine whether it can be safely merged. If not mergeable, produce committer-tone change request suggestions. Supports targeted comparison across multiple review rounds.
springboot-verification
affaan-m
Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.
fix-pr
AztecProtocol
Fix a failing PR by analyzing CI logs and fixing errors. Autonomous workflow that identifies failures, rebases, fixes issues, and pushes.
resolve-checks
flowglad
Resolve all failing CI checks and address PR review feedback on the current branch's PR. Runs tests locally, fixes failures, incorporates valid review comments, and resolves addressed feedback. Use when CI is red, after receiving PR feedback, or before merging.
agent-github-pr-manager
ruvnet
Agent skill for github-pr-manager - invoke with $agent-github-pr-manager
agent-github-modes
ruvnet
Agent skill for github-modes - invoke with $agent-github-modes