review-implement-phase

Execute triaged code review actions and resolve GitHub threads via gh CLI.

47.5k|2.5k|Updated Jun 20, 2019
One-click install
npx skills add https://github.com/prisma/prisma --skill review-implement-phase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-implement-phase
Source: https://github.com/prisma/prisma/tree/main/skills-contrib/review-implement-phase
Command: npx skills add https://github.com/prisma/prisma --skill review-implement-phase

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill automates the manual, error-prone process of implementing feedback from code reviews, ensuring that fixes are committed, tracked, and threads are resolved consistently without leaving pending review states.

Core Features & Use Cases

  • Automated Implementation: Executes triaged review actions, commits changes, and posts progress updates to GitHub.
  • Thread Management: Automatically handles thread replies and resolutions, ensuring that review feedback is properly acknowledged and closed.
  • Use Case: When a large pull request receives multiple comments, use this skill to systematically apply the required code changes and resolve the associated GitHub threads in one automated workflow.

Quick Start

Use the review-implement-phase skill to implement all pending review actions for the pull request at the provided URL.

Frequently Asked Questions about review-implement-phase

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

FAQPage Schema
How do I automate implementing GitHub pull request review feedback?

To automate implementing GitHub pull request review feedback, this skill executes triaged code review actions, commits the focused changes, and posts progress updates directly to your PR.

Can I automatically resolve GitHub PR review threads after committing fixes?

Yes, you can automatically resolve GitHub PR review threads. This skill manages thread administration by posting replies and closing resolved conversations via authenticated GitHub CLI API interactions.

Do I need the GitHub CLI to automate code review resolution workflows?

Yes, you need the GitHub CLI (gh) installed and authenticated. This skill depends on gh to execute API interactions for managing pull request threads and posting review resolutions.

What is the best way to handle multiple code review comments on a large pull request?

The best way to handle multiple comments on a large pull request is systematically. This skill transitions triaged PR feedback into completed code changes and resolves associated GitHub threads in one automated workflow.

Why does my automated code review workflow leave pending PR threads unresolved?

Automated code review workflows leave PR threads unresolved when they lack dedicated thread management. This skill ensures review feedback is properly acknowledged, implemented, and closed without leaving pending review states.