pr-workflow

Create GitHub pull requests with staged change verification and reviewer assignment.

1.0k|91|Updated Jul 9, 2025
One-click install
npx skills add https://github.com/fcakyon/claude-codex-settings --skill pr-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-workflow
Source: https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/github-dev/skills/pr-workflow
Command: npx skills add https://github.com/fcakyon/claude-codex-settings --skill pr-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a complete Pull Request workflow that helps ensure changes follow project standards, include proper documentation updates, and communicate changes effectively.

Core Features & Use Cases

  • Pre-PR validation: Verify staged changes and ensure meaningful commits.
  • Documentation alignment: Update docs or READMEs as needed.
  • PR creation: Create PR with a well-structured body and proper reviewers.

Quick Start

After making changes, use the PR workflow to prepare and open a pull request with a descriptive title and body.

Frequently Asked Questions about pr-workflow

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

FAQPage Schema
How do I automate pull request creation on GitHub?

Automating pull request creation involves setting up a workflow that validates staged changes, updates documentation as needed, and uses the GitHub CLI (gh pr create) to open PRs with structured titles, descriptions, and assigned reviewers—ensuring changes follow project standards.

Can I verify staged changes before opening a pull request?

Yes, pre-PR validation checks staged changes for meaningful commits and analyzes diffs against the base branch to catch issues before submission, helping ensure your changes meet project requirements.

What's the best way to ensure documentation stays in sync with code changes?

A PR workflow can conditionally update documentation or READMEs as part of the pull request creation process, verifying alignment between code and docs so your changes are fully documented.

How do I automatically assign reviewers when creating a pull request?

PR workflow automation can select and assign reviewers during gh pr create, routing pull requests to appropriate team members based on your project configuration.

Does this work with branches created from main?

Yes, the workflow handles conditional branch setup from main, supporting feature and fix branches that follow standard GitHub-based project structures.

What should I do after my pull request is merged?

After merge, downstream actions may include deployment checks, notification delivery, or integration with CI/CD systems to complete the full development cycle.