From devils-advocate
Displays session log of Devil's Advocate critique checks and scores from .devils-advocate/session.md, with summary of total checks, pass rate trends, worst results, and lists detailed logs in .devils-advocate/logs/.
How this skill is triggered — by the user, by Claude, or both
Slash command
/devils-advocate:logThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display the critique history for this session.
Display the critique history for this session.
Read the session log — Use the Read tool to read .devils-advocate/session.md from the project root.
If the file doesn't exist or is empty — Report that no checks have been run yet and suggest:
/devils-advocate:critique — Critique current code or a plan documentIf the file exists — Display its contents and add a brief summary:
List individual log files — Use Glob to check for files in .devils-advocate/logs/*.md. If any exist, list their filenames so the user knows which detailed critiques are available to read.
SESSION LOG
═════���═════════════════════════════════
[contents of .devils-advocate/session.md]
─────────��─────────────────────────────
Summary: N checks | Trend: [improving/declining/stable]
Worst: Check #X (Y/Z PASS) @ <sha> — [brief note]
Detailed Logs: [only if .devils-advocate/logs/ has files]
• [filename1]
• [filename2]
npx claudepluginhub brandonsimpson/devils-advocate --plugin devils-advocateAudits Claude Code session logs for PBR workflow compliance (STATE.md updates, hooks, commits, skills) and UX quality (flows, friction, expectations). Supports date ranges and modes.
Performs comprehensive analysis of Claude Code sessions, examining git history, conversation logs, code changes, and gathering user feedback to generate actionable retrospective reports with insights for continuous improvement.
Generates an in-chat session report from the active or named transcript — every tool call, sub-agent delegation, and file edit, with diagnostics for missed parallelism, redundant work, and over-serialization.