fusion-github-review-resolution

Resolves GitHub pull request review threads by applying code fixes and committing changes.

9|10|Updated May 27, 2021
One-click install
npx skills add https://github.com/equinor/fusion-framework --skill fusion-github-review-resolution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fusion-github-review-resolution
Source: https://github.com/equinor/fusion-framework/tree/main/.agents/skills/fusion-github-review-resolution
Command: npx skills add https://github.com/equinor/fusion-framework --skill fusion-github-review-resolution

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of addressing and resolving unresolved review comments on GitHub pull requests, ensuring code quality and efficient review cycles.

Core Features & Use Cases

  • End-to-End Resolution: Evaluates, fixes, commits, replies, and resolves review comments deterministically.
  • Automated Workflow: Handles review threads, including code changes, rationale for incorrect feedback, and thread closure.
  • Use Case: When a pull request has multiple "changes requested" comments, this Skill can automatically fix the code, commit the changes, reply with explanations, and resolve each comment thread, preparing the PR for merge.

Quick Start

Use the fusion-github-review-resolution skill to resolve all unresolved review comments on the provided pull request URL.

Frequently Asked Questions about fusion-github-review-resolution

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

FAQPage Schema
How do I automatically resolve unresolved GitHub pull request review comments?

To automatically resolve unresolved GitHub pull request review comments, use a workflow that evaluates feedback, applies code fixes, commits changes, and replies with rationale before closing the thread.

What's the best way to automate fixing code based on GitHub PR review feedback?

Automating GitHub PR review feedback remediation involves evaluating requested changes, pushing code fixes, and replying with resolution status to close review threads deterministically.

Do I need GitHub CLI to automate pull request review thread resolution?

Yes, automating pull request review thread resolution requires GitHub CLI and git to execute GraphQL mutations and queries for applying fixes and closing threads.

Can I automatically reply to incorrect code review feedback on a GitHub PR?

Yes, automated workflows can evaluate code review feedback, determine if it is incorrect, apply necessary fixes or rationale, and reply to the thread with the resolution status.

How does an automated GitHub PR review remediation workflow handle multiple changes requested comments?

An automated remediation workflow handles multiple changes requested comments by fixing the code, committing the changes, replying with explanations, and resolving each comment thread to prepare the PR for merge.

Does resolving GitHub PR review comments automatically work with GraphQL mutations?

Yes, resolving GitHub PR review comments automatically works with GraphQL mutations and MCP tooling to query threads, apply code changes, and resolve review threads.