auto-fix

Route $auto-fix requests to the canonical Autopus auto router preserving execution flags.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/shin0720/autopus --skill auto-fix-shin0720
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-fix
Source: https://github.com/shin0720/autopus/tree/main/.autopus/plugins/auto/skills/auto-fix
Command: npx skills add https://github.com/shin0720/autopus --skill auto-fix-shin0720

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of debugging by centering on reproducing issues first and applying the smallest possible fix, avoiding unnecessary code changes that introduce new problems.

Core Features & Use Cases

  • Canonical Alias Routing: Seamlessly interprets $auto-fix requests as the standard @auto fix command, preserving all execution flags (like --auto, --loop, --team) exactly as entered.
  • Minimal Fix Focus: Ensures bug fixes prioritize reproducing the issue first and applying the smallest possible code change to resolve it, reducing risk of regressions.
  • Use Case: If you encounter a 500 error on the password reset flow, use this Skill to route your fix request with your preferred execution flags directly to the full auto workflow without manual reconfiguration.

Quick Start

Use the auto-fix skill to resolve the 500 error on the password reset page with the --auto flag to run the full workflow hands-free.

Frequently Asked Questions about auto-fix

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

FAQPage Schema
How do I fix bugs with minimal code changes to avoid regressions?

Fix bugs with minimal code changes by prioritizing issue reproduction first and applying the smallest possible targeted patch to resolve the problem, reducing the risk of introducing new regressions into your workflow.

What is the best way to route auto-fix requests with execution flags preserved?

Route auto-fix requests by using a thin alias shim that seamlessly interprets requests as the standard command, preserving all execution flags like --auto and --loop exactly as entered without manual reconfiguration or context loss.

Can I run a hands-free workflow to fix a 500 error using an auto flag?

Yes, you can run a hands-free workflow to fix a 500 error by invoking the fix request with the --auto flag, routing it directly to the full detailed workflow without needing manual reconfiguration.

Does the alias shim support workflow routing without losing execution context?

Yes, the alias shim supports workflow routing without losing execution context by redirecting bug fix invocations to the full detailed workflow while preserving all execution flags exactly as they were originally entered.

When should I use a minimal fix approach for debugging instead of broad changes?

Use a minimal fix approach for debugging when you need to resolve software bugs like a 500 error on a password reset flow, ensuring the smallest code change is applied to minimize regression risk rather than rewriting logic.