fix

Repair in-scope review findings in the Incan worktree and update the review report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Repair in-scope review findings in Incan.

Core Features & Use Cases

  • Selective fixes: act only on in-scope review findings identified in /review and avoid touching unrelated issues.
  • Change-tracking: update the persistent review report at .agents/state/review-report.md and append activity logs as fixes progress.
  • Workflow discipline: enforce the prescribed steps (read report, apply fixes, re-scan, run fmt/pre-commit) to maintain worktree integrity.

Quick Start

Issue the /fix command in the current worktree to begin repairing in-scope review findings.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I fix in-scope review findings in my worktree?

The /fix command repairs in-scope review findings by acting only on items identified in the persistent review report. It avoids touching unrelated issues and updates the report as fixes progress.

How does the fix command maintain worktree integrity?

Worktree integrity is maintained by enforcing prescribed steps: reading the review report, applying fixes, re-scanning, and running make fmt and pre-commit checks to ensure formatting and quality-assurance standards.

Does the fix command modify out-of-scope review findings?

No, the fix command applies selective fixes only to in-scope review findings and explicitly avoids touching unrelated issues or out-of-scope items, ensuring targeted cleanup after a review cycle.

How do I track progress when repairing review findings?

Progress is tracked via change-tracking: the fix command updates the persistent review report at .agents/state/review-report.md and appends activity logs as fixes progress, providing a clear record of changes.

What quality-assurance checks are enforced when fixing review findings?

The quality-assurance checks enforced are make fmt and pre-commit. These run automatically after fixes are applied to ensure code formatting and pre-commit standards are met within the worktree.