From aj-geddes-useful-ai-prompts-4
Reviews pull requests and code changes with structured analysis of code quality, security, performance, testing, and maintainability. Provides constructive feedback and best practices guidance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aj-geddes-useful-ai-prompts-4:code-review-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [Overview](#overview)
Systematic code review process covering code quality, security, performance, maintainability, and best practices following industry standards.
Minimal working example:
# Check the changes
git diff main...feature-branch
# Review file changes
git diff --stat main...feature-branch
# Check commit history
git log main...feature-branch --oneline
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| Initial Assessment | Initial Assessment |
| Code Quality Analysis | Code Quality Analysis |
| Security Review | Security Review |
| Performance Review | Performance Review |
| Testing Review | Testing Review |
| Best Practices | Best Practices |
npx claudepluginhub aj-geddes/useful-ai-promptsPerforms automated code reviews using OpenAI Codex CLI. Supports staged changes, files, directories, and git diffs with security audits and performance analysis.
Guides constructive code review practices with actionable feedback, severity classification, and systematic analysis. Useful for reviewing pull requests, establishing standards, and mentoring developers.
Systematically evaluates pull requests for correctness, design, readability, and tests, delivering actionable and kind feedback based on Google's engineering practices.