oss-pr

Automate pull request workflows from branch creation to PR submission.

7|2|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/bitan-del/gods-eye-desktop --skill oss-pr-bitan-del
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oss-pr
Source: https://github.com/bitan-del/gods-eye-desktop/tree/main/.claude/skills/oss-pr
Command: npx skills add https://github.com/bitan-del/gods-eye-desktop --skill oss-pr-bitan-del

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically orchestrates the end-to-end pull request workflow, unifying branch creation, quality checks, commits, pushes, and PR submission into a repeatable process.

Core Features & Use Cases

  • End-to-end PR automation: from creating a feature branch to opening a pull request.
  • Enforced quality checks: runs format, lint, and tests as part of the PR workflow and enforces review steps.
  • Collaboration-ready: supports multiple contributors with consistent PR hygiene and fast feedback loops.

Quick Start

Initiate the OSS PR workflow to branch, test, commit, push, and open a pull request.

Frequently Asked Questions about oss-pr

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

FAQPage Schema
How do I automate git branch creation and pull request submission in one workflow?

You can automate the end-to-end PR workflow by scriptably orchestrating git commands, unifying branch creation, quality checks, commits, pushes, and pull request submission into a single repeatable process.

What is the best way to enforce PR hygiene and quality checks for multiple contributors?

Enforcing PR hygiene and quality checks for multiple contributors is achieved by automating format, lint, and test runs as part of the pull request workflow, ensuring consistent standards and fast feedback loops.

Does this pull request automation work with existing CI checks and branch management rules?

Yes, this pull request automation integrates with your CI checks and branch management rules by running format, lint, and test validations as enforced steps before final PR submission.

How do I standardize the end-to-end pull request workflow for a collaborative software project?

Standardizing the end-to-end pull request workflow for collaborative software projects involves scriptably orchestrating git commands to unify branching, quality checks, commits, and PR creation into a consistent process.

What are the limitations of automating pull request creation through git command orchestration?

Limitations of automating pull request creation through git command orchestration include its dependency on scriptable git environments and its focus on standardizing collaborative projects rather than handling highly customized, non-standard code review workflows.