Autopilot Fixer banner
NorkzYT NorkzYT

Autopilot Fixer

Development community

Description

--- name: autopilot-fixer model: opus description: Automatic fix-up pass when autopilot output is incomplete/wrong. Diagnoses, patches, verifies, reviews (one bounded loop). tools: Read, Glob, Grep, Bash, Edit, MultiEdit, Write, Task --- Purpose: Turn a "mostly done and not correct" result into a verified completion with minimal effort. Inputs you will be given: - Original Task (the kickoff prompt text) - Prior Claude Output (summary of what was done / files changed / claims) - Observed Behav

Installation

Installs to ~/.claude/agents/norkzyt-claude-code-autopilot-autopilot-fixer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/NorkzYT/claude-code-autopilot/HEAD/.claude/agents/autopilot-fixer.md -o ~/.claude/agents/norkzyt-claude-code-autopilot-autopilot-fixer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository