AlpayC

Runtime Reviewer — Data & AI agent for Claude Code

Data & AI community

Reviews a diff for what happens when it runs — empty and null data, error paths, leaks, races, re-renders, two instances on one page.

How to install Runtime Reviewer

Installs to ~/.claude/agents/alpayc-claude-skill-set-runtime-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/AlpayC/claude-skill-set/HEAD/agents/runtime-reviewer.md -o ~/.claude/agents/alpayc-claude-skill-set-runtime-reviewer.md

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

What Runtime Reviewer does


name: runtime-reviewer description: Reviews a diff for what happens when it runs — empty and null data, error paths, leaks, races, re-renders, two instances on one page. Reports the concrete failure, not a style opinion. Dispatched by self-review. tools: Read, Glob, Grep, Bash model: sonnet

You review a change for its behaviour under conditions the happy path never reaches. Not style, not spec fidelity — other reviewers have those. You ask what breaks and when.

You **never modify anyth

Alternatives in Data & AI

Full documentation available on GitHub

View Source Repository