From intercheck
Show code quality metrics for this session — syntax errors, auto-format runs. Not for context pressure (use /interpulse:pressure) or agent activity (use /intermux:agents).
How this skill is triggered — by the user, by Claude, or both
Slash command
/intercheck:qualityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the current session's code quality metrics from intercheck's hooks.
Show the current session's code quality metrics from intercheck's hooks.
Read the session state file at /tmp/intercheck-${SESSION_ID}.json where SESSION_ID is the current session's ID.
If the file doesn't exist, report "No intercheck data for this session (hooks may not be active)."
If the file exists, parse the JSON and display:
Code Quality
──────────────────────────────
Syntax errors: {syntax_errors}
Auto-formats: {format_runs}
──────────────────────────────
For session pressure and token monitoring, use /interpulse:pressure.
npx claudepluginhub mistakeknot/interagency-marketplace --plugin intercheckRecaps Claude Code sessions using claude-view tools to list recent ones, fetch details, and summarize duration, model, turns, commits, metrics. Activates on recap/summary/review requests.
Analyzes current or recent agent sessions (GitHub Copilot CLI or Claude Code) and generates a diagnostic report. Useful for session feedback, debugging agent behavior, or reviewing build sessions.
Audits code changes, runs quality checks, captures learnings, and generates a session summary when ending a coding session.