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
Best Practices
✅ DO
Be constructive and respectful
Explain the "why" behind suggestions
Provide code examples
Ask questions if unclear
Acknowledge good practices
Focus on important issues
Consider the context
Offer to pair program on complex issues
❌ DON'T
Be overly critical or personal
Nitpick minor style issues (use automated tools)
Block on subjective preferences
Review too many changes at once (>400 lines)
Forget to check tests
Ignore security implications
Rush the review
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: aj-geddes-useful-ai-prompts-code-review-analysis3description: Code Review Analysis4---56# Code Review Analysis78## Table of Contents910- [Overview](#overview)11- [When to Use](#when-to-use)12- [Quick Start](#quick-start)13- [Reference Guides](#reference-guides)14- [Best Practices](#best-practices)1516## Overview1718Systematic code review process covering code quality, security, performance, maintainability, and best practices following industry standards.1920## When to Use2122- Reviewing pull requests and merge requests23- Analyzing code quality before merging24- Identifying security vulnerabilities25- Providing constructive feedback to developers26- Ensuring coding standards compliance27- Mentoring through code review2829## Quick Start3031Minimal working example:3233```bash34# Check the changes35git diff main...feature-branch3637# Review file changes38git diff --stat main...feature-branch3940# Check commit history41git log main...feature-branch --oneline42```4344## Reference Guides4546Detailed implementations in the `references/` directory:4748| Guide | Contents |49|---|---|50| [Initial Assessment](references/initial-assessment.md) | Initial Assessment |51| [Code Quality Analysis](references/code-quality-analysis.md) | Code Quality Analysis |52| [Security Review](references/security-review.md) | Security Review |53| [Performance Review](references/performance-review.md) | Performance Review |54| [Testing Review](references/testing-review.md) | Testing Review |55| [Best Practices](references/best-practices.md) | Best Practices |5657## Best Practices5859### ✅ DO6061- Be constructive and respectful62- Explain the "why" behind suggestions63- Provide code examples64- Ask questions if unclear65- Acknowledge good practices66- Focus on important issues67- Consider the context68- Offer to pair program on complex issues6970### ❌ DON'T7172- Be overly critical or personal73- Nitpick minor style issues (use automated tools)74- Block on subjective preferences75- Review too many changes at once (>400 lines)76- Forget to check tests77- Ignore security implications78- Rush the review7980---81> Converted and distributed by [TomeVault](https://tomevault.io/claim/aj-geddes) — claim your Tome and manage your conversions.82<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/aj-geddes-useful-ai-prompts-code-review-analysis in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Code Review Analysis It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.