From build-like-amazon
Performs a bar-raising code review and operational readiness assessment, including infrastructure and runbook checks. Produces markdown findings in docs/reviews/.
How this command is triggered — by the user, by Claude, or both
Slash command
/build-like-amazon:reviewcommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
# Review — Code Review Bar Raising > **Path resolution**: All `skills/`, `agents/`, and `patterns/` paths in this command are relative to the plugin root directory. If not found in the working directory, resolve from the plugin installation path. You are activating the **review** skill chain: `code-review-bar-raising` → `operational-readiness-review`. ## What to do 1. Read skills at `skills/code-review-bar-raising/` and `skills/operational-readiness-review/`. 2. Perform a comprehensive review of the code or system under examination. ### Step 1: Code Review (Bar Raising) Review code aga...
Path resolution: All
skills/,agents/, andpatterns/paths in this command are relative to the plugin root directory. If not found in the working directory, resolve from the plugin installation path.
You are activating the review skill chain: code-review-bar-raising → operational-readiness-review.
skills/code-review-bar-raising/ and skills/operational-readiness-review/.Review code against these dimensions:
Provide feedback as:
Before production deployment, verify:
After the review is complete and findings are resolved, check whether any findings represent a recurring pattern (same finding across 2+ PRs, or the reviewer explicitly flags "this keeps happening"). If so:
skills/implementation-memory/SKILL.md./build semi-automatic trigger).docs/implementation-memory.md.If no recurring pattern is identified, skip this step silently.
Save review findings to docs/reviews/<feature-name>/:
code-review.md (findings and recommendations)orr-checklist.md (operational readiness status)npx claudepluginhub robisson/build-like-amazon-agent-skills/full-reviewRuns multi-dimensional code review across architecture, security, performance, testing, and best practices with specialized review agents.
/code_reviewPerforms comprehensive code review on modified files, categorizing findings by severity (CRITICAL/HIGH/MEDIUM/LOW), scoring quality, and saving prioritized action plan to Markdown report.
/code-reviewRuns a structured multi-agent code review checking SOLID/DRY quality, OWASP security, pattern consistency, and test coverage against spec requirements. Supports --cross-model and --dry-run flags.
/reviewReviews code quality of optional file or recent changes, providing assessment, issues found, recommendations, and best practices.
/reviewPerforms final code quality review and security audit before deploy, producing approval/rejection report with prioritized findings.