
ai-trace-runner
by Roy Yuen
Transform ambiguous AI tasks into auditable execution traces with verified evidence and AI-smell detection.
- Generate auditable logs for compliance-sensitive code changes.
- Debug failed agent runs by comparing planned steps vs. actual execution logs.
- Verify AI claims against concrete evidence like diffs and command outputs.
$5
One-time purchase · Own forever
Included in download
- Generate auditable logs for compliance-sensitive code changes.
- Debug failed agent runs by comparing planned steps vs. actual execution logs.
- terminal, file_read, file_write automation included
- Includes example output and usage patterns
See it in action
[Verification Report] - Criterion: 'Update API routes' -> VERIFIED (See diff in Evidence Bundle) - Criterion: 'Test coverage > 80%' -> BLOCKED (Missing jest config) [AI-Smell Report] Score: 4/5 (Repetitive hedging detected) Cleanup: Removed "As an AI..." and "I have successfully..." phrases.
Transform ambiguous AI tasks into auditable execution traces with verified evidence and AI-smell detection.
$5
One-time purchase · Own forever
⚡ Also available via Agensi MCP — your AI agent can load this skill on demand via MCP. Learn more →
Included in download
- Generate auditable logs for compliance-sensitive code changes.
- Debug failed agent runs by comparing planned steps vs. actual execution logs.
- terminal, file_read, file_write automation included
- Includes example output and usage patterns
- Instant install
See it in action
[Verification Report] - Criterion: 'Update API routes' -> VERIFIED (See diff in Evidence Bundle) - Criterion: 'Test coverage > 80%' -> BLOCKED (Missing jest config) [AI-Smell Report] Score: 4/5 (Repetitive hedging detected) Cleanup: Removed "As an AI..." and "I have successfully..." phrases.
Screenshots
About This Skill
What it does
AI Trace Runner is a comprehensive execution wrapper for AI agents that turns ambiguous tasks into auditable, verifiable run records. It replaces basic prompting with a structured pipeline: creating a request contract, generating an execution plan, logging every material action, and assembling an evidence bundle. It ensures that every claim made by the AI is backed by a specific file path, command output, or observation.
Why use this skill
Standard AI agents often suffer from 'hallucinated confidence'—claiming a task is done when it actually failed or was bypassed. This skill solves the lack of transparency in agentic workflows by forcing explicit verification. It includes built-in "AI-smell" detection to strip away robotic fluff and project.yaml integration for rigorous dependency management. It is ideal for developers who need to debug complex agent behaviors or provide ironclad proof of work for code changes and system audits.
Supported tools
- Standard CLI and shell environments
- Project management via
project.yamlexecution topologies - Any file-system or API-based tool within the agent's scope
- Integrated human-in-the-loop gates for destructive actions
📖 Learn more: Best DevOps & Deployment Skills for Claude Code →
Use Cases
- Generate auditable logs for compliance-sensitive code changes.
- Debug failed agent runs by comparing planned steps vs. actual execution logs.
- Verify AI claims against concrete evidence like diffs and command outputs.
- Standardize agent reporting using project.yaml execution topologies.
- Clean up 'robotic' AI summaries using built-in smell detection.
How to Install
unzip ai-trace-runner.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
Allowed Hosts
File Scopes
Frequently Asked Questions
Learn More About AI Agent Skills
Similar Skills
env-doctor
Diagnoses why your project will not start. Checks runtime versions, dependencies, environment variables, databases, ports, and build artifacts systematically.
git-commit-writer
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.
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.
readme-generator
Generates a complete, polished README.md by scanning your actual project structure, dependencies, and code.