🛠️

Git & Version Control

6462 skills in Tools > Git & Version Control

gh-search-commits

Use when searching commit history across GitHub repositories - provides syntax for filtering by author, committer, dates, hashes, and merge commits with proper exclusion handling

majiayu000/claude-skill-registry
0
0
업데이트 1w ago

deploy-to-production

Deploy current develop branch to production. Use when user says /deploy, "deploy to production", "push to heroku", "release to production", "deploy changes", "ship it", or "release changes". Commits changes, pushes develop, merges to main, creates version tag, pushes to GitHub and Heroku, then returns to develop branch.

ErikM1974/pricing-indexfile-2025
0
0
업데이트 1w ago

activity-grid

Marketplace

Configure activity grid heatmaps in drizzle-cube dashboards for GitHub-style contribution visualizations. Use when creating activity grids, heatmaps, contribution calendars, or daily activity patterns.

cliftonc/drizzle-cube-skills
0
0
업데이트 1w ago

reviewing-llama-stack-code

Marketplace

Use when reviewing code or PRs in the llama-stack repository (llamastack/llama-stack on GitHub). Provides specialized knowledge about Llama Stack's architecture, testing patterns (recordings folders), backward compatibility requirements, distributed system considerations, and code review focus areas specific to this project.

bbrowning/bbrowning-claude-marketplace
0
1
업데이트 1w ago

commit-standards

Marketplace

Standards for writing clear, concise git commit messages. Use when creating commits, reviewing commit history, or establishing git workflow conventions.

IvanTorresEdge/molcajete.ai
0
0
업데이트 1w ago

read-unresolved-pr-comments

Marketplace

GitHub PR에서 아직 대응되지 않은 코멘트를 조회한다. GraphQL API를 사용해 (1) 코드의 특정 라인에 연결된 미해결 Review thread(Resolve 가능)와 (2) 코드 블록을 포함한 Issue comment(대화 탭, Resolve 불가)를 모두 가져와 JSON 형식으로 출력한다. PR 정보(번호, 제목, URL, 상태, 작성자, 리뷰어)도 함께 포함된다.

gaebalai/claude-code-marketplace
0
0
업데이트 1w ago

openai-agents-sdk-mcp-backend

Patterns for building AI-powered chatbot backends using OpenAI Agents SDK with MCP (Model Context Protocol) server integration in FastAPI applications. Supports both standalone MCP servers and function tools.

majiayu000/claude-skill-registry
0
0
업데이트 1w ago

quick-pr-review

Universal pre-PR checklist that works in ANY project, with or without MCP tools

j0KZ/mcp-agents
0
0
업데이트 1w ago

pre-deployment-security-check

Verifica que no haya credenciales, secrets o archivos sensibles antes de pushear a GitHub. Busca API keys hardcodeadas, .env con valores reales, y valida .gitignore.

alannreyes/bip2
0
0
업데이트 1w ago

code-flow-analysis

Marketplace

Trace code execution path before implementing fixes. Forces understanding of fn(args, deps) flows, Result types, and workflow composition. Prevents guessing by requiring file:line references and execution diagrams.

jagreehal/jagreehal-claude-skills
0
0
업데이트 1w ago

senior-security

Comprehensive security engineering skill for application security, penetration testing, security architecture, and compliance auditing. Includes security assessment tools, threat modeling, crypto implementation, and security automation. Use when designing security architecture, conducting penetration tests, implementing cryptography, or performing security audits.

nimeshgurung/artifact-hub-collections
0
0
업데이트 1w ago

git-workflow

GitHub Flow workflow for Spike MVP - automates branch creation, PR management, and merging with squash cleanup. Use when working with git/GitHub operations including creating branches, making commits, opening PRs, merging changes, handling Dependabot updates, or any git-related workflow tasks. Auto-triggers on branch management, commit messages, pull requests, issue linking, or GitHub CLI operations.

ortaizi/spike1
0
0
업데이트 1w ago

devops

Executes git commands (fetch, rebase, commit, merge, push) following worktree workflow, then monitors ALL resulting deployments with temporal boundaries and cascade detection. After git push, monitors all workflows from the last 5 minutes including cascading workflows (e.g., Test → Deploy chains). Automatically tracks multiple parallel workflows and waits for triggered workflows. Use /devops-check for comprehensive monitoring with automatic fixing. All deployments are triggered by git push, not manual AWS CLI commands.

NachoColl/vaemptiness-website
0
0
업데이트 1w ago

git-commit-from-diff

Create git commits by inspecting the current diff and staged changes, then crafting a concise commit message from the diff. Use when the user asks to commit changes, asks for a commit message based on the diff, or wants a commit workflow that stages files and commits in a single pass.

BenderFendor/Thesis
0
0
업데이트 1w ago

managing-stacked-pull-requests

This skill teaches how to manage stacked PRs (pr1 → pr2 → pr3) after the base PR merges. Covers rebasing dependent PRs onto the updated base branch using cherry-pick workflow. Use this when you have a chain of dependent PRs and need to update them after merging earlier PRs in the stack.

johnnymo87/dotfiles
0
0
업데이트 1w ago

git-branch-cleanup

ローカルGitブランチを分析し、安全にクリーンアップします。マージ状態、古さ、リモート追跡状況によってブランチを分類し、削除すべきブランチを特定します。ユーザーが「ブランチを整理」「古いブランチを削除」と依頼した時にアクティベートします。

majiayu000/claude-skill-registry
0
0
업데이트 1w ago

plugin-dev

Marketplace

This skill should be used when creating extensions for Claude Code or OpenCode, including plugins, commands, agents, skills, and custom tools. Covers both platforms with format specifications, best practices, and the ferg-engineering build system.

v1truv1us/ferg-engineering-system
0
0
업데이트 1w ago

batch-report-generator

Generate GenuVerity fact-check reports from structured input (Gemini research output). Use /batch-report to process research into HTML reports. Optimized for token efficiency - expects pre-researched sources.

chrisklop/genuverity7
0
0
업데이트 1w ago

ansible-vault-conventions

Ansible Vault file naming, encryption, and template conventions for managing secrets. Covers vault_ prefix patterns, entire-file encryption patterns, template file requirements, .gitignore rules, and setup workflows for consistent secret management across environments.

enuno/home-lab
0
0
업데이트 1w ago

prd-generator

PRD 기반 프로젝트 부트스트래핑 & 스킬 관리 시스템.[Mode 1 - 새 프로젝트] "PRD 만들어줘", "새 프로젝트", "프로젝트 시작"[Mode 2 - 스킬 추가] "스킬 추가해줘", "frontend 스킬 만들어줘", "backend 스킬 적용"[Mode 2 - 디자인 참조] "이 사이트처럼 만들어줘", "이 디자인 참고해줘" + URL[Mode 2 - 동적 스킬] "AI 스킬 추가해줘", "이 패턴 스킬로 만들어줘" (템플릿 없어도 생성)[Mode 3 - 동기화] "PRD 변경사항 반영해줘", "스킬 동기화"[Mode 4 - 코드 역분석] "PRD 만들어줘" + 기존 코드 존재, "코드 분석해서 PRD 만들어줘"[Mode 5 - 문서 검증] "프로젝트 분석해줘" + PRD/CLAUDE.md 존재, "문서 검증해줘"

naegeon/claude-skill-cli
0
0
업데이트 1w ago