From unknowns
Quizzes users on the riskiest parts of a branch diff before merging or opening a PR. Generates a merge-readiness note for the PR description.
How this skill is triggered — by the user, by Claude, or both
Slash command
/unknowns:merge-quizThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before shipping, verify the HUMAN understands what's being merged. The quiz
Before shipping, verify the HUMAN understands what's being merged. The quiz tests the user, not Claude.
refs/remotes/origin/HEAD; then an existing local
main or master. Verify the candidate with git rev-parse --verify before
using it. If no candidate exists, ask for a base ref and stop.git diff <base>...HEAD. If it is empty, also check
git diff <base>..HEAD, tracked worktree changes, and relevant untracked
files reported by git status --short. State exactly which material was
selected. If all are empty, stop because there is nothing to quiz.## Merge readiness
- Quiz: N/M correct
- Review carefully: <file:line — why, for each missed question; or "nothing flagged">
- Deviations from plan: <one line each, from the deviation log; or "none">
npx claudepluginhub hiendinhngoc/unknowns --plugin unknownsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.