review-autofixes

Review autofix pull requests and triage findings for code changes.

77|5|Updated Sep 1, 2025
One-click install
npx skills add https://github.com/NodeJSmith/hassette --skill review-autofixes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-autofixes
Source: https://github.com/NodeJSmith/hassette/tree/main/.claude/skills/review-autofixes
Command: npx skills add https://github.com/NodeJSmith/hassette --skill review-autofixes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you efficiently review open autofix pull requests, separate real defects from false positives, and close the loop by fixing valid issues and resolving review threads.

Core Features & Use Cases

  • PR Discovery: Finds open pull requests on autofix branches and presents them for review.
  • Finding Triage: Checks CodeRabbit comments against the actual branch code to classify issues as fix, skip, or outdated.
  • Multi-Reviewer Workflow: Runs a full review battery across code quality, integration, and edge-case perspectives before deciding what to change.
  • Fix and Resolve: Applies valid fixes, runs impacted tests, replies to threads, and prepares the PR for auto-merge.
  • Use Case: A maintainer needs to process several automated PRs each day without missing real regressions or wasting time on incorrect review comments.

Quick Start

Ask to review the autofix pull requests in the repository and then triage the findings, fix any valid issues, and push the updated branch.

Frequently Asked Questions about review-autofixes

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

FAQPage Schema
How do I triage automated code review comments on GitHub pull requests?

Triage automated code review comments on GitHub pull requests by checking review findings against actual branch diffs to classify issues as fix, skip, or outdated. This separates real defects from false positives before applying any code changes.

What is the best way to fix valid findings from autofix pull requests?

The best way to fix valid findings from autofix pull requests is to apply the necessary code changes, run impacted tests, and reply to review threads. This workflow validates the fixes and prepares the branch for auto-merge.

Can I process multiple automated PRs on autofix branches at once?

Yes, you can process multiple automated PRs by discovering open pull requests on autofix branches. The system presents them for review and runs a full review battery across code quality, integration, and edge-case perspectives.

Does this triage workflow require GitHub branch diffs and test execution?

Yes, reliable triage requires access to GitHub PR data, branch diffs, test execution, and thread resolution. These inputs validate the automated review comments against the actual code before merging.

How do CodeRabbit comments get resolved during pull request triage?

CodeRabbit comments get resolved during pull request triage by checking them against the actual branch code to classify the issue. Valid issues are fixed, tested, and then the corresponding review threads are replied to and resolved.

Why should I use a multi-reviewer workflow for autofix PRs?

You should use a multi-reviewer workflow for autofix PRs to run a full review battery across code quality, integration, and edge-case perspectives. This prevents missing real regressions and avoids wasting time on incorrect automated review comments.