From my-skills
Use when claiming work is done, committing, pushing, creating PR, merging, or cleaning up branches. 提交, 完成, push, PR, merge
How this skill is triggered — by the user, by Claude, or both
Slash command
/my-skills:finishThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Verify before claiming done, then handle git operations.
Verify before claiming done, then handle git operations.
Before any completion claim:
Red flags: "Should pass", "Looks fixed", "I already ran it earlier."
Before commit / PR / marking work done, produce an explicit reconciliation table comparing the approved plan to what was actually built:
| Slice / Acceptance criterion | Status | Evidence (file:line, test, demo) | Notes |
|---|---|---|---|
| ... | ✅ / ❌ / ⚠️ | ... | ... |
Rules:
Only after the table is fully ✅ or all non-✅ rows have user sign-off may you proceed to branch operations.
After verification passes:
| Claim | Evidence |
|---|---|
| Tests pass | Fresh test output |
| Build succeeds | Fresh build output |
| Bug fixed | Original repro no longer reproduces |
| Requirements met | Checklist against approved artifact |
| Diff is clean | No unrelated changes |
npx claudepluginhub oyzg/my-skills --plugin my-skillsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.