code-review

Audit pull requests with an eight-step review for Next.js, Supabase, and TypeScript codebases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides a comprehensive, repeatable pre-PR review to ensure architecture alignment, code quality, security, performance, and documentation before merging.

Core Features & Use Cases

  • Eight-step review process covering architecture, code quality, library-over-custom choices, TypeScript strictness, security including Supabase RLS, performance patterns, testing validity, and documentation.
  • Produces a structured PR-readiness verdict and can automatically submit a PR to the dev branch when criteria are met.
  • Use during pull request reviews, code quality audits, bug-hunting sessions, or when asked to "review" or "audit" changes.

Quick Start

Initiate the eight-step review on a PR to determine readiness and trigger an automated PR to dev if all checks pass.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I run a structured PR review for a Next.js and TypeScript codebase?

Run a structured PR review by applying an eight-step audit covering architecture, code quality, typing, security, performance, tests, and documentation. It returns a READY or NOT READY verdict for your Next.js and TypeScript codebase.

Does this code review skill check Supabase Row Level Security policies?

Yes, the code review skill checks Supabase Row Level Security policies during its security audit step. It examines RLS configurations alongside other security patterns to ensure your changes align with project protection standards.

What's the best way to automate a PR readiness audit before merging to dev?

Automate a PR readiness audit by running the eight-step review process, which produces a deterministic verdict and can automatically submit a PR to your dev branch when all quality and architecture checks pass.

How does TypeScript strictness factor into the pull request review process?

TypeScript strictness is evaluated in a dedicated review step that examines typing across your changes. The PR review process verifies that TypeScript types are correctly applied and enforced throughout the modified codebase.

Can I use this for a code quality audit beyond standard pull requests?

Yes, you can use this for code quality audits, bug-hunting sessions, or general codebase reviews. It applies deterministic checks across architecture, library choices, error handling, performance, and documentation whenever you need to audit changes.

What limitations should I expect when reviewing changes outside a Next.js and Supabase stack?

This review process is specifically designed for Next.js, Supabase, and TypeScript codebases. Using it on other stacks may yield inaccurate architecture or security checks, as its review steps are tailored to those frameworks.