- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
improve
by shadcn
Survey any codebase as a senior advisor and produce prioritized, self-contained implementation plans for OTHER models/agents to execute. Strictly read-only on source code — never implements, fixes, or refactors anything itself. Use when asked to audit a codebase, find improvement opportunities (bugs, security, performance, test coverage, tech debt, migrations, DX), suggest features or where to take the project next (roadmap, product direction), or generate handoff plans for another agent to implement.
bmad-os-release-module
by bmad-code-org
Perform requested version bump, git tag, npm publish, GitHub release. Use when user requests 'perform a release' only.
watch-ci
by langwatch
"Watch CI for the current branch's PR. Blocks until CI completes, then fixes failures or addresses review comments. Loops until green."
massgen-release-documenter
by massgen
Guide for following MassGen's release documentation workflow. This skill should be used when preparing release documentation, updating changelogs, writing case studies, or maintaining project documentation across releases.
Code Cleanup Skill
by pipecat-ai
Pattern checks follow recent Pipecat code
pr-submit
by pipecat-ai
Create and submit a GitHub PR from the current branch
prompt-analysis
by git-ai-project
"Analyze AI prompting patterns and acceptance rates"
git-ai-search
by git-ai-project
"Search and restore AI conversation context from git history"
ask
by git-ai-project
"Use this when you are exploring the codebase. It lets you ask the AI who wrote code questions about how things work and why they chose to build things the way they did. Think of it as asking the engineer who wrote the code for help understanding it."
pnpm
by antfu
Node.js package manager with strict dependency resolution. Use when running pnpm specific commands, configuring workspaces, or managing dependencies with catalogs, patches, or overrides.
changelog
by pipecat-ai
Create changelog files for important commits in a PR
aionui-webui-setup
by iOfficeAI
'AionUi WebUI configuration expert: Helps users configure AionUi WebUI mode for remote access through the settings interface. Supports LAN connection, Tailscale VPN, and server deployment. Use when users need to set up AionUi WebUI, configure remote access, troubleshoot WebUI issues, or deploy AionUi on servers.'
unocss
by antfu
UnoCSS instant atomic CSS engine, superset of Tailwind CSS. Use when configuring UnoCSS, writing utility rules, shortcuts, or working with presets like Wind, Icons, Attributify.
antfu
by antfu
Anthony Fu's opinionated tooling and conventions for JavaScript/TypeScript projects. Use when setting up new projects, configuring ESLint/Prettier alternatives, monorepos, library publishing, or when the user mentions Anthony Fu's preferences.
customaize-agent:test-prompt
by NeoLabHQ
Use when creating or editing any prompt (commands, hooks, skills, subagent instructions) to verify it produces desired behavior - applies RED-GREEN-REFACTOR cycle to prompt engineering using subagents for isolated testing
git:compare-worktrees
by NeoLabHQ
Compare files and directories between git worktrees or worktree and current branch
mcp:setup-context7-mcp
by NeoLabHQ
Guide for setup Context7 MCP server to load documentation for specific technologies.
github-pull-request-description
by longbridge
Write a description to description GitHub Pull Request.
landing-page-generator
by FlorianBruniaux
Generate complete landing pages from repositories. Analyzes README, features, and structure to create static sites following established patterns. Use for new project landings, open-source showcases, documentation portals.
release
by max-sixty
Worktrunk release workflow. Use when user asks to "do a release", "release a new version", "cut a release", or wants to publish a new version to crates.io and GitHub.
automation-audit-ops
by affaan-m
Evidence-first automation inventory and overlap audit workflow for ECC. Use when the user wants to know which jobs, hooks, connectors, MCP servers, or wrappers are live, broken, redundant, or missing before fixing anything.
servicing-pr
by dotnet
'Create EF Core PRs targeting servicing release branches (release/*). Use when working on a PR that targets a release branch, backporting a fix from main, or when the user mentions servicing, patch, or release branch.'
skill-task-management
by nyldn
Task management using native Claude Code TaskCreate/TaskUpdate tools. Use when: AUTOMATICALLY ACTIVATE when user requests task management:. "add to the todo's" or "add this to todos". "resume tasks" or "continue tasks" or "pick up where we left off"
git-commit-message
by vasilyu1983
Auto-generates conventional commit messages from git diffs with tiered format enforcement. Analyzes staged changes to produce meaningful commit messages following Conventional Commits specification.