From codagent
Audits your session for assumptions and context gaps, surfacing observations for human review. Use for session retrospectives and execution quality checks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codagent:session-reportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Audit your own session against the task file(s) you were given. Surface assumptions you made and context gaps that caused struggles. These are observations for the human — not things you can fix after the fact.
Audit your own session against the task file(s) you were given. Surface assumptions you made and context gaps that caused struggles. These are observations for the human — not things you can fix after the fact.
Work through each dimension in order. For every finding, cite specific evidence.
Identify every place you made a decision that was not dictated by the task file or spec. For each assumption:
benign — reasonable default, no real consequence (do not report)notable — meaningful choice that could have gone differentlyrisky — could cause problems, warrants reviewReport only risky and notable assumptions. Drop benign entirely — they dilute the signal. Sort risky first, then notable.
A context gap is a major, avoidable hole in the task file or project context that sent you down a fundamentally wrong path, caused you to build the wrong thing, or wasted significant effort that better upfront information would have prevented entirely.
The bar is high. Most sessions have zero context gaps. Fixing a linter warning is not a context gap. Searching for a convention is not a context gap. Iterating on validator feedback is not a context gap — it is the normal development loop.
Examples of real context gaps:
Things that are NOT context gaps (do not report these):
For each genuine context gap:
## Assumption Audit
### Risky
1. **[What the spec didn't say]**
- **Choice:** [What you decided and why]
- **Risk:** [Specific scenario that breaks — name the code path, workflow shape, and symptom]
- **Recommendation:** [What the reviewer should do]
### Notable
1. **[What the spec didn't say]**
- **Choice:** [What you decided and why]
- **Risk:** [Specific scenario that breaks — name the code path, workflow shape, and symptom]
- **Recommendation:** [What the reviewer should do]
## Context Gaps
- [What happened] — Missing context: [what was needed]
Omit any section (Risky, Notable) that has zero items. Do not include a Benign section.
npx claudepluginhub codagent-ai/agent-skills --plugin codagentReviews risky/notable assumptions and context gaps from implementor session reports, fixes confident issues, and asks clarifying questions for ambiguous findings.
Reviews completed coding sessions to extract actionable improvements: DX friction, documentation gaps, architecture issues, anti-patterns, bug prevention, and tooling updates.
Root cause analyzer for AI coding sessions. Detects scope drift, rework patterns, and root causes to improve future prompts and repo health.