export-review-proof
SolidExport reviewable proof (screenshots, flows, logs) for Glassbox ground-truth review. Use this after implementing a change whose visible/behavioral/runtime effect should be reviewed — e.g. a UI change, a multi-step flow, or a computed result that needs evidence. Produces a version:2 manifest reviewable via `glassbox --ground-truth`.
Install
Quality Score: 79/100
Skill Content
Details
- Author
- brianwestphal
- Repository
- brianwestphal/glassbox
- Created
- 4 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
prove
Triggered by /prove [path-to-plan-or-spec]. Proves a build actually works, in inspectable artifacts — screenshots, captured requests, command outputs, before/after values — one per spec item, plus a human-eye manual checklist. User-invoked and deliberately heavy: run ONLY when the user asks ("prove it", "show me it works", "verify this for real", "/prove"), never automatically and NEVER as an orca stage. Recommended before submitting a home assignment.
preview-and-prove
Use when the user asks to launch, preview, QA, or verify an app or browser-visible flow in the real UI, especially checkout, authentication, onboarding, forms, extensions, or responsive behavior.
devrites-browser-proof
Observe and prove working UI behavior in a real browser with screenshots, interactions, network evidence, and Core Web Vitals. Use for browser proof or performance after the page works.