codex/skills/fresh-eyes-blunder-pass/SKILL.md
Run a targeted fresh-eyes blunder pass over code, specs, plans, adjudications, closure gates, skill edits, or negative-evidence ledgers. Trigger when asked to reread with fresh eyes, find obvious bugs, catch mistakes/oversights/omissions, check for embarrassing misses, or perform a second independent blunder pass before closure. Do not use as a substitute for implementation, adjudication, or verification; use it as the final falsification/check pass for those workflows.
npx skillsauth add tkersey/dotfiles fresh-eyes-blunder-passInstall 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.
Use this as a reusable second-pass falsifier. The pass objective is to reread the current artifact set as if another agent produced it, treating prior confidence as untrusted.
implementation: new code, modified code, neighboring unchanged code, tests, imports, callsites, and invariants.closure: handoff packet, closure gates, verification evidence, negative-evidence gate, readiness claim, and reopen trigger.adjudication: act, address, validate-only, severity, direction, mutation approval, authority clearances, and handoff agenda rows.spec: authoritative brief, Evidence Brief, Gate Result, decision packet, proof bar, rollback, non-goals, requirement-to-test traceability, and execution handoff.plan: convergence claim, owners, dates, rollback, requirements, proof, scope, and execution order.skill-edit: trigger description, companion boundaries, validation requirements, stale paths, duplicate sections, false activation, and missed activation.negative-evidence: active exclusions, stale/reopened candidates, evidence anchors, applicability, overbroad bans, and reopening criteria.Carefully reread the artifact set with fresh eyes, looking for blunders, mistakes, errors, oversights, omissions, misconceptions, bugs, confusion, stale assumptions, scope creep, missing proof, and anything that would be embarrassing if it reached the user unchanged.
Return:
fresh_eyes_pass:
mode: implementation | closure | adjudication | spec | plan | skill-edit | negative-evidence
artifact_state_id: "..."
checked_surfaces: []
material_delta: yes | no
findings: []
fixes_or_required_updates: []
verification_to_rerun: []
fresh_eyes_delta: "none | summary"
If the pass changes the artifact, rerun the narrowest credible verification owned by the parent workflow. If it finds no material issue, report fresh_eyes_delta: none rather than inventing low-value findings.
tools
Convert markdown plans into beads with dependencies using br CLI. Use when creating task graphs, polishing beads before implementation, or bridging planning to agent swarm execution.
development
Orchestrate Codex skill optimization during active sessions through $cas goal control, $shadow single-session evidence, $tune diagnosis/refinement briefs, and the skill-optimizer custom subagent. Trigger for $opt, skill optimization loops, session-driven skill tuning, meta-skill audits, or explicit validated skill edits. Do not use for general code optimization, product optimization, or performance tuning.
development
Explicitly shadow, tail, watch, follow, monitor, supervise, or companion exactly one Codex session id/path through `$seq`, then apply a named target skill as an interpretation/reporting/proposal/action lens until the watched session stops.
testing
Land GitHub PRs end-to-end: update branch/PR, confirm reviews resolved, monitor CI until green, squash-merge, and clean local/remote state. Use for `$land`, finish/land/merge/close a PR, watch checks/runs, squash-merge, delete branch, or sync local state.