Оркестратор устранения ошибок и багов
automation
fix is a Claude Code skill that acts as a meta-orchestrator for bug investigation and resolution, routing work through specialized skill chains depending on the type of issue. It covers four scopes: bugs (debug → implement_task → test-driven-development → commit), Claude Code hook problems (debug-hooks → hook-developer → implement_task → test), dependency errors (dependency-preflight → oracle → plan-agent → implement_plan → qlty-check), and PR comment feedback (github-search → research-codebase → plan-agent → implement_plan → commit). Running /fix without arguments triggers an interactive question flow that guides you through issue type, investigation depth, and post-fix actions like regression tests or auto-commit. Options --dry-run, --no-test, and --no-commit give fine-grained control over how far the workflow goes. Developers who want a repeatable, structured debugging process rather than ad-hoc commands will find this skill particularly useful.
- #bug-fixing
- #debugging
- #workflow-orchestration
- #test-integration
- #git-workflow
- #issue-resolution