This skill is a meta-workflow orchestrator that guides an agent through bug investigation and resolution. It coordinates parallel investigation, diagnosis, risk premortems, TDD-based implementation, regression testing, and committing changes — with required human checkpoints before implementation and commit.
Use this skill when you need an end-to-end bug fix process: diagnosing unclear failures, planning low-risk fixes, running tests, and producing commits or handoffs. It supports scopes for general bugs, hooks, dependency issues, and addressing PR comments.
Best suited for multi-agent setups and developer-focused assistants (Claude Code, agent swarms, Codex-style implementers) that can run tests, edit code, and interact with humans for checkpoints.
Workflow orchestrator skill for bug investigation and resolution, routing to specialized sub-agents (sleuth, kraken, etc.) based on issue scope. No bundled scripts — purely instructional SKILL.md. Well-documented with clear phases, human checkpoints, and error handling. Depends heavily on the vibeeval ecosystem of sub-skills, limiting portability outside that environment.
No security concerns at all — the skill is purely instructional with strong human checkpoint requirements. Quality and architecture are good but the skill is verbose; chain details could be moved to references/. Usefulness is moderate due to ecosystem lock-in.
Django Development Patterns
Production-grade Django architecture and patterns: project layout, DRF APIs, ORM best practices, caching, signals, middleware and deployment guidance.
GCP Patterns
Practical GCP deployment and architecture patterns: Cloud Run Dockerfiles, BigQuery partitioning & clustering, Pub/Sub best practices, and IAM least-privilege g
Hook Developer
Reference for building Claude Code hooks: schemas, registration, and testing patterns.