Git 与版本控制
Git 操作、提交助手与分支管理
Hygiene Checks
microsoft
```
continue-pr-auto
ClickHouse
Unattended variant of continue-pr for automation (driven by utils/continue-all-prs.sh). Resolves conflicts - reworking stale features to reconcile with current master when a mechanical merge is not enough - fixes CI, addresses feedback, and pushes without ever asking the user. For interactive use, prefer continue-pr.
finishing-a-development-branch
obra
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work
discrawl
openclaw
"Discord archive: search, sync freshness, DMs, summaries, TUI, repo/release work."
release-openclaw-mac
openclaw
"Run or recover OpenClaw macOS release signing, notarization, appcast, and asset promotion."
openclaw-live-updater
openclaw
"Maintain the canonical live OpenClaw main checkout, managed Gateway, local macOS app, exact-head main CI, and recurring full release validation. Use for fast-forward update heartbeats, post-update runtime verification, attributable CI repair and repo-native landing, or non-publishing Full Release Validation of current main."
clawsweeper
openclaw
"Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills."
openclaw-pr-maintainer
openclaw
"Review, triage, repair, or land OpenClaw issues and pull requests with current-source evidence and the native maintainer workflow."
openclaw-ci-limits
openclaw
Manage OpenClaw GitHub Actions and Blacksmith CI capacity, runner-registration budgets, fanout caps, main-push single-flight, shard sizing, hosted-runner offload, queue health, and safe ramp-down/ramp-up changes. Use when tuning .github/workflows/*, docs/ci.md, CI runner labels, matrix max-parallel, ClawSweeper/Blacksmith burst protection, CodeQL runner placement, or investigating slow/queued OpenClaw CI.
security-triage
openclaw
"Triage OpenClaw security advisories, drafts, and GHSA reports with shipped-tag and trust-model proof."
autoreview
openclaw
"Structured Codex, Claude, Amp, Pi, or Kimi code review when explicitly requested."
release-openclaw-ci
openclaw
"Run, watch, debug, and summarize OpenClaw full release CI, release checks, live provider gates, install/update proofs, and release-secret preflights."
openclaw-changelog-update
openclaw
Regenerate OpenClaw release changelog sections from git history before beta, stable, or extended-stable releases.
release-openclaw-nightly
openclaw
"OpenClaw Tideclaw alpha/nightly release automation: isolated branches, local fixes, release CI, branch retention, and forward-port to main."
openclaw-repair-sweep
openclaw
"Run scoped OpenClaw issue/PR repair campaigns: coordinate workers, prove root causes, and land or close verified work under the requested authority."
tag-duplicate-prs-issues
openclaw
Use gitcrawl to search duplicate OpenClaw PRs/issues, group related work in prtags, and sync duplicate state to GitHub.
release-openclaw-announcement
openclaw
"Draft or post OpenClaw beta, stable, or extended-stable Discord release announcements from changelog, tag, registry, and validation evidence. Use when announcing a release, release candidate, or asking what users should test after an OpenClaw release."
clawdtributor
openclaw
"Clawtributor PRs here, last week or another window: discover conversation refs, recheck GitHub, rank by impact."
release-openclaw-plugin-testing
openclaw
Plan and run pre-release OpenClaw plugin validation across bundled plugins, package artifacts, lifecycle commands, doctor/fix, config round-trip, gateway startup, SDK compatibility, Docker E2E, Package Acceptance, and Testbox proof.
gitcrawl
openclaw
"GitHub archive: issue/PR search, sync freshness, duplicate clusters, current GitHub handoff, and Gitcrawl repo work."
release-openclaw-maintainer
openclaw
"Prepare, publish, recover, or verify OpenClaw beta, stable, and extended-stable releases, including approved backports."
good-prs
ClickHouse
Show a report of open ClickHouse PRs whose only non-green CI check is "CH Inc sync" (or that are fully green) — i.e. effectively ready to merge. Groups by your authored PRs, PRs assigned to you (authored by others), and PRs by tracked authors (default groeneai). Shows the CH Inc sync state and whether each PR was ever approved; excludes already-merged PRs. Use when asked for "good PRs", merge-ready PRs, or PRs blocked only on the sync job.
fix-sync
ClickHouse
Fix the "CH Inc sync" job in a pull request. Diagnoses the failure as one of three types — conflicts found, build failed, or tests failed — and handles each accordingly.
continue-pr
ClickHouse
Continue work on an existing PR - resolve conflicts, fix CI failures, address reviewer feedback, and push updates. Use when the user wants to pick up and advance a pull request.