pr

Orchestrate fork creation, branch setup, commits, and PR creation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/stackrox/ambient-workflows --skill pr-stackrox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/stackrox/ambient-workflows/tree/main/workflows/dev-team/.claude/skills/pr
Command: npx skills add https://github.com/stackrox/ambient-workflows --skill pr-stackrox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Submitting changes as pull requests often involves repetitive, error-prone steps like forking upstream, configuring remotes, creating branches, composing commit messages, and opening PRs. This skill automates those steps to ensure consistency and speed.

Core Features & Use Cases

  • Fork upstreams, configure remotes, and prepare a working branch for contributions.
  • Create a feature branch, stage and commit changes with descriptive messages, push to your fork, and open a draft PR with a populated description.

Quick Start

Create a feature branch from the base branch, stage and commit changes with a descriptive message, push to your fork, and open a draft pull request with a populated description.

Frequently Asked Questions about pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate pull request creation and management in collaborative workflows?

Automating pull request creation involves orchestrating fork setup, branch creation, commits, and PR generation. This skill streamlines those repetitive steps to ensure consistency, speed, and safe contributions to upstream repositories.

How do I fork an upstream repository and configure remotes for a new contribution?

Forking an upstream repository and configuring remotes is handled automatically to prepare a working branch. This ensures proper synchronization with the upstream and sets up your local environment for safe collaborative development.

Can I create draft pull requests in restricted environments with automated fallbacks?

Yes, you can create draft pull requests even in restricted environments. The process includes robust authentication checks, PR creation fallbacks, and clear failure recovery instructions to handle restricted access.

What is the best way to commit changes and open a PR from a forked branch?

The best way to commit changes and open a PR is to create a feature branch, stage changes with a descriptive commit message, push to your fork, and open a draft PR with a populated description.

Does this pull request automation tool handle branch naming and failure recovery?

Yes, this pull request automation handles branch naming and failure recovery. It satisfies robust authentication checks, manages remote configuration, and provides clear failure recovery instructions when errors occur.