File By File Review banner
shakacode shakacode

File By File Review

Git community

Description

--- description: "Review a massive PR file-by-file, looking for problems in each changed file" allowed-tools: ["Bash", "Read", "Grep", "Glob", "Task", "AskUserQuestion"] --- You are reviewing a massive PR file-by-file. Your goal is to review every changed file against the user's review instructions and produce a GOOD/BAD verdict for each file. ## Step 1: Initialize Run this command to set up the review: ``` bin/set-review-instructions "$ARGUMENTS" ``` ## Step 2: Get file count Run: ``` bin/

Installation

Installs to ~/.claude/skills/shakacode-claude-code-commands-skills-agents-file-by-file-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/shakacode-claude-code-commands-skills-agents-file-by-file-review && curl -fsSL https://raw.githubusercontent.com/shakacode/claude-code-commands-skills-agents/HEAD/commands/file-by-file-review.md -o ~/.claude/skills/shakacode-claude-code-commands-skills-agents-file-by-file-review/SKILL.md

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

Full documentation available on GitHub

View Source Repository