dev7-pr

Orchestrate GitHub pull request workflows from creation to final push.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Srajangpt1/dataeye --skill dev7-pr-srajangpt1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev7-pr
Source: https://github.com/Srajangpt1/dataeye/tree/main/packages/browseros-agent/.claude/skills/dev7-pr
Command: npx skills add https://github.com/Srajangpt1/dataeye --skill dev7-pr-srajangpt1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides developers through the end-to-end PR workflow, including creating PRs, pushing to GitHub, waiting for automated review, addressing feedback, and finalizing changes.

Core Features & Use Cases

  • PR creation and pushing: automate opening a pull request from the current branch with a concise title and body based on the PRD.
  • Review management: monitor automated reviews and gather feedback across comments.
  • Change integration: apply fixes and push updates to the PR.
  • Finalization: close the loop when the PR is approved and merged.

Quick Start

Push your current branch, create a PR with a concise title and body from the PRD, wait for Greptile review, and address comments.

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 code review workflows?

Automating GitHub pull request workflows involves orchestrating PR creation, pushing branches, waiting for automated code reviews, and addressing feedback. This Skill coordinates the end-to-end PR lifecycle from creation to final push.

What's the best way to manage external code reviews across multiple repositories?

Managing external code reviews across multi-repo environments requires structured PR lifecycles and automated review cycles. This Skill orchestrates external review processes by monitoring automated feedback and enforcing a repeatable sequence of steps.

Do I need the GitHub CLI to automate pull request creation and review waiting?

Yes, you need the GitHub CLI and Git installed with reliable network access. These dependencies are required to automate PR creation, wait for automated review tools like Greptile, and push updates.

How do I address automated code review comments and finalize a pull request?

Addressing automated code review comments involves monitoring feedback, applying fixes to the PR, and pushing updates. This Skill manages change integration and closes the loop when the PR is approved and merged.

Can I use this PR automation workflow for feature development in multi-repo environments?

Yes, this PR automation workflow is applicable to feature development and collaborative reviews in multi-repo environments. It coordinates structured PR lifecycles when teams require external review cycles.

Why does automated PR creation require a PRD for generating the title and body?

Automated PR creation uses the PRD to generate a concise title and body for the pull request. This ensures the PR accurately describes the feature requirements and changes being pushed to GitHub.