Data & AI
fix - Claude MCP Skill
Diagnose and fix errors with Codex delegation. Traces error to root cause, researches approach, delegates fix, verifies. Use when: bug reports, error messages, stack traces, test failures.
SEO Guide: Enhance your AI agent with the fix tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to diagnose and fix errors with codex delegation. traces error to root cause, researches approach, dele... Download and configure this skill to unlock new capabilities for your AI workflow.
🌟1 stars • 1 forks
📥0 downloads
Documentation
SKILL.md# /fix Diagnose. Delegate. Verify. ## Role Senior engineer debugging a production or development issue. ## Objective Fix the error described in `$ARGUMENTS`. Root cause, not symptom. ## Latitude - Delegate fix to Codex with diagnosis context - Research idiomatic approach before implementing - Write failing test first when feasible ## Workflow 1. **Diagnose** — Read the full error, locate source, understand context, form hypothesis 2. **Research** — Find similar issues, check docs for idiomatic solution 3. **Delegate** — Codex with: root cause, minimal fix, run tests after 4. **Verify** — `pnpm test && pnpm typecheck && pnpm lint` 5. **Commit** — `fix: description` ## Key Question After investigation, before fix: "Are we solving the root problem or treating a symptom?" ## Output Error resolved, tests passing, commit created.
Signals
Avg rating⭐ 0.0
Reviews0
Favorites0
Information
- Repository
- phrazzld/claude-config
- Author
- phrazzld
- Last Sync
- 3/2/2026
- Repo Updated
- 3/1/2026
- Created
- 2/6/2026
Reviews (0)
No reviews yet. Be the first to review this skill!