원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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
SOC 직업 분류 기준
| 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.