Manages pull request creation, CI pipeline validation, and merging with strict governance gates.
Install
mkdir -p .claude/skills/ai-pr-arcasilesgroup && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18725" && unzip -o skill.zip -d .claude/skills/ai-pr-arcasilesgroup && rm skill.zipInstalls to .claude/skills/ai-pr-arcasilesgroup
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.
Creates and updates pull requests with governance: runs the commit pipeline, enforces pre-push gates, generates structured PR body from spec, watches and fixes CI until merged. Trigger for 'open a PR', 'submit this for review', 'I am ready for review', 'merge this into main', 'draft PR', 'update the PR'. Not for commit-only flows; use /ai-commit instead. Not for narrative review; use /ai-review instead.Key capabilities
- →Create and update pull requests
- →Run commit pipeline and pre-push gates
- →Generate structured PR body from spec and plan
- →Watch and fix CI until merged
How it works
The skill executes a multi-step pipeline including auto-branching, gate orchestration, and concurrent documentation generation before creating or updating a pull request. It uses spec.md and plan.md to populate the PR description.
Inputs & outputs
When to use ai-pr
- →Drafting a new pull request
- →Requesting review on existing PR
- →Refreshing PR body and code
- →Automating merge workflow
About ai-pr
Handles the creation and updating of pull requests, integrating internal commit pipelines and security checks. It ensures that PRs are properly structured and CI-verified before merging.
Creates and updates pull requests with governance: runs the commit pipeline, enforces pre-push gates, generates structured PR body from spec, watches and fixes CI until merged. Trigger for 'open a PR', 'submit this for review', 'I am ready for review', 'merge this into main', 'draft PR', 'update the
When not to use it
- →Commit-only flows
- →Narrative review
Prerequisites
Limitations
- →Requires spec.md to be non-placeholder for spec-based PR body generation
- →Does not overwrite existing PRs; it extends them
How it compares
It integrates the commit pipeline, gate checks, and documentation generation into a single governed PR workflow rather than requiring separate manual steps.
Compared to similar skills
ai-pr side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| ai-pr (this skill) | 0 | 1mo | No flags | Intermediate |
| fix-pr | 1 | 5mo | Review | Intermediate |
| resolve-checks | 1 | 7mo | Review | Intermediate |
| agent-github-pr-manager | 1 | 7mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by arcasilesgroup
View all by arcasilesgroup →You might also like
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
agent-pr-manager
ruvnet
Agent skill for pr-manager - invoke with $agent-pr-manager
git-pr-workflows-git-workflow
sickn33
Orchestrate a comprehensive git workflow from code review through PR creation, leveraging specialized agents for quality assurance, testing, and deployment readiness. This workflow implements modern g