← all publishers

Dimon94

@dimon94 source repo

5 published skills

  1. Postmortem · dimon94 bundle
    Recall or record confirmed reusable failure lessons. Use after a verified recurrence, review escape, failed gate, or explicit user request.
    1 install
  2. Gh Merge Pr · dimon94
    Review 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.
    1 install
  3. Git Push Pr · dimon94
    Push 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.
    1 install
  4. Git Rebase Main · dimon94
    Land 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.
    1 install
  5. Do Not Repeat Yourself · dimon94 bundle
    Find and reuse the nearest correct mechanism before adding another. Use when a change would add reusable code, policy, or workflow meaning.
    1 install