git-pr-workflow

Guide git commits, branches, PR creation, cleanup, and reviews.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/oozoofrog/codex-skills --skill git-pr-workflow-oozoofrog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-pr-workflow
Source: https://github.com/oozoofrog/codex-skills/tree/main/git-pr-workflow
Command: npx skills add https://github.com/oozoofrog/codex-skills --skill git-pr-workflow-oozoofrog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill unifies git workflow tasks like commits, branching, push, PR creation, stale-branch cleanup, and structured PR reviews into a single, codex-driven workflow, reducing context switching and human error.

Core Features & Use Cases

  • Unified guidance or automation for commit messages, branch creation, push, PR creation, and cleanup of gone branches.
  • Structured review guidance covering code, tests, errors, comments, types, and simplification.
  • Deterministic workflows that ensure changes are validated locally before actions.

Quick Start

Initiate a desired flow (commit-only, branch+commit+push+PR, or cleanup) and let Codex execute the steps end-to-end.

Frequently Asked Questions about git-pr-workflow

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

FAQPage Schema
How do I automate git commit and PR workflows end-to-end?

To automate git commit and PR workflows, you initiate a flow like branch+commit+push+PR and let Codex execute structured steps end-to-end. This unifies commit messages, branch creation, and PR generation into a deterministic process, reducing context switching and human error.

What is structured PR review guidance and how does it work?

Structured PR review guidance evaluates code, tests, errors, comments, types, and simplification across changes. It provides deterministic, actionable feedback aligned with reference checklists, ensuring changes are validated locally before actions are executed.

How do I clean up stale git branches after a pull request?

To clean up stale git branches after a pull request, you initiate a cleanup flow that removes gone branches. This deterministic operation checks explicit state conditions and prunes stale branches to maintain a clean repository.

Can I use this git workflow assistance for local validation before pushing commits?

Yes, you can use this git workflow assistance for local validation. The deterministic workflows ensure changes are validated locally before actions like pushing commits or creating PRs, satisfying requirements for explicit state checks and actionable guidance.

Does this PR review process cover code, tests, and type checking?

Yes, the PR review process covers code, tests, errors, comments, types, and simplification. It applies structured review guidance to ensure comprehensive validation across all these dimensions before a pull request is finalized.