Skip to content
Browse / Git & Version Control
Category

Git & Version Control

Manage commits, branches, and repository workflows

71 skills

git
FREEIntermediate

autoresearch-agent

Autonomous experiment loop that optimizes any file by a measurable metric. Inspired by Karpathy's autoresearch. The agent edits a target file, runs a fixed evaluation, keeps improvements (git commit),

communityalirezarezvanipython
git
FREEIntermediate

content-humanizer

Makes AI-generated content sound genuinely human — not just cleaned up, but alive. Use when content feels robotic, uses too many AI clichés, lacks personality, or reads like it was written by committe

communityalirezarezvanireact
git
FREEIntermediate

gdpr-dsgvo-expert

GDPR and German DSGVO compliance automation. Scans codebases for privacy risks, generates DPIA documentation, tracks data subject rights requests. Use for GDPR compliance assessments, privacy audits,

communityalirezarezvanipython
git
FREEIntermediate

merge

Merge the winning agent's branch into base, archive losers, and clean up worktrees.

communityalirezarezvanipython
git
FREEIntermediate

product-discovery

Use when validating product opportunities, mapping assumptions, planning discovery sprints, or testing problem-solution fit before committing delivery resources.

communityalirezarezvani
git
FREEIntermediate

release-manager

Use when the user asks to plan releases, manage changelogs, coordinate deployments, create release branches, or automate versioning.

communityalirezarezvanipython
git
FREEIntermediate

resume

Resume a paused experiment. Checkout the experiment branch, read results history, continue iterating.

communityalirezarezvanipython
git
FREEIntermediate

senior-pm

Senior Project Manager for enterprise software, SaaS, and digital transformation projects. Specializes in portfolio management, quantitative risk analysis, resource optimization, stakeholder alignment

communityalirezarezvanipython
git
FREEIntermediate

spawn

Launch N parallel subagents in isolated git worktrees to compete on the session task.

communityalirezarezvanipython
git
FREEIntermediate

address-github-comments

Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.

communityantigravity
git
FREEIntermediate

app-store-changelog

Generate user-facing App Store release notes from git history since the last tag.

communityantigravity
git
FREEIntermediate

autonomous-agent-patterns

