skills/agents-introspection/SKILL.md
Retrospect on a task against local Codex/Claude Code transcripts; propose durable fixes (AGENTS.md, skills).
npx skillsauth add paulrberg/dot-agents agents-introspectionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Determine whether prior Codex and Claude Code work in the current project establishes a recurrence risk for the user's task, then recommend the smallest durable intervention justified by the evidence.
Success means the report identifies transcript coverage, separates observed behavior from inference, applies a consistent evidence bar, and either proposes a concrete prevention step or explains why no durable change is justified.
<task> (required): the task, decision, incident, or workflow to evaluate. If omitted but the current conversation
states it clearly, use that task; otherwise ask for the missing task.Read references/transcript-sources.md, resolve the current project with pwd -P, and choose 3–6 short, discriminative
keywords from relevant filenames, commands, tools, errors, package names, issue IDs, and skill names.
--max-sessions 8.--include-archived.Stop and report the coverage gap when the bounded fallbacks still lack useful evidence. Absence of evidence is not evidence that a failure never occurred.
For unusually long searches, send sparse progress updates only when a retrieval fallback begins, a finding changes the
likely intervention, or the search reaches its explicit bound. Use an outcome-first line such as
🔎 Broadening transcript search — <verified reason and bound> or
⏳ Checking archived sessions — <verified active/archived coverage>. Ground counts and coverage claims in miner/tool
output; do not narrate routine transcript reads.
For each relevant session, record only concise, auditable observations about:
Connect each observation to the current task and label any causal or recurrence claim as inference. State conflicts and weak coverage rather than averaging them away.
Use these confidence levels:
A durable change requires either the same failure in at least two independent sessions or one unambiguous high-impact failure that exposes a missing stable invariant. Treat lower-impact one-offs as manual guardrails.
Lead with ### 🔎 Introspection complete — <intervention or coverage-gap outcome> for read-only work or
### ✅ Introspection fixes applied — <outcome> when explicitly requested fixes were written, then report only:
🗂 Historical coverage: project paths, sources checked, fallbacks used, and sessions inspected.🔎 Findings: a compact table with confidence, observed evidence, inference, relevance, and intervention. Keep
confidence visibly separate from severity or impact.🛡 Durable recommendations: apply now, consider later, or no change, with the target and prevention mechanism.🧪 Validation and gaps: commands run, checks performed, privacy limitations, and missing evidence.When fixes were explicitly requested, include exact files changed and validation outcomes. Stop after the current task has an evidence-backed recommendation or an explicit coverage gap; do not mine additional history merely to add examples or strengthen prose. Keep transcript references, paths, counters, redactions, and miner JSON exact and undecorated.
development
Refactor naming and repository structure exhaustively while preserving behavior and external contracts.
tools
Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions, analyzing performance, or inspecting network requests. This skill does not apply to `--slim` mode (MCP configuration).
testing
Audit an entire repository with fresh eyes for correctness errors, bugs, omissions, duplication, inconsistencies, and other evidenced mistakes; fix every safe issue and verify the result.
development
Autonomous overnight codebase improvement with bounded runtime, evidence-gated changes, and verification.