- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
Hygiene Checks
by microsoft
```
continue-pr-auto
by 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
by obra
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work
discrawl
by openclaw
"Discord archive: search, sync freshness, DMs, summaries, TUI, repo/release work."
release-openclaw-mac
by openclaw
"Run or recover OpenClaw macOS release signing, notarization, appcast, and asset promotion."
openclaw-live-updater
by 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
by 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
by openclaw
"Review, triage, repair, or land OpenClaw issues and pull requests with current-source evidence and the native maintainer workflow."
openclaw-ci-limits
by 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
by openclaw
"Triage OpenClaw security advisories, drafts, and GHSA reports with shipped-tag and trust-model proof."
autoreview
by openclaw
"Structured Codex, Claude, Amp, Pi, or Kimi code review when explicitly requested."
release-openclaw-ci
by 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
by openclaw
Regenerate OpenClaw release changelog sections from git history before beta, stable, or extended-stable releases.
release-openclaw-nightly
by openclaw
"OpenClaw Tideclaw alpha/nightly release automation: isolated branches, local fixes, release CI, branch retention, and forward-port to main."
openclaw-repair-sweep
by 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
by openclaw
Use gitcrawl to search duplicate OpenClaw PRs/issues, group related work in prtags, and sync duplicate state to GitHub.
release-openclaw-announcement
by 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
by openclaw
"Clawtributor PRs here, last week or another window: discover conversation refs, recheck GitHub, rank by impact."
release-openclaw-plugin-testing
by 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
by openclaw
"GitHub archive: issue/PR search, sync freshness, duplicate clusters, current GitHub handoff, and Gitcrawl repo work."
release-openclaw-maintainer
by openclaw
"Prepare, publish, recover, or verify OpenClaw beta, stable, and extended-stable releases, including approved backports."
good-prs
by 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
by 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
by 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.