dev10x-gh-pr-fixup

Implement GitHub PR review comment fixes and create fixup commits.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wooyek/dev10x-ai --skill dev10x-gh-pr-fixup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev10x-gh-pr-fixup
Source: https://github.com/wooyek/dev10x-ai/tree/main/codex-skills/dev10x-gh-pr-fixup
Command: npx skills add https://github.com/wooyek/dev10x-ai --skill dev10x-gh-pr-fixup

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of addressing GitHub PR review comments by automatically implementing fixes, creating targeted "fixup!" commits, and replying with the commit reference, ensuring a clean and efficient review cycle.

Core Features & Use Cases

  • Automated Fix Implementation: Analyzes review comments and applies code changes directly.
  • Targeted Commits: Creates fixup! commits that specifically address the original commit related to the comment.
  • Workflow Integration: Seamlessly integrates with response and triage skills for a complete PR management pipeline.
  • Use Case: After a code review flags a minor bug in utils.py, this skill can be invoked with the comment URL to fix the bug, create a fixup! commit, push it, and reply to the comment with a link to the fix.

Quick Start

Use the dev10x-gh-pr-fixup skill with the provided GitHub comment URL to implement and commit the fix.

Frequently Asked Questions about dev10x-gh-pr-fixup

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

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

To automatically fix GitHub pull request review comments, you can use a skill that analyzes the comment details, applies the necessary code changes, and commits them directly to your repository. This streamlines addressing feedback without manual file edits.

What is a fixup commit and how does it help with PR code review?

A fixup commit is a targeted Git commit that specifically addresses the original commit related to a review comment. It helps with PR code review by keeping the history clean and ensuring fixes are logically grouped with the changes that introduced the issue.

Can I reply to GitHub PR comments with an automated commit reference?

Yes, after applying code changes for a fixup commit, the process automatically replies to the original GitHub PR comment with a reference to the new commit. This provides reviewers with a direct link to the implemented fix.

What happens when automated PR fixes encounter test failures or merge conflicts?

When automated PR fixes encounter test failures or merge conflicts, the process includes error condition management to handle these scenarios safely. It integrates with verification steps to catch issues before finalizing the commit.

Does this automated GitHub PR fixup tool support multi-file changes?

Yes, the automated GitHub PR fixup tool supports multi-file changes. It analyzes review comments and applies code modifications ranging from single-line tweaks to complex, multi-file adjustments within the same workflow.

What do I need to start automating fixes for GitHub pull request comments?

To start automating fixes for GitHub pull request comments, you need the specific GitHub comment URL. The skill uses this URL to analyze the feedback, implement the fix, create the commit, and push the response.