create-pr-with-review

Automate code review loops and create pull requests via GitHub API.

8|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/sasamuku/dotfiles --skill create-pr-with-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr-with-review
Source: https://github.com/sasamuku/dotfiles/tree/main/.claude/skills/create-pr-with-review
Command: npx skills add https://github.com/sasamuku/dotfiles --skill create-pr-with-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation of pull requests by automating the review and fix loop, ensuring a high-quality codebase before the PR is created.

Core Features & Use Cases

  • Automated Code Review: Provides a systematic approach to reviewing code changes, with automated suggestions and feedback.
  • Iterative Fix Loop: Continuously iterates on the code until the review is clean, with minimal manual intervention.
  • PR Creation: Automatically creates a pull request with all necessary information once the code is reviewed and cleaned.

Quick Start

Execute the create-pr-with-review skill to start the pull request creation process with code review.

Frequently Asked Questions about create-pr-with-review

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

FAQPage Schema
How do I automate code review before creating a pull request?

To automate code review before creating a pull request, this Skill iterates through a continuous review and fix loop, ensuring the codebase is clean before automatically opening the PR.

What is an iterative fix loop for GitHub pull requests?

An iterative fix loop for GitHub pull requests is an automated process that continuously reviews code changes and applies fixes until the review is completely clean, minimizing manual intervention.

Do I need Python and GitHub CLI to automate pull request creation?

Yes, you need Python, GitHub CLI (gh), and Git installed to automate pull request creation, as the Skill relies on these dependencies to interact with the GitHub API and handle codebase configurations.

How do I create a pull request with automated code review?

You create a pull request with automated code review by executing the Skill, which handles the systematic review process and generates the PR with all necessary information once the code passes.

Does automated code review work with various codebase configurations?

Yes, automated code review works with various codebase configurations by collaborating directly with the GitHub API to adapt to different project structures and ensure high-quality code before PR creation.