reviewing-code

Reviews code changes in the Nick Stack codebase for quality, security, and best practices.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/nickstrad/signal-depth --skill reviewing-code-nickstrad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-code
Source: https://github.com/nickstrad/signal-depth/tree/main/.claude/skills/reviewing-code
Command: npx skills add https://github.com/nickstrad/signal-depth --skill reviewing-code-nickstrad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews code changes in the Nick Stack codebase to ensure adherence to tech stack patterns, security, and type safety, reducing PR friction and bugs.

Core Features & Use Cases

  • Code quality checks: Flag unsafe patterns, anti-patterns, and API misuse across frontend and backend.
  • Security and typing: Enforce type safety, authorization checks, and correct data handling.
  • Use Case: When reviewing a PR that introduces a new tRPC route, run this skill to verify schemas, inputs, and potential security risks.

Quick Start

Load the Nick Stack project context and apply the review checklist during PR reviews to assess code changes.

Frequently Asked Questions about reviewing-code

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

FAQPage Schema
How do I review a tRPC route for security and type safety in a PR?

To review a tRPC route, load the project context and apply the review checklist to verify input schemas, enforce type safety, and check authorization before merging the PR.

What is the best way to enforce Next.js app router conventions during code reviews?

The best way to enforce Next.js app router conventions is to apply an automated review checklist that flags unsafe patterns, API misuse, and deviations from established UI conventions across frontend layers.

How do I check Prisma data handling and authorization in code changes?

You check Prisma data handling by enforcing type safety and authorization checks during PR reviews, ensuring correct data handling patterns are applied across the backend layers.

Can I use an automated review checklist to reduce PR friction in a full stack project?

Yes, you can use an automated review checklist to reduce PR friction by consistently verifying tech stack patterns, security, and type safety across both frontend and backend code updates.

What anti-patterns should I look for when reviewing Next.js and tRPC codebases?

When reviewing Next.js and tRPC codebases, look for anti-patterns including API misuse, missing authorization checks, type safety gaps, and deviations from Prisma and UI conventions.

Related Skills