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 skillscopilot-pr-autopilot
Automates repeated rounds of Copilot code review on GitHub pull requests: triggers review, triages threads, dispatches parallel fix agents, commits, replies, and loops until convergence.
36.2k · bundle
gh
Use the GitHub CLI (gh) to perform core GitHub operations: auth status, repo create/clone/fork, issues, pull requests, releases, and basic repo management. Trigger for requests to use gh, manage GitHub repos, PRs, or issues from the CLI.
12 · bundle
cli-mastery
Interactive training for the GitHub Copilot CLI with guided lessons, quizzes, scenario challenges, and a full reference covering slash commands, shortcuts, modes, agents, skills, MCP, and configuration.
36.2k · bundle
session-wrapup
Closes out a working session by updating docs/progress.md, reporting uncommitted and unpushed git work, and listing decisions and open threads. Read-only on git, never commits or pushes.
0
git-commit-push
当用户明确要求“解决当前 merge / rebase / cherry-pick 冲突、提交代码、创建 commit、把改动分批提交并 push、推送当前分支”时使用。进行中的冲突要先识别 Git 操作和双方原始意图,逐 hunk 做语义合并并运行项目检查,再经用户确认继续操作;普通改动要检查敏感信息与异常差异,拆成可运行、可审查、可回滚的原子提交后确认提交和推送。不得自动发起或中止 merge / rebase / cherry-pick,不得强推或随意改写已发布历史。不要用于普通改动尚未完成或验证失败、只想查看 Git 状态,或要创建 PR 的场景。
0 · bundle
nom
Fetches recent GitHub activity from the Nom feed and presents it as a clear, readable summary.
1 · bundle
github-branch
Safely create, adopt, publish, or clean up an issue-backed non-primary Git branch without force-pushing or absorbing ambiguous work
1 · bundle
create-github-issues-feature-from-implementation-plan
Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.
1
install-skill
GitHub URL로 Codex 스킬을 설치합니다. GitHub 저장소의 스킬 폴더 URL을 입력하면 해당 스킬의 모든 파일을 자동으로 다운로드하여 .codex/skills/ 에 설치합니다.
13 · bundle
project-flow-ops
Operate execution flow across GitHub and Linear by triaging issues and pull requests, linking active work, and keeping GitHub public-facing while Linear remains the internal execution layer.
226k
generate-custom-instructions-from-codebase
Analyzes differences between two project versions to generate precise migration instructions for GitHub Copilot, enabling consistent code transformations during technology migrations, refactoring, or framework upgrades.
36.2k
ci
口令「分仓」触发:将 DEV-workspace 中 app/code/Weline 模块同步到项目兄弟目录“框架-分仓” 下的独立 Composer 分仓;本地缺仓库时自动从 Gitee/GitHub clone,递增 git tag 后推送并刷新 Packagist。 仅在用户明确说出口令「分仓」时加载;不得因闲聊、发布、部署等相近词自动触发。 Keywords: 分仓, fencang, split-repo, composer sync, weline mirror.
1
gh-cli
Enforces authenticated gh CLI workflows over unauthenticated curl/WebFetch patterns for GitHub operations.
6k · bundle
act
Run GitHub Actions workflows locally with act, including installation, configuration, event payloads, secrets, and debugging.
567 · bundle
2018
Provides common Git commands for syncing forks, stashing changes, managing branches, undoing changes, and rolling back commits.
567 · bundle
broadcast
Applies the same change across multiple repositories in parallel using git worktrees, tests, and pull requests.
13
safe-push
Pre-push hygiene check for GitHub repositories. Scans for PII, secrets, and sensitive data before pushing. Audits commit messages, enforces repo-specific blocklists, and rate-limits pushes to avoid GitHub abuse detection. Use before any git push, especially to public repos.
105 · bundle
copilot-instructions-blueprint-generator
Generates a comprehensive copilot-instructions.md file that guides GitHub Copilot to produce code consistent with project standards, architecture patterns, and exact technology versions by analyzing existing codebase patterns.
36.2k
readme-blueprint-generator
Generates a comprehensive README.md by analyzing project documentation files in .github/copilot and copilot-instructions.md.
36.2k
pr-writer
Create pull requests following Sentry's engineering practices, including drafting descriptions, titles, and issue references.
2
ace
Orchestrates multi-agent project builds with persistent state, parallel execution, and atomic git commits.
54 · bundle
oss
Creates GitHub pull requests, issues, and discussions with semantic analysis, template selection, and label application.
54 · bundle
commit
Creates atomic git commits with terse, exact Conventional Commits messages, splitting changes by concern and staging files individually.
2
git-workflow
Git workflow patterns including branching strategies, commit conventions, merge vs rebase, conflict resolution, and collaborative development best practices for teams of all sizes.
0
repo-story-time
Transform any repository's commit history and structure into a comprehensive technical summary and narrative story.
36.2k
agent-transcript
Redacts, previews, and inserts sanitized agent session transcripts into GitHub PR/issue bodies for provenance.
9.1k · bundle
done
Commits changes, rebases on main, and creates a pull request to finish a development task.
54 · bundle
git-commit
Turns working-tree changes into well-formed local commits following Conventional Commits, with atomic boundaries and issue references.
0 · bundle
commit
Formats git commits using Sentry conventions with conventional commit types, issue references, and AI attribution, while enforcing branch safety.
3
yeet
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
6 · bundle
yeet
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
2 · bundle
github
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
0 · bundle
github
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
2 · bundle
yeet
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
0 · bundle
github
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
0
yeet
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
0 · bundle