fix

Resolve pull request comments via GitHub API calls.

4|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/dmitriyb/spexmachina --skill fix-dmitriyb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/dmitriyb/spexmachina/tree/main/skills/fix
Command: npx skills add https://github.com/dmitriyb/spexmachina --skill fix-dmitriyb

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manually addressing pull request comments can be time-consuming and error-prone. This Skill streamlines the process, ensuring all comments are addressed promptly and accurately.

Core Features & Use Cases

  • Automated Comment Review: Analyze and respond to both inline and top-level review comments in a pull request.
  • Commit and Push Automation: Automatically commit and push changes after addressing comments, speeding up the review process.
  • Individual Comment Replies: Ensures that each comment is addressed individually, providing a clear and transparent communication trail.

Quick Start

Run the 'fix' command with the pull request number as an argument: fix <pr-number>

Frequently Asked Questions about fix

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

FAQPage Schema
How do I automatically address pull request comments in GitHub?

You can automatically address pull request comments using a command-line tool that calls the GitHub API to analyze and respond to both inline and top-level review comments. This streamlines the code review process by ensuring comments are handled promptly.

Can I commit and push changes automatically after resolving code review comments?

Yes, automating commit and push workflows after resolving code review comments is possible. The tool analyzes inline review comments, addresses them individually, and automatically commits and pushes the changes to the remote repository.

Does the automated comment management workflow require GitHub CLI authentication?

Yes, automated comment management requires authentication to the GitHub API and access to the specific pull request. It relies on the GitHub CLI (`gh`) dependency to execute the necessary API calls for reading and resolving comments.

What is the best way to streamline resolving multiple inline PR comments?

The best way to streamline resolving multiple inline PR comments is using a single-command script that processes each comment individually. This ensures a transparent communication trail while automatically committing the required code fixes.

How do I run the automated workflow to fix a specific pull request?

To run the automated workflow, execute the 'fix' command followed by the pull request number as an argument (`fix <pr-number>`). The script then analyzes the specified PR, addresses the review comments, and pushes the changes.