From aws-skills-for-claude-code
Reviews git diff code changes for bugs, OWASP Top 10 security issues, code quality problems, and project guideline compliance using confidence scoring to filter issues below 75% confidence.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aws-skills-for-claude-code:code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review changed code with confidence-based scoring to filter false positives.
Review changed code with confidence-based scoring to filter false positives.
By default, review unstaged changes from git diff. The user may specify different files or scope.
Rate each issue 0-100:
Only report issues with confidence >= 75.
For each issue:
### [CRITICAL|IMPORTANT] <issue title> (confidence: XX)
**File:** `path/to/file.ext:line`
**Issue:** Clear description of the problem
**Fix:** Concrete code suggestion
Run with /code-review command
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeOrchestrates parallel agents to review code changes for CLAUDE.md compliance, bugs, git history, and security with confidence scores. Outputs reports or posts to GitHub PRs.
Conducts structured code reviews with severity classification (critical, major, minor, suggestion) on git diffs, staged changes, last commits, or specified file paths.
Reviews local changes, PRs/MRs, or branch diffs against project coding guidelines using 5-7 parallel review agents (bug detection, security/logic, guideline compliance, code simplification, test coverage, contract quality). High-signal findings only.