Dev10x:gh-pr-fixup

Create and push fixup commits for GitHub pull request review comments.

7|2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-gh-pr-fixup-dev10x-guru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dev10x:gh-pr-fixup
Source: https://github.com/Dev10x-Guru/Dev10x-Claude/tree/main/skills/gh-pr-fixup
Command: npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-gh-pr-fixup-dev10x-guru

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of creating fixup commits in GitHub pull requests, streamlining the code review process and reducing manual effort.

Core Features & Use Cases

  • Automated Fixup Creation: Automatically creates fixup commits for validated PR review comments.
  • Codebase Analysis: Analyzes comments to understand the requested change and implements the fix.
  • Commit and Push: Creates a fixup commit targeting the original commit, pushes the commit, and replies with the commit reference.
  • Use Case: Imagine a PR review comment points out a bug that needs to be fixed. Use this Skill to automatically create a fixup commit, push it, and reply with the commit reference.

Quick Start

Use the /Dev10x:gh-pr-fixup slash command followed by the URL to the PR comment you want to address.

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 create fixup commits for GitHub pull request review comments?

To automatically create fixup commits for GitHub pull request review comments, you can use a workflow that analyzes the comments, implements the requested code changes, and pushes the fixup commit targeting the original commit.

What is a fixup commit and when do I need it in a code review workflow?

A fixup commit is a specific Git commit that targets a previous commit to correct issues identified during code review. You need it in a code review workflow to apply requested changes while maintaining a clean, traceable project history before the final merge.

How do I automate addressing PR review comments using the GitHub API and Python?

You can automate addressing PR review comments by using Python libraries to fetch and parse GitHub API review data, implementing the requested fixes, and programmatically creating and pushing the automated commits back to the pull request branch.

Do I need the gh CLI and Python installed to automate PR fixup workflows?

Yes, automating PR fixup workflows requires the gh CLI for GitHub API access and a Python environment with necessary libraries installed to execute tasks like fetching comments, parsing data, and committing changes.

What is the best way to streamline code review processes by automating fixup creation?

The best way to streamline code review processes by automating fixup creation is to process validated PR review comments directly, implement the fixes, and push the commit with an automated reference reply to the original comment.

What are the limitations of automating fixup commits for pull request reviews?

Limitations of automating fixup commits include relying entirely on accurate parsing of review comments for context and requiring proper GitHub API access and Python environment configuration to function without manual intervention.