Shakedown
A shakedown is a thorough test of a new ship before it sets sail. This skill does that in two modes:
code— audit test coverage, identify gaps, and write missing tests.ui— tour the running app in a browser, interact with every control, and report bugs, friction, dead features, and what's worth keeping.
Both modes share the same philosophy: enumerate the surface, figure out what's missing, produce a structured report. One targets code coverage; the other targets u
[Description truncada. Veja o README completo no GitHub.]