Git
25 skills with this tag
wshobson
Passed
changelog-automation
This skill provides comprehensive guidance for automating changelog generation from commits, PRs, and releases. It covers Conventional Commits conventions, Keep a Changelog format, semantic versioning, and configuration examples for popular tools like semantic-release, standard-version, git-cliff, and commitizen.
ChangelogConventional CommitsSemantic Versioning+3
62327.0k
wshobson
Passed
git-advanced-workflows
A comprehensive guide to mastering advanced Git techniques including interactive rebasing, cherry-picking commits across branches, using git bisect to find bugs, managing multiple worktrees for parallel development, and recovering from mistakes with reflog. Helps developers maintain clean commit history and collaborate effectively.
GitVersion ControlRebasing+3
48127.0k
wshobson
Passed
Context Driven Development
Conductor is a Context-Driven Development plugin that organizes software projects through structured documentation and workflows. It creates and maintains product vision, tech stack, and workflow artifacts while guiding implementation through specification-first, TDD-based development with git-aware progress tracking and semantic reversion capabilities.
Project ManagementTddWorkflow+3
7427.0k
ComposioHQ
Passed
Changelog Generator
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
ChangelogGitRelease Notes+3
53813.7k
obra
Passed
Using Git Worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
GitWorktreesWorkflow+3
83713.2k
obra
Passed
Requesting Code Review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Code ReviewWorkflowGit+3
69613.2k
obra
Passed
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
GitBranch ManagementPull Request+2
51213.2k
EveryInc
Passed
Git Worktree
This skill provides a unified interface for managing Git worktrees, enabling isolated parallel development. It handles creating worktrees from branches, listing active worktrees, switching between them, and cleaning up completed work, with automatic .env file copying to ensure environment consistency across worktrees.
GitWorktreeVersion Control+3
4106.5k
anthropics
Passed
Code Review
A code review skill that launches multiple AI agents to audit pull requests for bugs and guideline compliance, filtering results by confidence score to reduce false positives.
Code ReviewPull RequestsGithub+3
3592.1k
anthropics
Passed
Commit Commands
Automates common git operations with three commands: /commit for smart commits, /commit-push-pr for complete PR workflows, and /clean_gone for branch cleanup. Integrates with GitHub CLI for PR creation.
GitDevopsWorkflow+3
4662.1k
trailofbits
Passed
Fix Review
A differential analysis skill for verifying that git commits properly address security audit findings. It helps map code changes to specific findings (like TOB-XXX format), detect potential bug introductions, and generate comprehensive fix review reports.
Security AuditCode ReviewGit+3
862.1k
trailofbits
Passed
Differential Review
A comprehensive security-focused code review skill for analyzing pull requests, commits, and diffs. It uses git history for context, calculates blast radius of changes, checks test coverage, performs adversarial vulnerability analysis, and generates detailed markdown security reports with findings and recommendations.
SecurityCode ReviewAudit+3
1192.1k
glittercowboy
Security Concern
Setup Ralph
This skill sets up Geoffrey Huntley's 'Ralph Wiggum' autonomous coding technique - a bash loop that feeds prompts to Claude CLI for automated code generation. It supports planning mode (gap analysis) and building mode (implementation), with Docker isolation as an option for safer execution.
AutomationAutonomous CodingAi Agent+3
1441.2k
alinaqi
Passed
Team Coordination
Team Coordination enables multiple developers using Claude Code to work together on the same codebase without conflicts. It provides structured workflows for claiming tasks, tracking who's working on what, sharing architectural decisions, and creating handoff notes when passing work between team members.
Team CollaborationWorkflowProject Management+3
197453
alinaqi
Passed
Commit Hygiene
A developer workflow skill that helps maintain clean git history through atomic commits, manageable PR sizes, and clear commit messages. Provides thresholds, bash script templates, and Claude integration patterns for suggesting when to commit during development sessions.
GitCommitsPull Requests+3
404453
NeoLabHQ
Passed
Worktrees
A comprehensive reference guide for using git worktrees to work on multiple branches simultaneously without stashing changes. It covers creating, managing, and removing worktrees, plus workflow patterns for PR reviews, hotfixes, and comparing implementations across branches.
GitWorktreesVersion Control+3
65345
NeoLabHQ
Passed
Notes
This skill teaches users how to use git notes to attach metadata to commits without modifying Git history. It covers adding review status, test results, and audit trails to commits, along with sharing notes between team members and preserving notes through rebases.
GitVersion ControlCode Review+3
74345
fcakyon
Passed
Pr Workflow
This skill should be used when user asks to "create a PR", "make a pull request", "open PR for this branch", "submit changes as PR", "push and create PR", or runs /create-pr or /pr-creator commands.
GitGithubPull Request+3
534283
fcakyon
Passed
Commit Workflow
This skill should be used when user asks to "commit these changes", "write commit message", "stage and commit", "create a commit", "commit staged files", or runs /commit-staged or /commit-creator commands.
GitCommitWorkflow+3
85283
rsmdt
Passed
Git Workflow
A git workflow specialist that provides consistent version control operations across the development lifecycle. It handles branch creation with naming conventions, generates conventional commit messages, creates pull requests with spec-based descriptions, and manages branch lifecycle with safety checks for uncommitted changes.
GitVersion ControlPull Requests+3
301168
rsmdt
Passed
Documentation Sync
Maintain documentation freshness and code-doc alignment. Use when detecting stale documentation, suggesting doc updates during implementation, validating doc accuracy, or generating missing documentation. Handles staleness detection, coverage analysis, and doc/code synchronization.
DocumentationCode SyncStaleness Detection+3
379135
NotMyself
Passed
SpecKit Safe Update
SpecKit Safe Update provides safe update capabilities for GitHub SpecKit installations. It intelligently detects user customizations via file hashing, creates automatic backups, and preserves custom commands while applying upstream template updates with rollback protection on failure.
SpeckitUpdaterPowershell+3
52622
fvadicamo
Passed
Github Pr Review
Handles PR review comments and feedback resolution. Use when user wants to resolve PR comments, handle review feedback, fix review comments, address PR review, check review status, respond to reviewer, or verify PR readiness. Fetches comments via GitHub CLI, classifies by severity, applies fixes with user confirmation, commits with proper format, replies to threads.
GithubPull RequestCode Review+3
27610
fvadicamo
Passed
Github Pr Creation
Creates GitHub Pull Requests with automated validation and task tracking. Use when user wants to create PR, open pull request, submit for review, or check if ready for PR. Analyzes commits, validates task completion, generates Conventional Commits title and description, suggests labels. NOTE - for merging existing PRs, use github-pr-merge instead.
GithubPull RequestGit+3
71910
fvadicamo
Passed
Git Commit
Creates git commits following Conventional Commits format with type/scope/subject. Use when user wants to commit changes, create commit, save work, or stage and commit. Handles regular branch commits (development) and merge commits (PR closure). Enforces project-specific conventions from CLAUDE.md.
GitCommitsConventional Commits+2
64810