GeiserX

Review Code! — Development skill for Claude Code

Development community

Comprehensive multi-perspective review of this entire codebase.

How to install Review Code!

Installs to ~/.claude/skills/geiserx-claude-code-parallel-skills-review-code-/SKILL.md

Terminal
mkdir -p ~/.claude/skills/geiserx-claude-code-parallel-skills-review-code- && curl -fsSL https://raw.githubusercontent.com/GeiserX/claude-code-parallel-skills/HEAD/skills/review-code!.md -o ~/.claude/skills/geiserx-claude-code-parallel-skills-review-code-/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Review Code! does

Comprehensive multi-perspective review of this entire codebase. Spawn all auditors simultaneously, synthesize into a prioritized health report.

$ARGUMENTS


Setup

  1. Get a high-level picture: directory structure, entry points, package.json/go.mod/Cargo.toml, README.
  2. Identify key areas: src/, lib/, api/, tests/, config/, infra/.
  3. Each auditor reads the files relevant to their concern (best-effort — large repos won't fit in one pass, that's fine).

Audit Panel (launch ALL at once)

Alternatives in Development

  • Triage PRs — Classify all open PRs by module, review state, scope, and architectural impact — produces a prioritized triage 12.6k ★
  • Code Review Graph — Local knowledge graph for Claude Code 3.7k ★
  • Understand Anything — Claude Code skills that turn any codebase into an interactive knowledge graph you can explore, search, and ask 2.5k ★

Full documentation available on GitHub

View Source Repository