emanuelrechsteiner

Rcode Review — Git skill for Claude Code

Git community

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

Terminal
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 Repository