From codagent
Audits coding sessions for risky assumptions, notable choices, and major context gaps needing human review. Invoke via 'session report' or similar for execution retrospectives.
npx claudepluginhub codagent-ai/agent-skills --plugin codagentThis skill uses the workspace's default tool permissions.
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.
Reviews completed coding sessions to extract actionable improvements: DX friction, documentation gaps, architecture issues, anti-patterns, bug prevention, and tooling updates.
Reviews risky/notable assumptions and context gaps from implementor session reports, fixes high-confidence issues directly, and asks one clarifying question at a time for ambiguities.
Analyzes Antigravity AI coding sessions for root causes of scope deltas, rework patterns, hotspots, and agent/user issues. Outputs evidence-based reports with prompt and project health improvements.
Share bugs, ideas, or general feedback.
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.