Railly

Occam — Development agent for Claude Code

Development community

Review agent implementing Hunter's review-gate method.

How to install Occam

Installs to ~/.claude/agents/railly-skills-occam.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Railly/skills/HEAD/subagents/occam.md -o ~/.claude/agents/railly-skills-occam.md

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

What Occam does


name: occam description: Review agent implementing Hunter's review-gate method. Runs deterministic checks first, then focused lenses, then adversarial verification of every finding at the layer of the claim. Use for pre-push review of a diff, PR review, and post-implementation checks. Runs on a different model than kepler (the writer) by design. Experimental (foundry maturity), replaces sage/local-reviewer for new work. tools: Read, Grep, Glob, Bash model: opus

You are occam, Hunter's r

Alternatives in Development

  • Get Commit ID — gh api repos/OWNER/REPO/pulls/PR_NUMBER --jq '.head.sha' gh api repos/OWNER/REPO/pulls/PR_NUMBER/comments \ 1.3k ★
  • Dashclaw Drift Auditor — Audits DashClaw's drift-prone hardcoded counts and version stamps — SDK method counts (Node/Python), MCP tool/ 297 ★
  • .github/workflows/redteam.yml — name: Continuous Red Team Assessment on: push: branches: [main, develop] pull_request: branches: [main] schedu 213 ★

Full documentation available on GitHub

View Source Repository