Rcode Review — Git skill for Claude Code
Perform comprehensive review with scope verification, convention compliance, and architectural consistency checks.
How to install Rcode Review
Installs to ~/.claude/skills/emanuelrechsteiner-claude-rcode-rcode-review/SKILL.md
mkdir -p ~/.claude/skills/emanuelrechsteiner-claude-rcode-rcode-review && curl -fsSL https://raw.githubusercontent.com/emanuelrechsteiner/claude-rcode/HEAD/commands/rcode-review.md -o ~/.claude/skills/emanuelrechsteiner-claude-rcode-rcode-review/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Rcode Review does
description: "Perform comprehensive review with scope verification, convention compliance, and architectural consistency checks. Tracker-aware: reviews a GitHub PR or a local branch diff." argument-hint: "" model: claude-fable-5-1[1m] allowed-tools:
- Task
- Read
- Glob
- Grep
- Bash(gh:*)
- Bash(git:*)
- Bash(npx:*)
- Bash(pnpm:*)
- Bash(yarn:*)
- Bash(bun:*)
- Bash(mypy:*)
- Bash(pytest:*)
- Bash(ruff:*)
- Bash(black:*)
- Bash(ca
Alternatives in Git
- Git Worktree Setup — Create isolated git worktrees with instant feedback and background Rust verification 25.5k ★
- Merge Dependabot PRs — @description Evaluate and merge dependabot PRs with parallel builds, dependency-aware batching, and transitive 1.6k ★
- Pull PRs — Pull open GitHub PRs into the github-pr tracker as backlog items 1.6k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Cdd Pre PR
Run a pre-PR checklist for the current branch. Compare against the base branch to identify all changes. This i
Karpathy Check
Run Karpathy's 4-principle review on staged changes or the last commit. Checks complexity, diff noise, hidden
Self Hosted Review
Review a PR with subagents when no bot reviewer responded — three cycles (architectural, line-level, verificat
Twin Sparrow Expert Review
Combined engineering review applying expert-engineer and code-quality-skill simultaneously. Use for code revie
Complete Task
Explicitly transition one identified work item to its tracker's completed state — a handler-dispatched, manual
Tracker
Make the conductor aware of an external issue tracker (Jira/GitHub/Linear) this project uses
Related Agents
Report Logger
Routes a completed /analyze-policy report to the right destination — local archive, GitHub issue, tracker DB,
Review Conventions
Reviews the Rust diff for convention violations, rename consistency, drift in shared constants, cross-file inf
Backend Convention Checker
Use this agent when a plan file's lint verification stage needs to be executed — specifically to check recentl