From aws-skills-for-claude-code
Reviews current code changes (unstaged/staged git diffs or specified files) with confidence-based scoring on criteria like shell POSIX compatibility and conventional commits, reporting only high-confidence issues with fixes.
How this command is triggered — by the user, by Claude, or both
Slash command
/aws-skills-for-claude-code:reviewThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Code Review Review the current code changes using confidence-based scoring. ## Step 1: Get Changes Determine the scope of review: - If $ARGUMENTS specifies files, review those files - Otherwise, review unstaged changes: `git diff` - If no unstaged changes, review staged changes: `git diff --cached` ## Step 2: Review For each changed file, apply the code-review skill criteria: - SKILL.md YAML frontmatter format (description field required) - Shell script POSIX compatibility (macOS/Linux) - Bilingual documentation consistency (EN/KR) - Conventional Commits format ## Step 3: Score and...
Review the current code changes using confidence-based scoring.
Determine the scope of review:
git diffgit diff --cachedFor each changed file, apply the code-review skill criteria:
Rate each issue 0-100. Only report issues with confidence >= 75.
Present findings in structured format with file paths, line numbers, and fix suggestions. If no high-confidence issues, confirm code meets standards.
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-code/reviewReviews code diffs using parallel subagents with confidence scoring and intent validation. Produces a structured report and optionally auto-fixes high-priority issues.
/candid-reviewRuns configurable code review on current changes (staged/unstaged/branch) with harsh/constructive tone and focus areas, categorizes issues with fixes, applies selected ones, supports re-review and git commit.
/reviewReviews staged or recent git changes against codebase patterns, security best practices, and acceptance criteria. Supports reviewing specific files or feature IDs.
/reviewReviews staged changes or recent commits across five axes—correctness, readability, architecture, security, performance—producing categorized findings with file:line references and fixes.
/reviewRuns Codex code review on local git state (working tree or vs base branch). Supports --wait/--background, --base <ref>, --scope auto|working-tree|branch.
/reviewInvokes multiple external AI CLIs (Gemini, Claude, Codex, etc.) to independently review a phase plan and produces a structured REVIEWS.md with per-reviewer feedback.