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
dokhacgiakhoa
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 activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.
505 · bundle
michaelschecht
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 activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.
0 · bundle
antigravity
git-pushing
Stage all changes, create a conventional commit, and push to the remote branch.
42.4k · bundle
stribus
create-github-issue-feature-from-specification
Create GitHub Issue for feature request from specification file using feature_request.yml template.
1
affaan-m
github-ops
Manage GitHub repositories: triage issues, review PRs, debug CI/CD, prepare releases, and monitor security alerts using the gh CLI.
226k
github
copilot-cli-quickstart
Learn GitHub Copilot CLI from scratch with interactive step-by-step tutorials and on-demand Q&A, featuring separate tracks for developers and non-developers.
36.2k
joeseesun
skill-publisher
Publishes agent skills to GitHub with automatic validation of SKILL.md, README quality checks, repository creation or updates, and real installation verification via npx skills.
37 · bundle
sakamoto-family-smile
project-flow-ops
Coordinates GitHub and Linear by triaging issues and pull requests, linking active work, and keeping GitHub public-facing while Linear tracks internal execution.
0
zero-yx
github-pr-message-writer
Drafts GitHub pull request titles, bodies, issue-closing footers, and maintainer ping comments, tailored to repo-specific commitlint or semantic PR conventions.
0
fradser
commit-and-push
Creates clean conventional git commits using standard git and pushes changes to the remote repository. Use when the user asks to "commit and push", "push changes", or complete a commit followed by git push.
580
q2805187159
github-auth
Set up GitHub authentication for the agent using git (universally available) or the gh CLI. Covers HTTPS tokens, SSH keys, credential helpers, and gh auth — with a detection flow to pick the right method automatically.
3 · bundle
thatrebeccarae
release-notes
Generate changelog entries and GitHub releases from git history. Categorizes commits into features, fixes, breaking changes, and docs. Supports conventional commits, PR-based grouping, and semantic versioning. Creates formatted CHANGELOG.md entries and GitHub releases.
105 · bundle
ichichuang
github-auth
Set up GitHub authentication for the agent using git (universally available) or the gh CLI. Covers HTTPS tokens, SSH keys, credential helpers, and gh auth — with a detection flow to pick the right method automatically.
0 · bundle
joshuashepherd
git-land-main
Safely land one or many topic branches onto main via GitHub PR: inventory, commit leftovers, push, open/update PR, wait for green CI, merge or squash (repo norm), sync local main, then delete local/remote branches only after main contains the work.
1 · bundle
0xharryriddle
read-github
Read and search GitHub repository documentation via gitmcp.io MCP service. **WHEN TO USE:** - User provides a GitHub URL - User mentions a specific repo in owner/repo format - User asks "what does this repo do?", "read the docs for X repo", or similar - User wants to search code or docs within a repo
3 · bundle
browser-act
github-project-contributor-finder-api-skill
Extract GitHub repository details and contributor contact information using keywords, star counts, and update dates via the BrowserAct API.
3.7k · bundle
mukul975
implementing-github-advanced-security-for-code-scanning
Configure GitHub Advanced Security with CodeQL to perform automated static analysis and vulnerability detection across repositories at enterprise scale.
24.6k · bundle
sakamoto-family-smile
github-ops
Manages GitHub repositories via the gh CLI: triaging issues, reviewing PRs, debugging CI failures, preparing releases, and monitoring security alerts.
0
luokai0
git-cli
Guides Git CLI operations from the command line, covering status checks, diffs, staging, commits, branching, stashing, and syncing with remotes, with a safety-first approach and reference materials.
10 · bundle
softnanolab
cleanup
Tears down a merged PR's worktree and feature branch, verifying merge status on GitHub before deleting local and remote branches and switching back to the main worktree.
1
levalencia
git-advanced-workflows
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
3
netanel-abergel
pa-maintenance
Unified workspace maintenance skill. Covers: (1) backing up the workspace to GitHub git repo, and (2) updating OpenClaw and skills. Use when: asked to backup, push to git, update openclaw, update skills, or run maintenance.
6 · bundle
schattenspiegel
github-copilot-custom-agents
Create and maintain GitHub Copilot custom agents in Visual Studio Code with defined roles, tool restrictions, model selection, subagent permissions, and handoffs.
0 · bundle
herdiansah
git-advanced-workflows
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
23
arustydev
github-actions-dev
Developing custom GitHub Actions (JavaScript, TypeScript, Docker, Composite). Use this skill when the user asks to 'create a GitHub Action', 'build a custom action', 'publish action to marketplace', 'write action.yml', or 'develop reusable action'.
8 · bundle
agentskillexchange
argocd-mcp-server
Provides links to ArgoCD documentation and videos for running database clusters and GitOps deployments.
28
auto-skiller
stats
Displays comprehensive project statistics including phases, plans, requirements, git metrics, and timeline.
1 · bundle
diegosouzapw
cicd
Guides setting up CI/CD pipelines with GitHub Actions, testing, and deployment strategies.
54 · bundle
smith6jt-cop
github-copilot-pr-review
Review and apply GitHub Copilot suggestions on pull requests. Trigger when reviewing PRs with Copilot suggestions.
3
a5c-ai
git-integration
Capabilities
1.7k · bundle
mukul975
building-devsecops-pipeline-with-gitlab-ci
Design and implement a comprehensive DevSecOps pipeline in GitLab CI/CD integrating SAST, DAST, container scanning, dependency scanning, and secret detection.
24.6k · bundle
alirezarezvani
spawn
Launch N parallel subagents in isolated git worktrees to compete on a session task.
20.4k
comeonoliver
commit
Creates git commits following Sentry conventions, including conventional commit format, issue references, and AI attribution.
61
nimoqup046-collab
commit
Creates git commits following Sentry conventions, including conventional commit format, issue references, and AI attribution.
2
stribus
create-github-pull-request-from-specification
Create GitHub Pull Request for feature request from specification file using pull_request_template.md template.
1
affaan-m
git-workflow
Learn Git workflow patterns including branching strategies, commit conventions, merge vs rebase, conflict resolution, and collaborative development best practices for teams of all sizes.
226k