claude-oracle

Launch Claude as an independent read-only agent to review codebases and diffs.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/recallnet/polymarket-cross-sectional-momentum --skill claude-oracle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-oracle
Source: https://github.com/recallnet/polymarket-cross-sectional-momentum/tree/main/.agents/skills/claude-oracle
Command: npx skills add https://github.com/recallnet/polymarket-cross-sectional-momentum --skill claude-oracle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl, and includes scripts (resource) components.

What problem does it solve?

Launch Anthropic Claude as an independent agent that can read codebases, review diffs, and provide detailed analysis without influencing current sessions or modifying the repository.

Core Features & Use Cases

  • Independent, read-only code reviews using Claude in minimal-prompt or directed modes to surface architecture critiques, potential bug patterns, and quality gaps.
  • Works with the CLI or API fallback for pure reasoning tasks, enabling model-diverse reviews alongside other oracles.
  • Useful for teams seeking a fresh Claude perspective on diffs, code structure, and design decisions.

Quick Start

Run Claude Oracle in blind mode to perform a cold-context review and generate a structured report.

Frequently Asked Questions about claude-oracle

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get an independent AI code review for a repository diff?

An independent AI code review uses a separate model to analyze repository diffs and architecture without modifying the current session. Claude Oracle provides this by running Claude in read-only mode to surface bug patterns and quality gaps.

Can I use Claude for code analysis without affecting my current agent session?

Yes, you can use Claude for code analysis without session interference by running it as an isolated oracle. Claude Oracle operates independently with read-only permissions, ensuring no influence or modifications to your active sessions.

What is a model-diverse code review and when do I need it?

Model-diverse code review applies multiple different AI models to analyze the same codebase for varied perspectives. It is needed when teams want unbiased architecture critiques and bug pattern detection that a single primary agent might miss.

Do I need the Claude CLI to run an automated code review oracle?

Yes, the Claude CLI is a prerequisite for running the automated code review oracle. If the CLI is unavailable, Claude Oracle can fall back to using the API for pure reasoning tasks to complete the review.

What's the best way to review code structure with a fresh AI perspective?

The best way to review code structure with a fresh AI perspective is to run a cold-context analysis. Claude Oracle's blind mode performs a minimal-prompt review to generate structured reports on design decisions without prior bias.

What are the limitations of using an independent AI oracle for code review?

Limitations of an independent AI oracle include requiring read-only permission and a well-scoped prompt for proper isolation. It also depends on external dependencies like jq and curl, and cannot modify the repository directly.