一键导入
bb-review
Run a BuildBetter-first UX/usability and/or code review for the current feature.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run a BuildBetter-first UX/usability and/or code review for the current feature.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Retrieve defensible customer-voice evidence from BuildBetter MCP. Use when researching customer complaints, objections, praise, feature requests, needs, themes, exact quotes, account feedback, or changes over time, especially when direct external statements must be separated from internal commentary and supported with traceable signal or call evidence.
Use when you need to map the application's routes, pages, and components, build reusable Playwright playbooks, or perform a UI/UX audit across the application
Research BuildBetter data accurately through BuildBetter MCP. Use for open-ended questions about customer evidence, signals, calls, transcripts, people, companies, documents, knowledge pages, Projects Hub, or triage, and whenever an agent must choose reliable BuildBetter MCP read tools and return traceable evidence.
Use when working with BuildBetter's MCP server, bb CLI, Claude Code hooks, product-signal context, or preparing the BuildBetter Claude plugin for marketplace submission.
Use when working with BuildBetter's MCP server, bb CLI, Codex hooks, product-signal context, or preparing the BuildBetter Codex plugin for local sharing or submission.
Use when you need to map the application's routes, pages, and components, build reusable Playwright playbooks, or perform a UI/UX audit across the application
| name | bb-review |
| description | Run a BuildBetter-first UX/usability and/or code review for the current feature. |
| argument-hint | <usability|code|both> |
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty).
Run a BuildBetter-enriched review for the current feature with one of these modes:
usability: user-story walkthrough and UX validationcode: implementation/code quality reviewboth (default): run bothThis command is BuildBetter-first: prioritize buildbetter-context.md, buildbetter-context.json, and user-stories.md as review evidence when available.
Initialize context
spec.md, plan.md, tasks.md.buildbetter-context.md, buildbetter-context.json, user-stories.md (optional but preferred).Resolve review mode
$ARGUMENTS:
usability -> usability-onlycode -> code-onlyboth or empty -> bothboth.Load minimal review context
spec.md: user stories, acceptance scenarios, functional and non-functional requirements.plan.md: architecture constraints, intended UX/platform surfaces, technical tradeoffs.tasks.md: story coverage, dependency ordering, test tasks.Usability review (if selected)
pass, risk, or fail with rationale.BB-EXTRACTION-*) where available.Code review (if selected)
Coverage and traceability checks
tasks.md)Produce review report
FEATURE_DIR/review.md with this structure:# Review Report
## Review Scope
- Mode: [usability|code|both]
- BuildBetter Evidence: [available|partial|missing]
## Usability Review
- Story: ...
- Easy to use: [pass|risk|fail] - rationale
- Intuitive: [pass|risk|fail] - rationale
- Solves the problem: [pass|risk|fail] - rationale
- Works: [pass|risk|fail] - rationale
- Evidence refs: [BB-EXTRACTION-###]
## Playwright Recommendation
- Needed: [yes|no]
- Why:
- Suggested scenarios:
## Code Review Findings
- [Severity] [File] Finding summary and recommendation
## Coverage Matrix
- Story -> acceptance criteria -> tasks -> evidence refs
## Verdict
- Ready / Ready with risks / Not ready
- Blocking issues:
- Suggested next step:
Report completion
review.md.spec.md, plan.md, or tasks.md in this command.