dev7-pr

Automate GitHub pull request creation, review coordination, and iterative fixes.

50|37|Updated Oct 8, 2025
One-click install
npx skills add https://github.com/browseros-ai/BrowserOS-agent --skill dev7-pr-browseros-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev7-pr
Source: https://github.com/browseros-ai/BrowserOS-agent/tree/main/.claude/skills/dev7-pr
Command: npx skills add https://github.com/browseros-ai/BrowserOS-agent --skill dev7-pr-browseros-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the PR workflow by automating PR creation, review coordination, and comment resolution across feature branches, reducing manual steps and cycle time.

Core Features & Use Cases

  • PR Creation & Body: Create a PR with a body derived from PRD inputs and automatically associate it with the feature branch.
  • Review Coordination: Wait for automated review (Greptile) and fetch comments to guide fixes.
  • Iterative Fixes: Apply reviewer feedback by staging targeted commits and pushing updates until approval.

Quick Start

Push the current feature branch and create the PR using the PRD Level 1 summary as the body.

Frequently Asked Questions about dev7-pr

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

FAQPage Schema
How do I automate GitHub pull request creation and review coordination?

Automating GitHub pull request creation involves pushing a feature branch and generating a PR body from PRD inputs. This workflow coordinates automated reviews, fetches comments, applies fixes, and pushes final commits iteratively until approval.

What is the best way to resolve automated code review comments on a feature branch?

Resolving automated code review comments requires pulling reviewer feedback, applying targeted fixes to the feature branch, staging commits, and pushing updates. This iterative process continues until the automated review coordination system grants approval.

Can I use a PRD summary as the body when creating a pull request?

Yes, you can use a PRD summary as the pull request body. The PR creation process derives the PR body directly from PRD Level 1 inputs and automatically associates it with the current feature branch before pushing.

Does this PR workflow automation support Greptile review feedback?

Yes, the PR workflow supports Greptile automated reviews. It waits for the automated review process to complete, fetches the resulting comments, and uses that feedback to guide iterative fixes across the feature branch.

How do I push final commits after applying pull request review fixes?

Pushing final commits after applying review fixes involves staging the targeted changes locally on the feature branch and pushing the updates to GitHub. This action repeats until all reviewer comments are resolved and approved.