From evaluator
Aggregate all quality warnings from the current session. Use before committing to see a summary of all hook-generated warnings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/evaluator:gate-reportThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review the current session for quality warnings generated by hooks and produce a summary.
Review the current session for quality warnings generated by hooks and produce a summary.
down() methods--test)dd() or dump() left in codeconsole.log left in codeTODO or FIXME in changed filesGATE REPORT
===========
Static Analysis: [X warnings]
Migration Safety: [X missing down() methods]
Debug Artifacts: [X dd()/dump()/console.log found]
TODOs Added: [X new TODO/FIXME in diff]
Security: [X potential credential leaks]
Formatting: [X files need formatting]
---
READY TO COMMIT: [Yes / No — fix these first]
Only report actual findings. No generic advice.
npx claudepluginhub artmin96/forge-studio --plugin evaluatorDefines canonical quality check commands for typecheck, test, and lint with four variants (Baseline, Incremental, Full Gate, Per-File). Reference skill consumed by session-start, wave-executor, session-end, and session-reviewer.
Audits code changes, runs quality checks, captures learnings, and generates a session summary when ending a coding session.
Audits git code changes across 13 quality dimensions before or after merge, auto-scoping based on branch/commits/uncommitted state or user input, outputs prioritized tasks by file.