cyberneticlibrary

Create pull requests from branches

pr-workflowskillsetup L24
tools-only/X-Skills
What it does

Automate pull request workflows (create, review, merge, status checks)

Best for

When PR lifecycle (create, review request, merge) should be orchestrated from other workflows without manual GitHub clicks

Inputs
  • · repository
  • · branch name
  • · PR title/description
  • · review settings
Outputs
  • · PR URL
  • · review/check status
  • · merge confirmation
Requires
  • · GitHub API or Git hosting API
  • · CI/CD checks integration
Preconditions
  • · Repository write access
  • · CI/CD pipeline configured
  • · Branch naming convention defined
Failure modes
  • · Merge conflicts unresolved
  • · CI checks failing
  • · Insufficient permissions for merge
Trust signals
  • · Status checks monitored before merge
  • · Review request automation prevents approval bottlenecks