Problem
What problem this solves
Bug work often oscillates between overreacting with a rushed patch and overcomplicating a local issue that could have been fixed directly.
Skill Detail
Triage a bug fast, decide whether it is safe to patch now, and route it correctly.
The bug-first entrypoint for ShipGlows when the work starts from broken behavior instead of a new feature request.
Problem
Bug work often oscillates between overreacting with a rushed patch and overcomplicating a local issue that could have been fixed directly.
Outcome
You get a clearer decision about whether the issue should be fixed now, investigated further, or routed into a stronger contract path, using the bug dossier as the working record.
Why It Matters
This skill helps you move quickly without pretending every bug is trivial. It keeps speed and judgment in the same loop, and it keeps the diagnosis attached to the bug itself.
Related Skills
Turn a fuzzy request into an implementation-ready contract before code starts mutating the repo.
The spec-writing skill for shaping non-trivial work into a clear user story, behavior contract, executable task list, and chantier history.
Open skill pageRun a bug from report to dossier, fix, retest, verification, and ship risk without skipping gates.
A professional bug loop executor that reads bug state and continues through the right ShipGlows owner skills when safe.
Open skill pageOpen a URL in a real browser and verify one observable non-auth objective.
A general browser verification skill for checking public UI, previews, production pages, visible assertions, screenshots, console messages, and network signals without turning every page check into auth debugging or manual QA.
Open skill pageStart implementation when the task is ready, and force a stronger path when it is not.
The main execution entrypoint for beginning real work after the problem and contract are clear enough, while keeping the chantier flow visible.
Open skill pageCheck whether the work really satisfies the user story, not just whether the code compiles.
A verification skill for standard readiness or an explicit excellence-focused second pass beyond the task's acceptance criteria.
Open skill pageGo Deeper
Use the public catalog for education and workflow selection. Move to the docs and GitHub when you want the operator-grade execution details behind the skill system.