code-review

Systematic multi-perspective code review with consistent quality gates.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "code-review" with this command: npx skills add nth5693/gemini-kit/nth5693-gemini-kit-code-review

Code Review Skill

Overview

A systematic approach to code review that moves beyond "it looks good" to rigorous quality verification. This skill provides specific checklists and procedures for different review types.

When To Use

  • Self-Review: Before submitting a PR or finishing /work
  • Peer Review: When reviewing another agent's or human's code (/resolve_pr)
  • Plan Review: When validating an implementation plan (/plan_review)

Instrumentation

# Log usage when using this skill
./scripts/log-skill.sh "code-review" "manual" "$$"

What do you want to do?

  1. Security Review (Auth, RLS, Input) → workflows/security-pass.md
  2. Performance Review (Database, Re-renders) → workflows/performance-pass.md
  3. Architecture Review (State, Data Flow) → workflows/architecture-pass.md
  4. General Quality Checkchecklists/pre-merge.md

Key Principles

  • Review in Passes: Don't check everything at once. Do a security pass, then a performance pass, etc.
  • Reference Patterns: Always check against docs/solutions/patterns/critical-patterns.md.
  • Verify, Don't Guess: If you see a potential issue, verify it with a quick test or script.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

testing

No summary provided by upstream source.

Repository SourceNeeds Review
General

session-resume

No summary provided by upstream source.

Repository SourceNeeds Review
General

file-todos

No summary provided by upstream source.

Repository SourceNeeds Review