Git & VCS

Git operations, commit helpers, branch management

Showing 97-120 of 4535 skills
lee-to

aif-ci

by lee-to

Generate CI/CD pipeline (GitHub Actions / GitLab CI) with linting, static analysis, tests, security. Use when user says "ci", "setup ci", "github actions", "gitlab ci", "pipeline".

CI/CD 912 3mo ago
Galaxy-Dawn

git-workflow

by Galaxy-Dawn

This skill should be used when the user asks to "create git commit", "manage branches", "follow git workflow", "use Conventional Commits", "handle merge conflicts", or asks about git branching strategies, version control best practices, pull request workflows. Provides comprehensive Git workflow guidance for team collaboration.

CLI Tools 4.2K 3mo ago
sickn33

address-github-comments

by sickn33

Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.

CLI Tools 39.6K 4mo ago
sickn33

agentflow

by sickn33

"Orchestrate autonomous AI development pipelines through your Kanban board (Asana, GitHub Projects, Linear). Manages multi-worker Claude Code dispatch, deterministic quality gates, adversarial review, per-task cost tracking, and crash-proof pipeline execution."

Comments 39.6K 1mo ago
max-sixty

running-in-ci

by max-sixty

CI environment rules for GitHub Actions workflows. Use when operating in CI — covers security, CI monitoring, and comment formatting.

Code Review 5.3K 3mo ago
max-sixty

writing-user-outputs

by max-sixty

CLI output formatting standards for worktrunk. Use when writing user-facing messages, error handling, progress output, hints, warnings, or working with the output system.

CLI Tools 5.3K 3mo ago
max-sixty

issue-triage

by max-sixty

Triages new GitHub issues — classifies, reproduces bugs, attempts conservative fixes, and comments. Use when a new issue is opened and needs automated triage.

Debugging 5.3K 3mo ago
ComposioHQ

gh-address-comments

by ComposioHQ

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

Auth 12.9K 4mo ago
cat-xierluo

universal-media-downloader

by cat-xierluo

输入各类视频网站/播客平台链接后,自动下载对应媒体文件并交付给用户。优先使用 yt-dlp 覆盖抖音(Douyin)、B站(Bilibili)、YouTube 等常见视频网站,也可用于可直接暴露音频地址的播客平台(如小宇宙单集链接)。当遇到 403/登录/年龄或地区限制时,支持使用 cookies.txt 重试;对于可能存在 DRM/加密或条款限制的平台(例如部分 Spotify 内容),应提示用户仅下载其有权保存的内容,并在不可下载时建议改用官方离线/导出渠道或提供原始 RSS/直链。注意:抖音图文笔记暂不支持自动下载,需手动处理。

Processing 303 3mo ago
rohitg00

git-advanced

by rohitg00

Advanced git workflows including worktrees, bisect, interactive rebase, hooks, and recovery techniques

CLI Tools 1.9K 3mo ago
huangkiki

daily-papers-review

by huangkiki

论文点评(3 步流水线的第 2 步)。读取富化后的论文数据,扫描笔记库,生成有态度的推荐点评, 保存推荐文件到 Obsidian,更新 history;git 自动化默认关闭。 触发词:"论文点评"、"跑一下论文点评"

File Ops 849 2mo ago
huangkiki

paper-reader

by huangkiki

Use when user asks to "read paper", "analyze paper", "summarize paper", "读论文", "分析文献", "帮我看一下这篇paper", "论文笔记", or provides a PDF file that appears to be an academic paper. Specialized for CV/DL papers. Also supports Zotero integration: "读一下这篇论文 ...", "快速看一下这篇论文 ...", "批判性分析这篇论文 ...", "读一下 Zotero 里的 XXX", "批量读一下 Zotero 里 VLA 分类下的论文" 重要触发词: "读一下 XXX"、"读一下这篇"、"帮我读" → 必须调用此 skill

File Ops 849 2mo ago
huangkiki

daily-papers-notes

by huangkiki

论文笔记生成(3 步流水线的第 3 步)。补充概念库,为推荐论文生成完整笔记, 链接回填到推荐文件;目录页默认自动刷新,git 自动化默认关闭。 触发词:"批量笔记"、"跑一下论文笔记"

File Ops 849 2mo ago
huangkiki

generate-mocs

by huangkiki

重新生成 Obsidian 里的目录页 / 导航页(MOC)。 当用户说“更新索引”“更新论文和概念目录”“刷新论文和概念目录”“刷新MOC”时使用。

Code Gen 849 2mo ago
Yeachan-Heo

git-master

by Yeachan-Heo

Git expert for atomic commits, rebasing, and history management

Automation 35.7K 3mo ago
cat-xierluo

git-batch-commit

by cat-xierluo

智能 Git 批量提交工具。当用户说 "git 提交"、"git commit"、"批量提交"、"拆分提交"、"整理提交" 时使用,或者当用户暂存了多个不同类型的文件需要分开提交时使用。自动将混合的文件修改按类型分类(依赖管理、文档更新、license 文件、配置、源代码等),并创建多个清晰聚焦的提交,使用标准化的提交信息格式。帮助保持清晰的 Git 历史,确保每个提交都有单一、明确的目的。使用英文前缀(docs:、feat:、fix: 等)加中文内容,支持 GitHub 彩色标签显示。

Debugging 300 3mo ago
ruvnet

agent-pr-manager

by ruvnet

Agent skill for pr-manager - invoke with $agent-pr-manager

Code Review 57.7K 3mo ago
trailofbits

second-opinion

by trailofbits

"Runs external LLM code reviews (OpenAI Codex or Google Gemini CLI) on uncommitted changes, branch diffs, or specific commits. Use when the user asks for a second opinion, external review, codex review, gemini review, or mentions /second-opinion."

Code Review 5.5K 3mo ago
pskoett

self-improvement-ci

by pskoett

"CI-only self-improvement workflow using gh-aw (GitHub Agentic Workflows). Captures recurring failure patterns and quality signals from pull request checks, emits structured learning candidates, and proposes durable prevention rules without interactive prompts. Use when: you want automated learning capture in CI/headless pipelines."

CI/CD 199 3mo ago
max-sixty

worktrunk

by max-sixty

Guidance for Worktrunk, a CLI tool for managing git worktrees. Covers configuration (user config at ~/.config/worktrunk/config.toml and project hooks at .config/wt.toml), usage, and troubleshooting. Use for "setting up commit message generation", "configuring hooks", "automating tasks", or general worktrunk questions.

CLI Tools 5.3K 3mo ago
rohitg00

ci-cd-pipelines

by rohitg00

CI/CD pipeline patterns for GitHub Actions, GitLab CI, testing strategies, and deployment automation

CI/CD 1.9K 3mo ago
ComposioHQ

gh-fix-ci

by ComposioHQ

Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.

CI/CD 12.8K 4mo ago
max-sixty

release

by max-sixty

Worktrunk release workflow. Use when user asks to "do a release", "release a new version", "cut a release", or wants to publish a new version to crates.io and GitHub.

Code Review 5.3K 3mo ago
cat-xierluo

skill-manager

by cat-xierluo

管理 Claude Code Skills 和 Commands 的安装、同步、卸载和列表查看,支持从本地路径或 GitHub 仓库/子目录安装。本技能应在用户需要安装外部 skill/command、从 GitHub 仓库同步、批量安装本地目录、查看已安装的 items、或卸载不需要的 item 时使用。

CLI Tools 300 3mo ago