Design patterns for building autonomous coding agents, inspired by [Cline](https://github.com/cline/cline) and [OpenAI Codex](https://github.com/openai/codex).

communityantigravitypython
git
FREEIntermediate

bun-development

Fast, modern JavaScript/TypeScript development with the Bun runtime, inspired by [oven-sh/bun](https://github.com/oven-sh/bun).

communityantigravitytypescript
git
FREEIntermediate

cicd-automation-workflow-automate

You are a workflow automation expert specializing in creating efficient CI/CD pipelines, GitHub Actions workflows, and automated development processes. Design and implement automation that reduces man

communityantigravitygithub-actions
git
FREEIntermediate

code-review-ai-ai-review

You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices. Leverage AI tools (GitHub Copilot, Qodo, GPT-5, C

communityantigravitypython
git
FREEIntermediate

codex-review

Professional code review with auto CHANGELOG generation, integrated with Codex AI. Use when you want professional code review before commits, you need automatic CHANGELOG generation, or reviewing larg

communityantigravity
git
FREEIntermediate

commit

ALWAYS use this skill when committing code changes — never commit directly without it. Creates commits following Sentry conventions with proper conventional commit format and issue references. Trigger

communityantigravityanthropic
git
FREEIntermediate

conductor-revert

Git-aware undo by logical work unit (track, phase, or task)

communityantigravity
git
FREEIntermediate

copilot-sdk

Build applications that programmatically interact with GitHub Copilot. The SDK wraps the Copilot CLI via JSON-RPC, providing session management, custom tools, hooks, MCP server integration, and stream

communityantigravitypython
git
FREEIntermediate

create-branch

Create a git branch following Sentry naming conventions. Use when asked to "create a branch", "new branch", "start a branch", "make a branch", "switch to a new branch", or when starting new work on th

communityantigravityreact
git
FREEIntermediate

create-pr

Alias for sentry-skills:pr-writer. Use when users explicitly ask for "create-pr" or reference the legacy skill name. Redirects to the canonical PR writing workflow.

communityantigravity
git
FREEIntermediate

differential-review

Security-focused code review for PRs, commits, and diffs.

communityantigravity
git
FREEIntermediate

emergency-card

生成紧急情况下快速访问的医疗信息摘要卡片。当用户需要旅行、就诊准备、紧急情况或询问"紧急信息"、"医疗卡片"、"急救信息"时使用此技能。提取关键信息(过敏、用药、急症、植入物),支持多格式输出(JSON、文本、二维码),用于急救或快速就医。

communityantigravitypython
git
FREEIntermediate

finishing-a-development-branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

communityantigravityrust
git
FREEIntermediate

gh-review-requests

Fetch unread GitHub notifications for open PRs where review is requested from a specified team or opened by a team member. Use when asked to "find PRs I need to review", "show my review requests", "wh

communityantigravity
git
FREEIntermediate

gha-security-review

Find exploitable vulnerabilities in GitHub Actions workflows. Every finding MUST include a concrete exploitation scenario — if you can't build the attack, don't report it.

communityantigravitygithub-actions
git
FREEIntermediate

git-advanced-workflows

Master advanced Git techniques to maintain clean history, collaborate effectively, and recover from any situation with confidence.

communityantigravity
git
FREEIntermediate

git-hooks-automation

Master Git hooks setup with Husky, lint-staged, pre-commit framework, and commitlint. Automate code quality gates, formatting, linting, and commit message enforcement before code reaches CI.

communityantigravitypython
git
FREEIntermediate

git-pr-workflows-git-workflow

Orchestrate a comprehensive git workflow from code review through PR creation, leveraging specialized agents for quality assurance, testing, and deployment readiness. This workflow implements modern g

communityantigravity
git
FREEIntermediate

git-pr-workflows-onboard

You are an **expert onboarding specialist and knowledge transfer architect** with deep experience in remote-first organizations, technical team integration, and accelerated learning methodologies. You

communityantigravityjava
git
FREEIntermediate

git-pr-workflows-pr-enhance

You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews. Generate comprehensive PR descriptions, automate review processes, and ensu

communityantigravity
git
FREEIntermediate

git-pushing

Stage all changes, create a conventional commit, and push to the remote branch. Use when explicitly asks to push changes (\"push this\", \"commit and push\"), mentions saving work to remote (\"save to

communityantigravity
git
FREEIntermediate

github-actions-templates

Production-ready GitHub Actions workflow patterns for testing, building, and deploying applications.

communityantigravitypython
git
FREEIntermediate

github-automation

Automate GitHub repositories, issues, pull requests, branches, CI/CD, and permissions via Rube MCP (Composio). Manage code workflows, review PRs, search code, and handle deployments programmatically.

communityantigravitypython
git
FREEIntermediate

github-issue-creator

Transform messy input (error logs, voice notes, screenshots) into clean, actionable GitHub issues.

communityantigravityazure
git
FREEIntermediate

github-workflow-automation

Patterns for automating GitHub workflows with AI assistance, inspired by [Gemini CLI](https://github.com/google-gemini/gemini-cli) and modern DevOps practices.

communityantigravitytypescript
git
FREEIntermediate

github

Use the `gh` CLI for issues, pull requests, Actions runs, and GitHub API queries.

communityantigravity
git
FREEIntermediate

gitlab-automation

Automate GitLab project management, issues, merge requests, pipelines, branches, and user operations via Rube MCP (Composio). Always search tools first for current schemas.

communityantigravity
git
FREEIntermediate

growth-engine

Motor de crescimento para produtos digitais -- growth hacking, SEO, ASO, viral loops, email marketing, CRM, referral programs e aquisicao organica.

communityantigravity
git
FREEIntermediate

issues

Interact with GitHub issues - create, list, and view issues.

communityantigravity
git
FREEIntermediate

javascript-mastery

33+ essential JavaScript concepts every developer should know, inspired by [33-js-concepts](https://github.com/leonardomso/33-js-concepts).

communityantigravityjavascript
git
FREEIntermediate

llm-app-patterns

Production-ready patterns for building LLM applications, inspired by [Dify](https://github.com/langgenius/dify) and industry best practices.

communityantigravitypython
git
FREEIntermediate

makepad-widgets

Version: makepad-widgets (dev branch) | Last Updated: 2026-01-19 > > Check for updates: https://crates.io/crates/makepad-widgets

communityantigravityrust
git
FREEIntermediate

performance-testing-review-ai-review

You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices. Leverage AI tools (GitHub Copilot, Qodo, GPT-5, C

communityantigravitypython
git
FREEIntermediate

prompt-library

A comprehensive collection of battle-tested prompts inspired by [awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts) and community best practices.

communityantigravityopenai
git
FREEIntermediate

segment-cdp

Client-side tracking with Analytics.js. Include track, identify, page, and group calls. Anonymous ID persists until identify merges with user.

communityantigravityjavascript
git
FREEIntermediate

skill-seekers

-Automatically convert documentation websites, GitHub repositories, and PDFs into Claude AI skills in minutes.

communityantigravity
git
FREEIntermediate

team-collaboration-issue

You are a GitHub issue resolution expert specializing in systematic bug investigation, feature implementation, and collaborative development workflows. Your expertise spans issue triage, root cause an

communityantigravity
git
FREEIntermediate

team-collaboration-standup-notes

You are an expert team communication specialist focused on async-first standup practices, AI-assisted note generation from commit history, and effective remote team coordination patterns.

communityantigravity
git
FREEIntermediate

using-git-worktrees

Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching.

communityantigravitypython
git
FREEIntermediate

varlock-claude-skill

Secure environment variable management ensuring secrets are never exposed in Claude sessions, terminals, logs, or git commits

communityantigravity
git
FREEIntermediate

vibers-code-review

Human review workflow for AI-generated GitHub projects with spec-based feedback, security review, and follow-up PRs from the Vibers service.

communityantigravitypython
git
FREEIntermediate

wellally-tech

Integrate multiple digital health data sources, connect to [WellAlly.tech](https://www.wellally.tech/) knowledge base, providing data import and knowledge reference for personal health management syst

communityantigravitypython
git
FREEIntermediate

wiki-changelog

Generate structured changelogs from git history. Use when user asks \"what changed recently\", \"generate a changelog\", \"summarize commits\" or user wants to understand recent development activity.

communityantigravity
git
FREEIntermediate

workflow-patterns

Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.

communityantigravity