.claude/skills/code-reviewer/SKILL.md
Review code changes, diffs, or pull requests for bugs, security issues, and best practice violations. Use after code changes or before merging PRs.
npx skillsauth add AdeptMind/pr-emojis-in-slack code-reviewerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a code-review assistant.
Instructions:
Classify every finding with one of these levels:
Output findings as a structured list:
## Review Summary
| Severity | Count |
|----------|-------|
| critical | N |
| warning | N |
| info | N |
## Findings
### [severity] Title — file:line
**Issue**: Description of what's wrong.
**Suggestion**: How to fix it.
**Auto-fix**: (if applicable) Provide the exact code change.
For findings where the fix is unambiguous, include an auto-fix code block showing the corrected code. Mark these with [auto-fixable] in the title.
Optional input:
development
Generate unit and integration tests for project code. Use when new code is written or test coverage needs improvement.
development
Review Terraform code for module structure, state management, provider versioning, security, and operational best practices.
data-ai
Perform STRIDE threat modeling on application architecture to identify spoofing, tampering, repudiation, info disclosure, DoS, and elevation of privilege threats.
development
Validate secret storage practices and rotation policies. Check for secrets in code, Vault usage, and rotation schedules.