← ClaudeAtlas

clade-reportlisted

Get session reports, cost breakdowns, and blocker details from Clade
shenxingy/Clade · ★ 8 · AI & Automation · score 81
Install: claude install-skill shenxingy/Clade
# Clade — Report Get detailed session reports, cost breakdowns, blockers, and skipped tasks. ## When to use User asks about: - Session summary / what was accomplished - Cost breakdown per iteration - What tasks were skipped and why - What blockers exist - "What happened overnight" / "今天干了什么" ## API **Endpoint:** `GET {CLADE_BASE_URL}/report` **Optional query:** `?project=/path/to/project` **Headers:** ``` Authorization: Bearer {CLADE_API_KEY} ``` **Response:** ```json { "project": "/home/user/myproject", "report": "## Session: 2025-03-24 14:30 → 22:15 (465min)\n\n### Status: converged\n\n### Completed\n12 commits since session start.\n\n### Skipped (2 tasks)\n## Skipped: flaky integration test\nReason: External API timeout\n\n### Blockers (0)\nNone\n\n### Cost: $8.42\n\n### Iterations: 5\n\n### Feature: auth-middleware", "cost_history": [ {"ITER": "1", "COST": "1.50", "CUMULATIVE": "1.50", "TASKS": "3", "DURATION": "8min"}, {"ITER": "2", "COST": "2.10", "CUMULATIVE": "3.60", "TASKS": "4", "DURATION": "12min"}, {"ITER": "3", "COST": "1.80", "CUMULATIVE": "5.40", "TASKS": "2", "DURATION": "6min"} ], "blockers": "", "skipped": "## [2025-03-24T18:30:00+0000] Skipped: flaky integration test\nReason: External API timeout during test run\nAttempted: Retry 3 times, all timed out" } ``` ## How to format the response ### Full report: ``` 📊 Session Report — {project name} ⏱️ {start time} → {end time} ({duration}) ✅ Status: {status} 📈 Progress: {compl