review-runtime-reliability-performance
CommunityCatch runtime reliability and performance flaws pre-merge.
System Documentation
What problem does it solve?
Merging code changes with unaddressed failure semantics, concurrency lifecycle, or performance scalability gaps leads to production outages, data integrity issues, and system collapse under load. This Skill eliminates the risk of missing these critical issues during pull request review by providing a structured, static-analysis-first evaluation flow.
Core Features & Use Cases
- Structured Failure Semantics Review: Evaluates error contracts, retry/timeout/cancellation behavior, and silent failure paths for API handlers, async workers, and external dependency calls.
- Concurrency Lifecycle Safety Checks: Assesses synchronization discipline, cancellation safety, bounded parallelism, and graceful shutdown logic to prevent data races, deadlocks, and resource leaks.
- Performance and Scaling Risk Assessment: Identifies algorithmic anti-patterns, N+1 access issues, tail latency risks, and overload collapse vulnerabilities before they reach production.
- Use Case: When reviewing a PR that adds a new payment processing async worker, this Skill flags missing idempotency guarantees for retries, unbounded parallelism that could exhaust worker pools under high load, and lack of cancellation handling that leaves in-flight tasks running during deployment.
Quick Start
Use the review-runtime-reliability-performance skill to review the pull request diff at /your/repo/path for failure semantics, concurrency lifecycle, and performance risks, and output the findings to review-findings.json.
Dependency Matrix
Required Modules
None requiredComponents
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: review-runtime-reliability-performance Download link: https://github.com/D3Hunter/ai-engineer/archive/main.zip#review-runtime-reliability-performance Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 536,000+ vetted skills library on demand.