review

Identify and report correctness, security, performance, readability, and consistency issues in code.

820|78|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/SethGammon/Citadel --skill review-sethgammon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/SethGammon/Citadel/tree/main/skills/review
Command: npx skills add https://github.com/SethGammon/Citadel --skill review-sethgammon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill delivers a structured, multi-pass code review that surfaces logic errors, security concerns, performance bottlenecks, readability issues, and consistency gaps — saving time and improving code quality.

Core Features & Use Cases

  • Structured 5-pass framework: correctness, security, performance, readability, and consistency findings are organized and prioritized.
  • Scope versatility: reviews a single file, a directory, or a git diff range, with context-aware analysis.
  • Actionable output: each finding includes location, impact, and concrete remediation steps.

Quick Start

Invoke the review skill on a target file, directory, or diff to generate a structured report.

Frequently Asked Questions about review

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

FAQPage Schema
How do I run a code review across a git diff range?

To perform a code review on a git diff, invoke the review skill on the target diff range. It generates a context-aware, structured report covering correctness, security, performance, readability, and consistency issues.

What is a multi-pass code review framework?

A multi-pass code review framework systematically analyzes source files in separate stages. This skill executes a 5-pass review to identify and prioritize correctness, security, performance, readability, and consistency issues.

Can I review a whole directory of source files for security and performance issues?

Yes, you can scope the code review to an entire directory. The analysis will identify security vulnerabilities and performance bottlenecks across all included files, providing structured findings with locations and remediation steps.

How do I get actionable remediation steps from static analysis?

Static analysis through this code review skill provides actionable output by detailing the location and impact of each finding. It delivers concrete remediation steps for identified logic errors and consistency gaps.

Does this code review tool support finding readability and consistency issues?

Yes, the review skill explicitly checks for readability and consistency gaps alongside correctness and security. It organizes these findings into a structured report to help improve overall code quality.

When should I use an automated code review assistant instead of manual checks?

Use an automated code review assistant to save time when you need structured, multi-pass analysis of logic errors and performance bottlenecks. It surfaces consistency gaps and provides concrete remediation steps across files or diffs.