Dimon94
- 5 skills
- 0 followers
- 1 week ago last updated
- ▌ Postmortem · dimon94 bundleRecall or record confirmed reusable failure lessons. Use after a verified recurrence, review escape, failed gate, or explicit user request.
- ▌ Gh Merge Pr · dimon94Review and merge one GitHub pull request with head-bound freshness, then verify landing parity. Use when the user asks to 审查/合并 PR. Review is read-only by default; merging and issue closeout each require separate explicit authority.
- ▌ Git Push Pr · dimon94Push a verified branch and create or update exactly one GitHub pull request. Use when the user asks to 推送远程/建 PR/更新 PR and grants push authority. Read-only without explicit authority; never approves, merges, or closes issues.
- ▌ Git Rebase Main · dimon94Land a finished branch on local main with linear history — commit pending work, commit main's own dirt first, rebase onto main, fast-forward main. Use when the user asks to rebase/merge/合回主分支 into local main after work is committed. Local only, never touches remotes.
- ▌ Do Not Repeat Yourself · dimon94 bundleFind and reuse the nearest correct mechanism before adding another. Use when a change would add reusable code, policy, or workflow meaning.