Use to review whether traces, logs, and runtime evidence are sufficient to explain behaviour and support debugging or verification.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add ponybunny-ai/ponybunny --skill trace-review --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Trace Review?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ponybunny-ai-trace-review)More formats (shields.io, HTML) on the badges page.
---
name: trace-review
description: Use to review whether traces, logs, and runtime evidence are sufficient to explain behaviour and support debugging or verification.
---
# Trace Review
## Use this skill when
- evaluating evidence quality
- debugging failures
- reviewing observability coverage
- deciding whether a run is diagnosable
## Goals
- ensure execution can be reconstructed
- identify blind spots in tracing
- improve failure diagnosis and evaluation quality
## Review criteria
- are the relevant identifiers present
- can the execution path be reconstructed
- are key transitions visible
- are side effects visible
- are retries distinguishable
- are errors surfaced clearly
- is the trace enough for future diagnosis
## Output contract
Return:
- trace strengths
- missing trace elements
- impact of the blind spots
- recommended improvements
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!