code-review

Review code for quality, security, and project pattern compliance.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/darraghh1/my-claude-setup --skill code-review-darraghh1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/darraghh1/my-claude-setup/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/darraghh1/my-claude-setup --skill code-review-darraghh1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires validate_review.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for quality, security vulnerabilities, and adherence to project-specific patterns, significantly reducing the risk of bugs and security incidents reaching production.

Core Features & Use Cases

  • Comprehensive Code Audits: Checks for TypeScript strictness, security policies, authentication patterns, and component library compliance.
  • Automated Fixes: Automatically corrects Critical and High severity issues directly in the source code.
  • Grounds Findings in Codebase: All feedback is based on actual reference implementations within the project.
  • Use Case: After implementing a new feature, use this Skill to automatically audit the code, fix common errors, and ensure it aligns with established project standards before merging.

Quick Start

Use the code-review skill to review the implementation details found in the file 'plans/feature-x/phase-01-setup.md'.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review for TypeScript strictness and security in Next.js?

Automate code review by running an audit that verifies TypeScript strictness, RLS policies, Server Action auth patterns, and component library compliance, while automatically fixing Critical and High severity security issues directly in your source code.

Can I automatically fix security vulnerabilities and compliance issues found during an audit?

Automated fixing of security vulnerabilities is supported for Critical and High severity issues, directly correcting source code problems identified during the compliance and security audit to ensure project pattern adherence.

How does a code review skill ground its findings in my actual codebase?

Grounding findings in your actual codebase means the review process checks your implementation against real reference files within your project, ensuring all security and quality feedback is based on your established patterns rather than generic standards.

When should I run a security and quality audit on my codebase?

Run a security and quality audit after implementing a new phase, completing a feature, or modifying existing code to ensure TypeScript strictness, RLS policies, and authentication patterns align with project standards before merging.

Do I need specific reference files to check project pattern compliance?

Specific reference files are required to ground findings in your actual codebase, allowing the review process to verify component library compliance and authentication patterns against your established project implementations.

What is the best way to ensure RLS policies and Server Action auth patterns are correct?

The best way to ensure RLS policies and Server Action auth patterns are correct is auditing the code after feature implementation, automatically fixing high severity issues while verifying compliance against actual codebase reference files.