Git & VCS

Git operations, commit helpers, branch management

Showing 649-672 of 4537 skills
ruby-git

release-management

by ruby-git

"Prepares and publishes new releases of the ruby-git gem including version bumps, changelog updates, tagging, and gem publishing. Use when preparing a release or checking release readiness."

Code Review 1.8K 3mo ago
ruby-git

review-arguments-dsl

by ruby-git

"Audits a command class's arguments DSL definition to verify it accurately maps Ruby call arguments to git CLI arguments in the correct order with correct DSL methods and modifiers."

CLI Tools 1.8K 2mo ago
ruby-git

breaking-change-analysis

by ruby-git

"Assesses the impact of API changes before implementation to understand what code would break and plan appropriate migration paths. Use when removing methods, changing interfaces, or planning deprecations."

Code Review 1.8K 3mo ago
ruby-git

review-backward-compatibility

by ruby-git

"Audits Git::Lib methods for backward compatibility after commands are moved to Git::Commands::* classes. Use to verify that migrated commands maintain their existing public API."

Code Review 1.8K 3mo ago
ruby-git

project-context

by ruby-git

'Reference guide for ruby-git architecture, coding standards, design philosophy, key technical details, and compatibility requirements. Use when answering architecture questions, deciding where new code belongs, reviewing coding standards, or understanding the layered command/parser/facade design.'

Git & VCS 1.8K 2mo ago
ruby-git

review-command-yard-documentation

by ruby-git

"Verifies YARD documentation for command classes is complete, accurate, and aligned with the Git::Commands::Base pattern. Use to audit documentation quality for commands."

Code Review 1.8K 2mo ago
ruby-git

dependency-management

by ruby-git

"Updates gem dependencies, handles CVEs, and manages gemspec rules. Use when updating dependencies, checking for outdated gems, or fixing security vulnerabilities."

CI/CD 1.8K 3mo ago
ruby-git

review-command-tests

by ruby-git

"Verifies unit and integration tests for Git::Commands::* classes follow project conventions. Use to audit test quality and coverage for command classes."

Git & VCS 1.8K 2mo ago
ruby-git

refactor-command-to-commandlineresult

by ruby-git

"Migrates a command class that still performs parsing or custom execution logic to return raw Git::CommandLineResult, moving parsing to facade/parser layers. Use during architectural redesign refactoring."

Git & VCS 1.8K 2mo ago
ruby-git

extract-command-from-lib

by ruby-git

"Migrates a direct #command call in Git::Lib to a Git::Commands::* class as part of the architectural redesign. Use when extracting a specific command during the Strangler Fig migration."

Git & VCS 1.8K 2mo ago
ruby-git

reviewing-skills

by ruby-git

'Audits Agent Skills for quality, discoverability, and adherence to best practices. Use when reviewing a skill, checking skill quality, auditing skill descriptions, or validating skill structure before committing.'

Code Review 1.8K 3mo ago
ruby-git

development-workflow

by ruby-git

"Follows a strict Test-Driven Development (TDD) workflow with four phases: triage, prepare, execute, and finalize. Use for bug fixes, feature implementation, refactoring, and maintenance tasks."

Code Review 1.8K 3mo ago
ruby-git

pull-request-review

by ruby-git

"Reviews pull requests against project standards and posts review comments via the gh CLI. Use when reviewing PRs, checking coding standards compliance, or performing approval reviews."

Code Review 1.8K 3mo ago
citypaul

mutation-testing

by citypaul

Mutation testing patterns for verifying test effectiveness. Use when analyzing branch code to find weak or missing tests.

Git & VCS 668 4mo ago
FradSer

start-release

by FradSer

This skill should be used when the user asks to "start a release", "create release branch", "prepare a release", "git flow release start", or wants to begin a new version release.

CLI Tools 555 3mo ago
FradSer

create-issues

by FradSer

Create GitHub issues with TDD principles and proper labels

Code Gen 555 4mo ago
FradSer

start-feature

by FradSer

This skill should be used when the user asks to "start a feature", "create feature branch", "begin new feature", "git flow feature start", or wants to start working on a new feature branch.

CLI Tools 555 3mo ago
FradSer

create-pr

by FradSer

Create comprehensive GitHub pull requests with quality validation

Code Gen 555 4mo ago
yunshu0909

version-planner

by yunshu0909

帮助用户把产品需求拆解成渐进式版本规划。当用户说"拆版本"、"版本规划"、"MVP怎么做"、"分阶段实现"时触发。

Docs Gen 657 4mo ago
athola

bloat-detector

by athola

'Detect codebase bloat through progressive analysis: dead code, duplication,

CLI Tools 300 3mo ago
NeverSight

canton-network-repos

by NeverSight

Canton Network, DAML, and Splice repository knowledge. Use when working with Canton participants, DAML smart contracts, Splice applications, LF version compatibility, or package ID mismatches. Triggers on Canton, DAML, Splice, decentralized-canton-sync, or LF version queries.

CLI Tools 158 4mo ago
aiskillstore

skill-installer

by aiskillstore

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

Comments 343 4mo ago
Automattic

dev

by Automattic

Development workflows for WordPress ActivityPub plugin including wp-env setup, testing commands, linting, and build processes. Use when setting up development environment, running tests, checking code quality, building assets, or working with wp-env.

Code Review 570 3mo ago
Automattic

pr

by Automattic

INVOKE THIS SKILL before creating any PR to ensure compliance with branch naming, changelog requirements, and reviewer assignment.

Code Review 570 3mo ago