Dev10x-gh-pr-fixup

Create a fixup! commit for a validated PR review comment and reply.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates implementing a fix for a validated PR review comment by creating a single fixup! commit, pushing it, and replying with the commit reference, ensuring traceable, repeatable corrections.

Core Features & Use Cases

  • Deterministic fixes: creates exactly one fixup! commit per comment and targets the original commit.
  • Automation of PR replies: pushes changes and replies in the review thread with the commit reference.
  • Workflow integration: designed to be invoked after gh-pr-triage verdicts (VALID) and to interact with the commit:fixup process.

Quick Start

Initiate a fixup for the specified PR comment by applying the approved code change, creating a single fixup! commit, pushing it to the PR, and replying with the short commit reference.

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 a fixup commit for a GitHub PR review comment?

To automatically create a fixup commit for a GitHub PR review comment, this skill analyzes the validated comment, implements the fix, creates a single fixup! commit targeting the original commit, pushes it, and replies in the thread with the commit reference.

What is the best way to automate replies in a GitHub PR review thread with a fixup commit?

Automating PR replies with a fixup commit involves pushing the code change and replying directly in the GitHub review thread with the short commit reference, ensuring the correction is traceable and linked to the original validated comment.

Does the fixup commit workflow require a validated comment before applying changes?

Yes, the fixup commit workflow requires a VALID verdict from gh-pr-triage before operating, ensuring it only implements fixes for validated PR review comments within the established workflow.

Can I use this fixup automation without providing a PR URL or repository context?

No, you cannot use this fixup automation without repository context and either a PR URL or Comment URL, as these inputs are required to analyze the comment and target the original commit.

Why does the GitHub fixup automation create only one commit per PR comment?

The GitHub fixup automation creates exactly one fixup! commit per comment to ensure deterministic, traceable, and repeatable corrections that target the original commit without generating redundant history.

How does the automated fixup process interact with the commit:fixup workflow?

The automated fixup process interacts with the commit:fixup workflow by invoking it to create the single fixup! commit after analyzing the PR comment and implementing the necessary code change before pushing.