- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
release-note-generation
by microsoft
Toolkit for generating PowerToys release notes from GitHub milestone PRs or commit ranges. Use when asked to create release notes, summarize milestone PRs, generate changelog, prepare release documentation, request Copilot reviews for PRs, update README for a new release, manage PR milestones, or collect PRs between commits/tags. Supports PR collection by milestone or commit range, milestone assignment, grouping by label, summarization with external contributor attribution, and README version bumping.
x-kev
by x-cmd
CISA Known Exploited Vulnerabilities (KEV) catalog. List actively exploited vulnerabilities prioritized by CISA. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.
x-smart
by x-cmd
SMART disk health monitoring tool. Check disk health, temperature, and attributes using smartctl. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.
bankr
by BankrBot
AI-powered crypto trading agent, wallet API, and LLM gateway via natural language. Use when the user wants to trade crypto, check portfolio balances (with PnL and NFTs), view token prices, search tokens, transfer crypto, manage NFTs, use leverage (Hyperliquid or Avantis), bet on Polymarket, deploy tokens, set up automated trading, sign and submit raw transactions, call x402 paid API endpoints, or access LLM models through the Bankr LLM gateway funded by your Bankr wallet. Supports Base, Ethereum, Polygon, Solana, and Unichain.
base
by BankrBot
Placeholder for Base skill.
azure-storage
by microsoft
Azure Storage Services including Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake. Provides object storage, SMB file shares, async messaging, NoSQL key-value, and big data analytics capabilities. Includes access tiers (hot, cool, archive) and lifecycle management.
gitmoot
by jerryfane
Use Gitmoot for local-first AI agent coordination across repositories, goals, reviews, PR comments, daemon jobs, stuck jobs, branch locks, agent templates, template capture and publish/pull, custom prompt agents, orchestration, heartbeats, event webhooks, the web dashboard, and Codex, Claude Code, or Kimi Code runtime workflows.
github
by Dimillian
"Interact with GitHub using the gh CLI. Use gh issue, gh pr, gh run, and gh api for issues, PRs, CI runs, and advanced queries. Use when the user asks about GitHub issues, pull requests, workflows, or wants to interact with GitHub repositories from the command line — including tasks like check CI status, create PR, list issues, or query the GitHub API."
app-store-changelog
by Dimillian
Create user-facing App Store release notes by collecting and summarizing all user-impacting changes since the last git tag (or a specified ref). Use when asked to generate a comprehensive release changelog, App Store "What's New" text, or release notes based on git history or tags.
more-paper-workflow-pro-skill
by bingyunjiang
Use when the user asks for the more-paper academic workflow: research topic clarification, outline and keyword generation, structured literature search plans, multi-source literature search and scoring, paper PDF download routing (Sci-Hub/IEEE/ScienceDirect), Zotero library organization, review matrices, paper writing, citation audit, or polishing. Especially useful for Chinese or English thesis, dissertation, literature review, PRISMA-style search logs, and GB/T 7714 references. 学术论文全流程:确定研究主题,生成大纲,文献检索,下载,Zotero,综述矩阵,论文写作,润色。
auto-routines
by paipeline
Install and evolve a finite-state set of repo-specific automations (scheduled tasks, hooks, git hooks, loops). After a one-time interview, a daily meta-routine adapts the set from signals (commits, PRs, CI, routine logs); routines themselves can request mid-run evolution. Invoke on /auto-routines [init evolve status stop start revert] or when the user asks to set up project automations.
SKILL.md — 이동됨 (정본: docs/technical/SKILL.md)
by pyorocop-lang
(단일 정본 유지를 위해 루트 사본을 포인터로 대체)
code-review-expert
by mj9733246-cloud
"Expert code review of current git changes with a senior engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements."
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.
translate-docs
by MoonshotAI
Translate and sync bilingual documentation.
pull-request
by MoonshotAI
Create and submit a GitHub Pull Request.
gen-changelog
by MoonshotAI
Generate changelog entries for code changes.
worktree-status
by MoonshotAI
Audit all git worktrees in the current project. Use when the user asks about worktree status, which branches are merged, which have uncommitted changes, or which worktrees can be safely cleaned up.
gen-rust
by MoonshotAI
Sync Rust implementation with Python changes (exclude UI/login) by reviewing recent changes, mapping modules, porting logic, and updating tests.
gen-docs
by MoonshotAI
Update Kimi Code CLI user documentation.
release
by MoonshotAI
Execute the release workflow for Kimi Code CLI packages.
setup-web-tests
by PostHog
Set up Python test environment in Claude Code for web where flox is unavailable. Use when you need to run backend tests and uv sync fails due to Python version mismatch.
survey-sdk-audit
by PostHog
Audit PostHog survey SDK features and version requirements
django-migrations
by PostHog
Django migration patterns and safety workflow for PostHog. Use when creating, adjusting, or reviewing Django/Postgres migrations, including non-blocking index/constraint changes, multi-phase schema changes, data backfills, migration conflict rebasing, and product model moves that require SeparateDatabaseAndState.