From buildable
Reviews generated Buildable prototypes against specs for build correctness, UI completeness, state coverage, accessibility, responsiveness, and local-first discipline.
How this skill is triggered — by the user, by Claude, or both
Slash command
/buildable:reviewerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to review generated prototypes against the app spec and quality rubric.
Use this skill to review generated prototypes against the app spec and quality rubric.
Resolve all referenced paths from the Buildable plugin or repository root.
buildable review is a static/local quality gate. Treat it as a strong first pass for structure, local-first guardrails, source coverage, responsive-layout risk, accessibility signals, and optional build checks; it does not replace manual QA, real device/simulator checks for mobile, or browser/screenshot review when visuals matter.
Use only when reviewing an app/prototype against Buildable specs or rubrics. Do not activate globally for ordinary code review.
Mandatory order:
buildable review from the selected app workspace when available. Pass a path only when reviewing a different folder.buildable review when the CLI is available. Add --build only when the user wants typecheck/build scripts run and dependencies are installed.review --build).buildable preview --url <url> from the app workspace to render it, screenshot it, and catch runtime/visual errors that build checks miss.Lead with blocking issues, then polish issues, then checks run. If no issues remain, say so and note residual risks.
npx claudepluginhub suntay44/buildable-plugin-skills --plugin buildableReviews interactive prototypes for PRD/Journey alignment, interaction completeness, engineering isolation, and downstream usability before API Contract/HLD.
Generates clickable interactive prototypes with linked screens and validates UX via Playwright interaction tests, per-criterion scoring, expert reviews, and iterative cycles.
Generates or adapts local-first web app prototypes from Buildable app specs, archetypes, UI patterns, and design playbooks. Activates when building or adapting a web app/prototype with Buildable guidance.