Claude Review Files
claude_review_filesAnalyze files or directories read-only to answer focused questions, such as identifying race conditions or injection vulnerabilities, providing independent code review.
Instructions
Have Claude read and analyze specific files or directories agentically (read-only: it can Read, Glob, and Grep within the granted paths, and research the web, but never modifies anything). Provide ABSOLUTE paths that exist on this machine and a focused question, e.g. 'find the race condition in this module' or 'review these files for injection vulnerabilities'. Better than pasting file contents into ask_claude for anything larger than a snippet. For verification workflows, this gives Claude an independent read of the code so its review does not depend on your summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | deep lets Claude delegate read-only exploration to sub-agents for large scopes - slower and several times the usage; requires the machine to enable CLAUDE_CONSULT_CAPABILITY=deep-research. | |
| model | No | Claude model override: opus, sonnet, haiku, or a full model id. Omit for the configured default. | |
| paths | Yes | Absolute paths of files or directories to analyze (1-32). Every path must exist on this machine. | |
| question | Yes | What to look for or evaluate in these paths. | |
| session_id | No | session_id from a previous result footer to continue that conversation. | |
| workspace_dir | No | Absolute path to the project this relates to; becomes Claude's working directory. Reuse the same value when continuing a session. |