SKILL: release-gate
Purpose
Enforce production-grade release checklist for GUI deliverables.
Trigger
- •preparing backup tag, release branch, or handoff build.
Checklist
- •Build and run
- •
dotnet build .\\MotorDebugStudio.csprojsucceeds. - •GUI starts with no fatal startup errors.
- •Functional validation
- •serial connect/disconnect verified.
- •map import and address refresh verified.
- •read/write/readback verified.
- •scope streaming verified.
- •Safety and docs
- •protocol-impacting changes reflected in docs.
- •user-facing behavior changes updated in README.
- •known issues recorded with workaround.
- •Source control
- •no temporary debug code left behind.
- •release commit message includes scope and risk.
Deliverables
- •release note summary
- •rollback note (previous known-good commit/tag)