Help us improve
Share bugs, ideas, or general feedback.
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).
npx claudepluginhub mistakeknot/interagency-marketplace --plugin intercheckHow 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.
Recaps 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.
Checks Claude Code Usage Dashboard status to verify if usage tracking is enabled for the session. Runs session-uploader.py --status and displays pass/fail results.
Share bugs, ideas, or general feedback.
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.