---
Systematically implements fixes for code and plan issues identified by ultrareview validation.
npx claudepluginhub aeyeops/aeo-skill-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Address findings from a preceding ultrareview validation. Work through each finding systematically, implementing fixes with precision and completeness.
$ARGUMENTS
If no scope specified, address all findings from the most recent ultrareview output.
<context_detection> Determine what you're fixing:
Plan Mode: Ultrareview analyzed a plan/proposal. Findings reference architecture or design decisions. The plan file exists in .claude/plans/ or similar.
Implementation Mode: Ultrareview analyzed code changes. Findings reference specific file:line locations. Code files exist and need modification.
Adapt your fix strategy accordingly. </context_detection>
<investigate_before_fixing> Before modifying any artifact:
| Marker | Category | Priority |
|---|---|---|
| CRITICAL | Blockers | Fix immediately |
| ERRORS (HIGH) | Bugs/Issues | Fix before proceeding |
| ERRORS (MEDIUM/LOW) | Issues | Address systematically |
| ALIGNMENT ISSUES | Pattern conflicts | Align with codebase conventions |
| MISSING | Gaps | Fill identified gaps |
| NEEDS VALIDATION | Uncertainties | Investigate, then fix or dismiss |
| IMPROVEMENTS | Enhancements | Implement beneficial changes |
Skip VALIDATED items — these confirm correct behavior.
If ultrareview reported no actionable findings, confirm the context is ready and exit.
Parse the ultrareview output and create a task list for tracking progress. Use TaskCreate for each finding.
For plans/proposals:
For code/configuration:
For Plans: Re-read the complete plan, verify internal consistency.
For Implementations: Run relevant tests, check for linting/type errors, verify integration.
RESOLVED
DEFERRED (if any)
INTRODUCED CHANGES
VERIFICATION STATUS
<post_fix_workflow> After completing all fixes, inform the user they can run ultrareview again to verify fixes and catch any issues introduced by the changes. </post_fix_workflow>
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.