What problem does it solve? Long agent sessions accumulate stale, contradictory, or misleading context that silently degrades model behavior. This Skill interprets a frozen context window captured by the /context-profiler extension and diagnoses session-level context-failure modes — poisoning, distraction, confusion, and clash — with turn-cited evidence and a recommended action per finding. ## Core Features & Use Cases - Second-pass bundle interpretation: Reads a profiler bundle (messages.jsonl, manifest.json, system-prompt.md, episodes.json) and maps episode verdicts to Breunig's four context-failure modes without re-segmenting the transcript. - Bounded transcript sampling: Uses the bundled slice-episode.mjs script to extract role-tagged, turn-numbered excerpts with hard output caps, so the analysis never pulls the full transcript into context. - Actionable verdicts: Each finding carries a mode, turn-cited evidence, qualitative concern, one recommended action (prune, quarantine, handoff, or no-action), and a named research grounding, persisted to analysis.md in the bundle. - Use Case: After running /context-profiler on a long debugging session, point this Skill at the captured bundle to learn whether the session's main risk is clash from superseded early attempts or distraction from inert bulk, and what to do about it. ## Quick Start Analyze the context bundle at the path I provide from my context-profiler session and give me the failure-mode findings with recommended actions.