autofix

Detect and safely correct review findings, CI errors, and PR feedback.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/lucascaro/hivesmith --skill autofix-lucascaro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autofix
Source: https://github.com/lucascaro/hivesmith/tree/main/skills/autofix
Command: npx skills add https://github.com/lucascaro/hivesmith --skill autofix-lucascaro

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of identifying and fixing code review findings, CI failures, and PR feedback, reducing manual effort and accelerating development cycles.

Core Features & Use Cases

  • Automated Issue Fixing: Safely apply fixes to common code review and CI problems across codebases.
  • Conflict Resolution Support: Assist in resolving merge conflicts by proposing minimal resolutions after verification.
  • Use Case: A developer encounters recurring lint errors and review comments in a PR; this Skill can automatically address straightforward issues, allowing the team to focus on complex tasks.

Quick Start

Use the autofix skill to automatically resolve straightforward review findings in the current pull request.

Frequently Asked Questions about autofix

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

FAQPage Schema
How do I automatically fix code review findings in a pull request?

You can automatically fix code review findings by applying safe corrections to review comments and PR feedback. The process verifies file existence and change scope before applying fixes to ensure safety.

Can I automatically resolve CI failures and lint errors across my codebase?

Yes, you can resolve CI failures and lint errors by automating the detection and correction of CI logs and errors. The workflow ensures fixes are safe by avoiding security-sensitive code modifications before applying changes.

What is the best way to automate merge conflict resolution in a PR?

Automated merge conflict resolution proposes minimal resolutions after verifying the repository state. It handles conflict resolution within integrated workflows to safely correct errors without modifying security-sensitive code.

Does the auto-fix process modify security-sensitive code during PR feedback correction?

No, the auto-fix process does not modify security-sensitive code. It ensures fixes are safe by verifying file existence, change scope, and explicitly avoiding security-sensitive code modifications before applying any corrections.

How does automated issue fixing handle change scope before applying corrections?

Automated issue fixing handles change scope by verifying file existence and restricting modifications before applying corrections. This ensures that only safe, straightforward review findings and CI errors are addressed across the codebase.