LLM Skills
~/catalog/debugging & maintenance//pr-review

Git diff review

/pr-review

Review the current git diff for potential issues. Focus on actionable feedback.

// skill content

PR Review Review the current git diff for potential issues. Focus on actionable feedback. ## Review Checklist ### Security - [ ] No hardcoded secrets, API keys, or credentials - [ ] Input validation on user-supplied data - [ ] SQL injection, XSS, command injection risks - [ ] Authentication/authorization properly enforced ### Performance - [ ] No N+1 queries introduced - [ ] Appropriate caching where beneficial - [ ] No blocking operations in hot paths - [ ] Resource cleanup (connections, file handles) ### Code Quality - [ ] Clear naming and intent - [ ] Error handling covers failure cases - [ ] No dead code or unused imports - [ ] Consistent with existing patterns ### Testing - [ ] New code has test coverage - [ ] Edge cases covered - [ ] Tests are deterministic (no flaky tests) ### Documentation - [ ] Public APIs documented - [ ] Non-obvious logic explained - [ ] Breaking changes noted ## Output Format For each issue found, provide: - Location: file:line - Severity: Critical / Warning / Suggestion - Issue: What's wrong - Fix: How to address it $ARGUMENTS

// original public source
strataga/claude-setup
/commands/pr-review.md
License: License not specified. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/pr-review.md" "https://raw.githubusercontent.com/strataga/claude-setup/master/commands/pr-review.md"
Then in Claude Code, type /pr-review to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatorstrataga
Format.md
AccessFree
// similar

Skills Debugging & maintenance

View allarrow_forward