Runtime Reviewer — Data & AI agent for Claude Code
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
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
- Read Research For Nyquist Validation Data — cat "$phase_dir"/-RESEARCH.md 2>/dev/null node "$HOME/.claude/get-shit-done/bin/gsd-tools.cjs" roadmap get-pha 38.5k ★
- Svelte Correctness Review — Reviews a feature segment in any SvelteKit app (apps/moderator, apps/auth, apps/creator-studio) for correctnes 7.2k ★
- Multi Agent Systems Architect Agent — Systems architect specializing in the design, coordination, and governance of multi-agent AI pipelines — cover 669 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Perf Analyzer
Detects performance issues in code changes: N+1 query patterns, missing database indexes, unnecessary re-rende
Bug Hunter
Bug detection specialist. Finds logic errors, null pointers, boundary issues, race conditions, resource leaks,
Blue Lion
Data and integrations specialist (Blue Lion). Handles APIs, data plumbing, persistence, external service wirin
Agent Reliability Reviewer
Use this agent to make an AI agent production-ready — reviewing its loops, cost controls, error handling, tool
Cto Review
Fresh-eyes correctness & architecture review for high-stakes changes (money/data paths, cross-system schema/co
iOS Memory Performance Engineer
iOS memory and performance expert. Use when investigating a memory leak, retain cycle, growing memory footprin
Related Skills
Cpv Batch Validate
Fan out cpv-plugin-validator-agent agents across every plugin in a marketplace, a list of plugins, or a single
Voice Register Check
Use when auditing user-facing strings (UI copy, error messages, emails, notifications) for two failure modes —
Claude Editor Hook
Command palette for Claude Code via Ctrl-G hook. Spawn parallel Claude instances, stream logs, run tools - any