review-and-merge

Automate pull request review, feedback handling, and merge execution.

2|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/ka2kama/ringiflow --skill review-and-merge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-and-merge
Source: https://github.com/ka2kama/ringiflow/tree/main/.claude/skills/review-and-merge
Command: npx skills add https://github.com/ka2kama/ringiflow --skill review-and-merge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes, addressing feedback, and merging pull requests, significantly reducing the manual overhead for developers.

Core Features & Use Cases

  • Automated Review Check: Verifies the status of automated reviews and CI checks.
  • Feedback Handling: Identifies and proposes solutions for review comments from AI bots.
  • Merge Execution: Safely merges pull requests after all checks and reviews are satisfactory.
  • Use Case: After an AI agent like Claude Code submits a pull request, this Skill can automatically check its review comments, apply necessary fixes, and merge the PR if everything is in order, freeing up human reviewers.

Quick Start

Use the review-and-merge skill to check the status of the current pull request and merge it if ready.

Frequently Asked Questions about review-and-merge

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

FAQPage Schema
How do I automate pull request reviews and merges in GitHub Actions?

Automating pull request reviews and merges involves checking PR status, handling AI-generated review comments, and executing merges with branch deletion. This Skill ensures all CI checks pass and reviews are approved before merging.

Can I automatically resolve AI bot review comments on a pull request?

Yes, handling AI bot review comments is supported. The Skill identifies feedback from automated reviews and proposes solutions to address the comments before proceeding with the pull request merge process.

What is the best way to ensure CI checks pass before merging a pull request?

To ensure CI checks pass before merging a pull request, the Skill verifies the status of automated reviews and continuous integration pipelines. It safely executes the merge only after all checks and review decisions are satisfactory.

Does this automated merge process delete the source branch after merging?

Yes, executing merges with branch deletion is a core feature. After verifying that all CI checks pass and review decisions are approved, the Skill merges the pull request and removes the source branch.

How do I merge a pull request submitted by an AI agent like Claude Code?

To merge a pull request submitted by an AI agent, the Skill checks its review comments, applies necessary fixes, and executes the merge. This frees up human reviewers by automating the continuous integration workflow.