Packs

12 packs
@landonschropp
Ls Git
Git workflow skills
6 skills · pack
@concertonotes
Github
Github from ConcertoNotes/codex-plugins.
2 skills · pack
@fradser
Github
GitHub project operations with quality gates
4 skills · pack
@atc-net
Git
Git workflow utilities including commit message generators and PR descriptions
2 skills · pack
@fradser
Git
Conventional Git automation, advanced repository management, and GitFlow workflow automation for feature, hotfix, and release branches with post-finish cleanup
8 skills · pack
@fradser
Git Agent
AI-first Git CLI automation — atomic AI commits, co-change relations, autonomous git health agent, pre-tool hook safety, and workspace initialization
2 skills · pack
curated
Ship Versioned GitHub Release
Plan, implement, commit, and create a GitHub release with proper versioning.
7 skills · pack
@testdouble
Han Github
GitHub-specific extensions to Han. Provides skills to post code reviews as PR comments, update a PR description with a consistent format, and other GitHub-facing workflows.
3 skills · pack
curated
Implement Plan with Git Workflow
Execute a predefined implementation plan step by step using isolated git worktrees and structured version control.
6 skills · pack
@github
Awesome Copilot
Awesome Copilot from github/awesome-copilot.
383 skills · pack
curated
Write Release Notes
Transform git commits into polished, user-facing release notes organized by category.
8 skills · pack
curated
Publish Open Source Project
Sanitizes secrets, prepares repository, and publishes to GitHub with CI/CD and documentation.
3 skills · pack

Results for “git”

1,418 skills
sdiamante13
review
Performs structured code reviews of git branches, tracking findings in a living document and optionally running deep architectural analysis with subagents.
7 · bundle
jorcan
autonomy
Enforces a machine-readable behavioral contract for multi-agent development, mandating specification-first workflows, git checkpoints, context lineage, and quality gates.
0 · bundle
jorcan
commands
Configures the connect-apps plugin so Claude can perform actions in external apps like Gmail, Slack, and GitHub using Composio for authentication and app connections.
0 · bundle
samuelpatro
changelog
Generates a single unified changelog from git history, written in plain language for the whole company, defaulting to Slovak and comparing the release branch against develop for unreleased changes.
2
landonschropp
stacked-pull-requests
Use when working with a stack of GitHub pull requests — creating branches, keeping the stack in sync, or merging in order. Covers Git Town setup, PR targeting, rebasing, and landing the stack.
1 · bundle
rollrollroll
setup-worktree
当要在开始一段开发、或并行多个任务前,建立隔离的 git 工作区(worktree)以免污染当前工作区时使用——如"开个 worktree、隔离工作区、并行任务各自隔离"。通常由 execute-task 在执行前调用。先锁定 expected base,再选择能保证该基线的创建方式,并在创建后验证 HEAD。不要用于:不需要隔离的小改动、收尾/合并/清理(那是 finish-branch)、非 git 仓库。
0 · bundle
rootcastleco
git-pushing
Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activate...
6 · bundle
thedixitjain
debug
Debug issues by investigating logs, database state, and git history
2
mit-network
issues
Interact with GitHub issues - create, list, and view issues.
2
ranbot-ai
issues
Interact with GitHub issues - create, list, and view issues.
6
ferroxlabs
ijfw-commit
Terse conventional commits. Trigger: commit, git commit, /ijfw-commit
37
nous-hermeshub
issues
Interact with GitHub issues - create, list, and view issues.
1
alirezarezvani
ci-cd-pipeline-builder
Generate pragmatic CI/CD pipelines from detected project stack signals, with fast baseline generation, repeatable checks, and environment-aware deployment stages.
20.4k · bundle
getsentry
sred-work-summary
Collects GitHub PRs, Notion docs, and Linear tickets from the past year, groups them into projects, and creates a private Notion document summarizing the work.
845
github
mcp-cli
Interact with MCP servers from the command line to discover, inspect, and call tools for external systems like GitHub, filesystems, databases, and APIs.
36.2k
github
go-mcp-server-generator
Generate a complete Go MCP server project with proper structure, dependencies, and implementation using the official github.com/modelcontextprotocol/go-sdk.
36.2k
dimillian
review-and-simplify-changes
Review git diffs or file scopes for code reuse, quality, efficiency, and clarity issues, then optionally apply safe, behavior-preserving fixes.
3.8k
sstklen
infinite-gratitude
Coordinates multiple research agents to gather information on a topic across GitHub, HuggingFace, papers, competitors, and best practices, then compiles findings into a structured report.
31 · bundle
tinh2
changelog
Generates or updates CHANGELOG.md from git history, parsing conventional commits, grouping by version tags, and formatting into keep-a-changelog sections with comparison links.
13
tinh2
pre-merge
Gates a git branch before merge by running code review, security, test, and accessibility passes on the diff, then emits a single verdict.
13
dvcrn
glab
Manage GitLab issues, merge requests, CI/CD pipelines, and repositories from the terminal using the glab CLI, including support for self-hosted instances and automation scripts.
32 · bundle
kbarbel640-del
gh
Performs GitHub operations from the terminal using the gh CLI, including auth status, repo create/clone/fork, issues, pull requests, releases, and basic repo management.
1 · bundle
auto-skiller
ship
Creates a pull request from completed phase work, generates a rich PR body from planning artifacts, optionally runs code review, and prepares for merge.
1 · bundle
nagarenegishi
pr-publish
Creates or edits a GitHub pull request in draft state from a reviewed draft file, with strict safeguards against merging, pushing, or modifying tracked files.
0
ranbot-ai
gh-image
Uploads local images to GitHub via the gh-image CLI extension and embeds the resulting user-attachments URLs into pull requests, issues, or comments.
6
q2805187159
pr-review-ci-fix
Automated PR review and CI auto-fix for GitHub and GitLab using the Composio CLI. Pulls diffs, fetches failing job logs, posts review comments, and loops fix commits until checks go green.
3
eryajf
git-commit
Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping
0
github
python-pypi-package-builder
Build, test, lint, version, and publish production-grade Python libraries to PyPI with support for multiple build backends, versioning strategies, and CI/CD.
36.2k · bundle
mukul975
scanning-docker-images-with-trivy
Scan Docker images for vulnerabilities, misconfigurations, secrets, and license violations using Trivy, with CI/CD integration and policy enforcement.
24.6k · bundle
mukul975
implementing-devsecops-security-scanning
Integrates SAST, DAST, and SCA security scanning into CI/CD pipelines using open-source tools like Semgrep, Trivy, OWASP ZAP, and Gitleaks.
24.6k · bundle
tinh2
ci-fixer
Scans GitHub repositories for failing or stuck Actions workflows, diagnoses root causes, and applies fixes such as canceling stuck runs, re-running failed jobs, and cleaning runner caches.
13
leandrobenjaminl
chained-pr
Splits oversized pull requests into sequential, reviewable chunks under 300 lines using stacked PRs or feature branch chains, with dependency tracking and review budget management.
0
mhassan0000
skill-scout
Searches local, marketplace, GitHub, and web sources for existing skills before creating a new one, then ranks and vets candidates to avoid duplication.
1
manu14357
github-triage
Triage GitHub issues through a label-based state machine. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.
16 · bundle
loopyluci
qa
Use when reporting bugs, doing QA, or filing GitHub issues conversationally
1
racecraft-lab
speckit-git-validate
Validate current branch follows feature branch naming conventions
11