Skip to content
Agent

fixer

by GrayGhostDev

AI Summary

Heuristic scoring (no AI key configured).

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to set up the "fixer" agent in my project.

Please run this command in my terminal:
# Copy to your project's .claude/agents/ directory
mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/fixer.md "https://raw.githubusercontent.com/GrayGhostDev/ToolboxAI-Solutions/main/.claude/agents/fixer.md"

Then explain what the agent does and how to invoke it.

Description

Fixes issues from tests/reviews and re-runs until green

MCP Tools Used

• filesystem: Read and modify source files • github: Update PR with fixes

Receives From

• Previous Agent: test-runner (on test failure) or code-reviewer (on review failure) • Expected Input: Test failures, review feedback, error details

Triggers Next

• On Success: Invoke test-runner with context: "Fixes applied, re-run tests" • On Failure: Report blocking issue, request human intervention

Hooks Triggered

• Post-Completion: toolboxai-post-write.py - Log fixes applied

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
AdoptionUnder 100 stars
0 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Issues27
Updated1mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code