- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
github-pr-workflow
by paperclipai
Prepare a GitHub pull request from a feature branch — branch hygiene, commit shape, title/body, verification notes, screenshots for UI work, and replies to review comments.
check-pr
by paperclipai
Check a GitHub, GitLab, or Perforce PR/MR/CL for review comments, failing checks, and PR-body gaps. Use when asked to inspect, fix, or prepare a change for submission.
doc-maintenance
by paperclipai
Audit README, SPEC, and PRODUCT docs against recent git history for drift and make minimal PR-ready edits. Use when asked to review docs for accuracy, after major feature merges, or on a schedule.
paperclip-dev-workspace-run-verify-fix
by paperclipai
Run, verify, reseed, and repair Paperclip isolated dev workspace services. Use when asked to start or fix a managed project/worktree service and prove health, login readiness, cloned data, runtime visibility, and correct port ownership.
diff-context
by Barnett-Studios
"Use when the user asks to review changes, understand what changed, prepare a PR description, or needs context about recent modifications."
compare-builds
by tuist
Compares two Xcode build runs to identify duration regressions, cache changes, and new issues. Can be invoked with build IDs, dashboard URLs, or branch names (e.g. tuist compare-builds --base main --head feature-branch).
Fix Issue
by ZhuLinsen
回复或关闭 issue
compare-bundles
by tuist
Compares two app bundles to identify size changes, new or removed artifacts, and platform differences. Can be invoked with bundle IDs, dashboard URLs, or branch names.
plugin-release
by oh-my-dsh
Package, publish, and distribute DeepSeek Harness (DSH) plugins — npm pack artifact validation, GitHub/npm/hub release-track selection, tarball overrides installs for the unpublished cohort (0.1.2-alpha.*), and CI/release gates with rollback. Use when publishing a plugin, packing a tarball, wiring a plugin into a profile/hub, or installing an alpha version that is not on npm; show a plan and obtain user confirmation before any publish action.
rapid
by pxdogbo
Rapid session — capture realtime notes from the user while working with a live product (app, website, etc.) without losing context. Bare /rapid (or /rapid start with no slug) opens an instant menu — new session, resume, cleanup, review, handoff, update, help — and does nothing until you pick, so starting never blocks on housekeeping or the network. /rapid <note> skips the menu and captures straight into a new-or-reused session (fresh doc + sibling git worktree on a rapid/<slug> branch). Cleanup of finished sessions only ever runs when you ask for it (the menu's Cleanup option, or tidy/burn) — never automatically at start. Drive-by notes and bare-word triggers (review/recap, push (→ always commits the queue and opens a PR, never a bare git push), carpool, wash/clean, park, unpark, drop, test/testdrive, scrap, tidy, burn, link, reverse/undo, inbox) operate on the session this chat started, not on whatever doc happens to be marked active globally. wax grooms the doc in place (condense + group + de-stale) without emptying the queue. handoff seeds a scoped plan as a standalone session a fresh chat adopts; collab is a chatroom between two live agents; inbox leaves an async note in another session's doc (no loop, no poke — it never triggers the peer; to task or talk to a live agent use collab) for it to pick up later. Use whenever the user types /rapid, /rapid <note>, /rapid review, /rapid done, /rapid off, /rapid update, /rapid handoff, or says they want to "start a rapid session" / "drop a quick note" mid-task.
prepare-mcp-integration
by paperclipai
Prepare MCP/vendor integrations through cited research, a content PR, exact-revision human approval, and one governed Paperclip connector PR per approved connection. Use for new integration research and delivery; not for ad hoc connector coding that bypasses the playbooks.
compare-generations
by tuist
Compares two tuist generate runs to identify cache hit rate changes and root-cause analysis of cache invalidation. Can be invoked with generation IDs, dashboard URLs, or branch names.
deal-with-security-advisory
by paperclipai
Handle confidential GitHub Security Advisory response for Paperclip. Use when coordinating advisory triage, private-fork fixes, CVE/publication steps, and immediate security releases.
Analyze Issue
by ZhuLinsen
开始修复 issue
prcheckloop
by paperclipai
Iterate on a GitHub PR until latest-head checks are green or a precise blocker is named. Use when a PR still has failing or pending checks after review fixes, including after greploop.
release-announcement
by paperclipai
Write a release announcement — changelog, blog post, in-app note, or social post — that leads with user impact, names the audience, and includes upgrade/migration steps without filler.
release-changelog
by paperclipai
Generate the stable Paperclip release changelog at releases/vYYYY.MDD.P.md by reading commits, changesets, and merged PR context since the last stable tag.
create-paperclip-bundled-skill
by paperclipai
Turn an idea, tweet, or task into a skill in the Paperclip skills catalog (packages/skills-catalog). Use when asked to FIND or MAKE a skill and publish it as a bundled/optional catalog skill: research prior art, reference or author it, add examples, regenerate the manifest, open a PR.
analyzing-golang-malware-with-ghidra
by mukul975
Reverse engineer Go-compiled malware using Ghidra with specialized scripts for function recovery, string extraction, and type reconstruction in stripped Go binaries.
weekly-review
by cursor
Produce a weekly synthesis of authored commits with highlights by bugfix, tech debt, and net-new work
what-did-i-get-done
by cursor
Summarize authored commits over a user-specified time period into a concise update
fix-merge-conflicts
by cursor
Resolve merge conflicts non-interactively, validate build and tests, and finalize conflict resolution
new-branch-and-pr
by cursor
Create a fresh branch, complete work, and open a pull request
loop-on-ci
by cursor
Watch CI runs and iterate on failures until all checks pass