agenttrace-session-audit
FeaturedAudit local AI coding-agent sessions with agenttrace for cost, tokens, tool failures, latency, anomalies, health, diffs, and CI gates.
AI & Automation 3,438 stars
500 forks Updated 2 days ago MIT
Install
Quality Score: 99/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# agenttrace Session Audit
Use this skill when session logs need an operational read: spend, token burn, cache use, tool failures, retry loops, latency, health, anomalies, and CI gate readiness.
## Workflow
1. Prefer the installed `agenttrace` binary when it is available on `PATH`.
2. If the binary is not available and the current directory is the `luoyuctl/agenttrace` repository, use `cargo run -q -p agenttrace --`.
3. Start with discovery unless the user gave a specific file or directory:
```bash
agenttrace --doctor
agenttrace --overview
```
4. For a fast human report, use Markdown:
```bash
agenttrace --overview -f markdown -o agenttrace-overview.md
```
5. For automation or CI, use JSON or health gates:
```bash
agenttrace --overview -f json -o agenttrace-overview.json
agenttrace --overview --fail-under-health 80 --fail-on-critical --max-tool-fail-rate 15
```
6. For a single recent session:
```bash
agenttrace --latest
agenttrace --latest -f json
```
7. For a specific export or session directory:
```bash
agenttrace path/to/session-or-export.json
agenttrace --overview -d path/to/session-dir
```
## Report Focus
- Lead with the highest-risk sessions and the reason they matter.
- Call out token/cost waste, repeated tool failures, retry loops, long gaps, and low health scores.
- When proposing a CI gate, include the exact `agenttrace` command and threshold.
- If no sessions are detected, run `agenttrace --doctor` and report the detected agent directories and next ste...
Details
- Author
- davepoon
- Repository
- davepoon/buildwithclaude
- Created
- 1 years ago
- Last Updated
- 2 days ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
agenttrace-session-audit
Audit local AI coding-agent sessions with agenttrace for cost, tool failures, latency, anomalies, health, diffs, and CI gates.
12 Updated 6 days ago
sinhoneyy AI & Automation Listed
agenttrace-session-audit
Audit local AI coding-agent sessions with agenttrace for cost, tool failures, latency, anomalies, health, diffs, and CI gates.
2 Updated yesterday
Ghosteken AI & Automation Listed
agent-session-audit
Use when local Agent sessions need an operational audit of cost, tokens, tool failures, retry loops, latency, anomalies, health, diffs, or CI readiness.
2 Updated 3 days ago
sandbaseai