Debugging · Version 1.0.0 · Reviewed 2026-08-02
End-to-End Bugfix Orchestrator
Diagnose bug reproduction workflow and test-first fix coordination with evidence, explicit trade-offs, and a verification plan.
4 method steps
4 documented failure modes
4 diagnostic checks
7 quality gates
Coordinates bug intake, reproduction, causal diagnosis, test-first repair, focused review, and pull request publication. It grounds the decision in the bug report, affected revision, logs, reproduction environment, source, tests, constraints, and acceptance evidence and explicitly prevents coding from the reported symptom, broad refactoring before reproduction, or publishing after tests pass on a different path.
₹299 one-time
Get this skill archive
What it checks first
End-to-End Bugfix Orchestrator coordinates bug intake, reproduction, causal diagnosis, test-first repair, focused review, and pull request publication. It grounds the decision in the bug report, affected revision, logs, reproduction environment, source, tests, constraints, and acceptance evidence and explicitly prevents coding from the reported symptom, broad refactoring before reproduction, or publishing after tests pass on a different path. Use it when the work involves Bug reproduction workflow, Test-first fix coordination, Bugfix pull request readiness.
- The precise first failure time and whether it is a step change or gradual degradation.
- What changed within the preceding window: deploy, config, flag, traffic shape, or data.
- Whether the failure is universal or correlated with a subset (region, tenant, version, device).
- Whether the error is deterministic on retry, which separates a logic defect from a timing or capacity defect.
Example task
Input
Apply the end-to-end bugfix orchestrator to our current bug reproduction workflow work. We need a concrete decision, bounded changes, and evidence that the result is correct.
Expected output
Start with the bug report, affected revision, logs, reproduction environment, source, tests, constraints, and acceptance evidence. The highest-risk failure is coding from the reported symptom, broad refactoring before reproduction, or publishing after tests pass on a different path. Require a failing reproduction, isolate one causal mechanism, apply the smallest fix, and preserve the regression test. Verify the result by running the original reproduction plus the affected test suite from the published commit.