fix

Apply safe, in-scope fixes to code review findings in the Incan worktree.

92|7|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/encero-systems/incan --skill fix-encero-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/encero-systems/incan/tree/main/.agents/skills/fix
Command: npx skills add https://github.com/encero-systems/incan --skill fix-encero-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the fixing of actionable findings in the current Incan worktree, streamlining the review and cleanup process for issues identified during code reviews.

Core Features & Use Cases

  • Automated Fixing: Applies fixes to in-scope findings identified by the /review command.
  • Scope and Safety: Ensures that fixes are applied only to safe and in-scope findings.
  • Workflow Integration: Designed to work as part of the Incan review workflow, providing a seamless experience after /review.

Quick Start

Run the fix command to automatically apply fixes to the findings in your current Incan worktree.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I automate fixing code review findings in an Incan worktree?

You can automate fixing code review findings in an Incan worktree by running the fix command. It automatically applies fixes to actionable findings without requiring additional user confirmation.

What is the best way to apply safe fixes to in-scope code review findings?

The best way to apply safe fixes to in-scope code review findings is to use an automated repair tool. It ensures fixes are applied only to findings that are explicitly safe and within scope.

Does automated repair work with the Incan review workflow?

Yes, automated repair integrates directly with the Incan review workflow. It is designed to provide a seamless experience for applying fixes immediately after running a code review.

Can I automatically fix actionable issues without manual confirmation?

Yes, you can automatically fix actionable issues without manual confirmation. The automated repair process applies fixes to safe findings directly in the worktree without requiring additional user input.

When should I avoid automated issue fixing in my worktree?

You should avoid automated issue fixing for findings that are out of scope or potentially unsafe. The repair process ensures that fixes are applied only to findings that are explicitly safe and in scope.

Do I need to run a code review before applying automated fixes?

Yes, you need to run a code review before applying automated fixes. The automated repair targets actionable findings identified during the code review process in the Incan worktree.