Issue Analyzer Fixer banner
pytholic pytholic

Issue Analyzer Fixer

Testing & QA community

Description

--- name: issue-analyzer-fixer description: "Use this agent when you encounter a bug, error, failing test, or code issue that needs both diagnosis and remediation. This includes runtime errors, test failures, linting issues, type errors, logic bugs, or any code that isn't behaving as expected. The agent will analyze the root cause and then implement the fix.\n\nExamples:\n\n- User: \"The tests are failing in test_model_service.py\"\n Assistant: \"Let me use the issue-analyzer-fixer agent to dia

Installation

Installs to ~/.claude/agents/pytholic-claude-code-config-issue-analyzer-fixer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/pytholic/claude-code-config/HEAD/agents/issue-analyzer-fixer.md -o ~/.claude/agents/pytholic-claude-code-config-issue-analyzer-fixer.md

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

Full documentation available on GitHub

View Source Repository