create-pr

Create pull requests, run Playwright browser tests, and manage review loops.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/youhei-ushio/dotclaude-public --skill create-pr-youhei-ushio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/youhei-ushio/dotclaude-public/tree/main/skills/global/create-pr
Command: npx skills add https://github.com/youhei-ushio/dotclaude-public --skill create-pr-youhei-ushio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires GitHub, Playwright, gh, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of creating pull requests, executing tests, and managing review loops for code commits, significantly reducing the manual overhead of PR workflows.

Core Features & Use Cases

  • Automated PR Creation: Creates PRs from source branch commits, handling title, body, and linking to associated issues.
  • Continuous Testing: Automates browser testing to validate UI changes and ensure functionality.
  • Review Loop Automation: Manages an iterative review loop, with optional 2 reviewers and 1 fact-checker, up to 5 rounds.
  • Use Case: Integrate this Skill into your code workflow to ensure code quality, streamline review processes, and minimize human errors in PR creation and testing.

Quick Start

Trigger the creation of a new PR for your feature branch 'feature-new-branch' with the following command:

/create-pr feature-new-branch

Frequently Asked Questions about create-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 loops?

Automate GitHub Pull Request creation and code review loops by using a tool that parses commit diffs, generates PR titles and bodies, and manages iterative reviews. This handles the entire workflow from branch commits to final approval.

Can I run browser testing automatically when creating a Pull Request?

Yes, browser testing runs automatically during Pull Request creation using Playwright. It validates UI changes and ensures functionality by executing browser-based tests directly within the automated PR workflow.

How does automated code review work for GitHub commits?

Automated code review for GitHub commits works by managing an iterative review loop with multiple agents. It includes optional reviewers and a fact-checker, running up to 5 rounds to ensure code quality and minimize human errors.

Do I need GitHub and Playwright to automate PR workflows?

Yes, you need GitHub and Playwright to automate PR workflows. GitHub integration is required for pull request creation and review loops, while Playwright handles the browser-based testing for validating UI changes.

What is the best way to integrate automated testing into a code review loop?

The best way to integrate automated testing into a code review loop is to combine browser testing with iterative agent reviews. This validates functionality continuously while managing up to 5 review rounds for quality assurance.

What are the limitations of automating code review with multiple agents?

Limitations of automating code review with multiple agents include a maximum of 5 review rounds. The process requires external testing tools and GitHub access, and while it minimizes human error, it still involves optional reviewers and a fact-checker for validation.