Create or update a pull request for a verified task-scoped change. Use when the user explicitly asks to open or update a PR after implementation, self-review, and required deterministic gates are complete.
Create or update a pull request for a verified task-scoped change. Use when the user explicitly asks to open or update a PR after implementation, self-review, and required deterministic gates are complete.
Walk through a pull request or resolved task diff one meaningful reading step at a time, then prepare a formal human pre-merge review.
Walk through a pull request or resolved task diff one meaningful reading step at a time, then prepare a formal human pre-merge review.
Creates, updates, links, inspects or closes GitHub issues after the work has been shaped. Use for explicit tracker requests and native issue mechanics; do not use it to design, implement or decompose a plan.
Builds a tight reproduction loop, minimizes the symptom, tests ranked hypotheses, and locks the fix down with regression evidence. Use when something throws, fails, hangs, flakes, regresses in performance, or only fails at runtime.
Designs narrow integration tests that exercise a real adapter or boundary through its public interface without booting the whole application. Use for repository, database, HTTP-client, message-adapter, filesystem, or similar contract tests; use the…
Creates, updates, links, inspects or closes GitHub issues after the work has been shaped. Use for explicit tracker requests and native issue mechanics; do not use it to design, implement or decompose a plan.