review-fix-loop

Orchestrate iterative GitHub Pull Request review-fix loops with CI test fixing.

31|3|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/DataDog/rshell --skill review-fix-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-fix-loop
Source: https://github.com/DataDog/rshell/tree/main/.claude/skills/review-fix-loop
Command: npx skills add https://github.com/DataDog/rshell --skill review-fix-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the tedious and iterative process of reviewing a Pull Request (PR), fixing identified issues, and re-reviewing until the code meets quality standards and all checks pass.

Core Features & Use Cases

  • Automated PR Review Cycle: Orchestrates a loop of self-review, external review requests, addressing comments, fixing CI failures, and verification.
  • Dependency Coordination: Integrates with other skills like code-review, address-pr-comments, and fix-ci-tests to manage the entire review-fix workflow.
  • Use Case: When submitting a complex feature, this Skill can be invoked to ensure the PR is thoroughly vetted and all feedback is addressed before merging, significantly reducing manual oversight.

Quick Start

Use the review-fix-loop skill to self-review and fix pull request number 123 until it is clean.

Frequently Asked Questions about review-fix-loop

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

FAQPage Schema
How do I automate fixing PR comments and CI failures in GitHub Actions?

Automating PR review cycles coordinates code review, comment addressing, and CI test fixing iteratively using GitHub CLI. This orchestrates sequential and parallel tasks to manage PR state until checks pass and quality standards are met.

What is an iterative review-fix loop for pull requests?

An iterative review-fix loop for pull requests repeatedly executes self-review, external review requests, comment addressing, and CI fixing until the code is clean. It coordinates specialized skills to ensure comprehensive PR quality assurance before merging.

Do I need GitHub CLI to run automated PR review workflows?

Yes, GitHub CLI is required to run automated PR review workflows. The orchestration process relies on GitHub CLI to trigger external reviews, manage PR state, and execute verification tasks throughout the iterative review-fix cycle.

Can I use this workflow to ensure a complex feature PR is thoroughly vetted before merging?

Yes, you can use this workflow to ensure a complex feature PR is thoroughly vetted before merging. It significantly reduces manual oversight by automating self-review, addressing feedback, fixing CI failures, and running final verification.

What is the best way to coordinate code review and CI test fixing skills for a pull request?

The best way to coordinate code review and CI test fixing skills is through an orchestration loop that manages PR state via sequential and parallel task execution. This integrates specialized skills like code-review and fix-ci-tests for comprehensive quality assurance.