From work-skill
Pre-merge review. Reviews the diff, auto-fixes safe issues, flags destructive commands, runs verification. Evidence before assertions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/work-skill:checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review the diff, run verification, flag risks. No claim of "done" without evidence.
Review the diff, run verification, flag risks. No claim of "done" without evidence.
Review the diff. git diff — read every change. Look for:
Run verification.
Auto-fix safe issues. Formatting, import ordering, obvious leftovers.
Flag destructive patterns. Before running force-push, hard reset, or git clean, confirm with the user.
Produce evidence.
Tests: 42 passed, 0 failed
Lint: clean
Typecheck: clean
Diff: 3 files, +127 -14
When verification passes:
git add -A or git add .."Give Claude a way to verify its work — this is the single highest-leverage thing you can do." / "Common failure: trust-then-verify gap."
npx claudepluginhub youtiaoguagua/cc-marketplace --plugin work-skillGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.