work-with-pr

Automate the Pull Request lifecycle with CI, human review, and bot approval.

67.6k|5.5k|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/code-yeongyu/oh-my-openagent --skill work-with-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work-with-pr
Source: https://github.com/code-yeongyu/oh-my-openagent/tree/main/.opencode/skills/work-with-pr
Command: npx skills add https://github.com/code-yeongyu/oh-my-openagent --skill work-with-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the entire process of creating, verifying, and merging a Pull Request, from initial setup to final merge, ensuring all quality gates are passed.

Core Features & Use Cases

  • End-to-End PR Management: Handles branching, implementation, atomic commits, PR creation, and an iterative verification loop.
  • Multi-Gate Verification: Ensures code passes CI checks, human reviews (review-work), and automated bot approvals (Cubic).
  • Use Case: When you need to implement a new feature or fix a bug and ensure it's production-ready through a robust review and testing process, this Skill manages the entire workflow.

Quick Start

Use the work-with-pr skill to implement the feature described in the task and create a pull request.

Frequently Asked Questions about work-with-pr

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

FAQPage Schema
How do I automate pull request lifecycle management from branching to merge?

Pull request lifecycle automation handles worktree setup, atomic implementation, PR creation, and an unbounded verification loop. It ensures all quality gates pass before merging and cleans up worktrees post-merge automatically.

What is the best way to enforce multi-gate verification for CI, human review, and bot approval?

Multi-gate verification ensures code passes CI checks, human reviews, and automated bot approvals before merging. The unbounded verification loop iterates until all quality gates pass, guaranteeing production-ready code.

How does worktree setup work for automated development workflows?

Worktree setup is the initial step in development workflow automation, creating an isolated environment for atomic implementation. Post-merge, the automation automatically cleans up these worktrees to maintain repository hygiene.

Can I use this for complex development workflows requiring rigorous validation?

Yes, this automation is designed for complex development workflows requiring rigorous validation. It manages the entire PR process, iterating through CI, human review, and bot approval gates until all quality checks are satisfied.

Do I need any dependencies to automate PR creation and verification?

No external dependencies are required to automate PR creation and verification. The Skill operates independently using internal scripts to manage the complete pull request lifecycle from setup to cleanup.

When should I not use full PR lifecycle automation?

Full PR lifecycle automation may not suit simple changes that bypass quality gates or projects lacking CI pipelines. It is built for complex workflows requiring rigorous validation through iterative CI, human, and bot approvals.