agent-reliability-audit
by Roy Yuen
Turn raw agent traces and tool logs into professional production-readiness audits and remediation reports.
- Identify hidden agent loops and drift patterns in pilot run exports
- Measure tool call stability and identify high-latency hotspots
- Generate evidence-backed remediation plans for unstable AI agents
$5
One-time purchase · Own forever
Included in download
- Identify hidden agent loops and drift patterns in pilot run exports
- Measure tool call stability and identify high-latency hotspots
- Includes example output and usage patterns
See it in action
RELIABILITY AUDIT SUMMARY: Support Agent Pilot FAILURE MODES: - Infinite Loop (Tool A): 12% of runs (IDs: #42, #89) - Latency Spike: SearchTool avg 4.2s (Max 12.1s) REMEDIATION: 1. Implement retry jitter on SearchTool. 2. Update system prompt to prevent recursive calls between Tools A & B.
agent-reliability-audit
by Roy Yuen
Turn raw agent traces and tool logs into professional production-readiness audits and remediation reports.
$5
One-time purchase · Own forever
Included in download
- Identify hidden agent loops and drift patterns in pilot run exports
- Measure tool call stability and identify high-latency hotspots
- Includes example output and usage patterns
- Instant install
- One-time purchase
See it in action
RELIABILITY AUDIT SUMMARY: Support Agent Pilot FAILURE MODES: - Infinite Loop (Tool A): 12% of runs (IDs: #42, #89) - Latency Spike: SearchTool avg 4.2s (Max 12.1s) REMEDIATION: 1. Implement retry jitter on SearchTool. 2. Update system prompt to prevent recursive calls between Tools A & B.
About This Skill
Turn Agent Traces into Actionable Reliability Audits
Moving an AI agent from a pilot to production requires more than just testing—it requires a systematic analysis of how the agent behaves under pressure. This skill analyzes exported run logs, traces, tool calls, and retries to identify the hidden failure modes that cause production outages.
What it does
- Pattern Detection: Identifies agent looping, drift, and latency hotspots in real-world transcripts.
- Tool Stability Analysis: Correlates tool inventory against execution traces to find "flaky" integrations.
- Evidence-Backed Reporting: Generates client-ready audit reports in Markdown and JSON with deep dives into recovery failures.
- Remediation Guidance: Connects observed failures to specific architectural improvements.
Why use this skill
Prompting an AI to "find bugs" in logs often misses architectural context and statistical trends. This skill uses a structured approach to evaluate agent reliability across multiple runs simultaneously. It doesn't just look for errors; it looks for instability patterns that standard unit tests miss, providing a professional audit that stakeholders can trust before a full-scale rollout.
Integration
Compatible with Python-based workflows, it integrates seamlessly into CI/CD pipelines or developer workstations to analyze logs from frameworks like LangChain, CrewAI, or custom OpenAI implementations.
Use Cases
- Identify hidden agent loops and drift patterns in pilot run exports
- Measure tool call stability and identify high-latency hotspots
- Generate evidence-backed remediation plans for unstable AI agents
- Produce professional Markdown audit reports for client or executive review
How to Install
unzip agent-reliability-audit.zip -d ~/.claude/skills/Reviews
No reviews yet — be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
No special permissions declared or detected
Tags
Frequently Asked Questions
Learn More About AI Agent Skills
Similar Skills
diagnosing-rag-failure-modes
RAG fails quietly. It retrieves documents, returns confident-looking answers, and misses the question entirely — because the question required connecting facts across documents, reasoning about sequence, or tracing causation. This skill gives you a five-question diagnostic checklist that classifies any failing query as either RAG-safe or structurally RAG-incompatible, then maps it to the specific failure pattern and the architectural fix that resolves it.
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
git-commit-writer
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.
readme-generator
Generates a complete, polished README.md by scanning your actual project structure, dependencies, and code.