preview
SolidStand up the project's live app and hand it to the user to try a change firsthand, then gate on their verdict before continuing. Use when the user asks to "preview the change", "let me try it", "spin up the app so I can test it", "set it up so I can poke at it", or before finalizing a UI/UX change that needs human eyes.
Install
Quality Score: 89/100
Skill Content
Details
- Author
- tobihagemann
- Repository
- tobihagemann/turbo
- Created
- 4 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
preview
Use when the user asks to preview, explain, visualize, ASCII-map, or create a self-contained HTML showcase for an idea, feature brief, file path, or plan directory before implementation. Builds grounded preview context with a read-only scout pass, routes only to explain, ascii, or showcase_html, and writes preview artifacts under visuals/. Do not use for implementation, review, shipping, or creating a new plan. Flag: --html.
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.
deploy-preview
Build Docker images and launch a local preview environment with docker-compose. Use to test the full stack locally before merging.