Interface triage
Delivery
Triages and fixes interface defects: confirms the delta against the design reference, audits recent commits for the override that caused it, applies the smallest correcting change, and strengthens the tests so it cannot return.
- Used when
- When something renders wrongly and the cause is not yet known.
- Loads first
-
- The bug-fix skill and the responsive-test skill.
- The shared engineering guidelines.
- Returns
-
- The root cause, named as one of a design delta, an override, missing coverage or a logic regression.
- The files changed and why.
- The override or commit that caused the regression, with its identifier where one exists.
- The test coverage added, and which lane it went in.
- Test run results confirming both the fix and the absence of regressions.