Git & VCS

Git operations, commit helpers, branch management

Showing 2737-2760 of 4574 skills
xinbenlv

submit-github-review

by xinbenlv

Submit a code review to GitHub via the GitHub API. Use this as the final step in a code review pipeline to post review findings to a PR.

Code Review 7 5mo ago
kevintsai1202

gemini-watermark-remove

by kevintsai1202

移除 Google Gemini(Nano Banana)生成圖片中的浮水印,使用逆向 Alpha 混合演算法精確還原被覆蓋的像素

Docker 7 5mo ago
troykelly

autonomous-orchestration

by troykelly

Use when user requests autonomous operation across multiple issues. Orchestrates parallel workers, monitors progress, handles SLEEP/WAKE cycles, and works until scope is complete without user intervention.

CI/CD 7 5mo ago
thechandanbhagat

git

by thechandanbhagat

Git operations, conflict resolution, history management, and Git workflows. Use for complex Git operations and version control tasks.

CLI Tools 7 4mo ago
jasonz-ncc42

opencode-docs

by jasonz-ncc42

Local OpenCode documentation reference. Use when asked about OpenCode features, tools, agents, MCP servers, plugins, CLI, TUI, or IDE integration.

CLI Tools 7 5mo ago
ngxtm

address-github-comments

by ngxtm

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

CLI Tools 7 3mo ago
ilude

ignore-files-workflow

by ilude

Ignore file management for .gitignore, .dockerignore, and .specstory directories. Includes synchronization, alphabetical ordering, organization, best practices, and testing guidelines. Activate when working with .gitignore, .dockerignore, .specstory files, or managing version control and Docker build context.

Docker 7 7mo ago
hxk622

requesting-code-review

by hxk622

"完成任务、实现主要功能或合并前使用,验证工作是否满足要求。Use when completing tasks, implementing major features, or before merging to verify work meets requirements. Review early, review often."

Automation 7 5mo ago
jasonz-ncc42

opencode-docs

by jasonz-ncc42

Local OpenCode documentation reference. Use when asked about OpenCode features, tools, agents, MCP servers, plugins, CLI, TUI, or IDE integration.

CLI Tools 7 5mo ago
akiojin

gh-pr

by akiojin

"Create or update GitHub Pull Requests with the gh CLI, including deciding whether to create a new PR or only push based on existing PR merge status. Use when the user asks to open/create/edit a PR, generate a PR body/template, or says 'PRを出して/PR作成/gh pr'. Defaults: base=develop, head=current branch (same-branch only; never create/switch branches)."

Code Gen 7 4mo ago
milistu

pr-review

by milistu

Analyze and explain a pull request to help review it effectively

Code Review 7 4mo ago
AIGNE-io

doc-smith-create

by AIGNE-io

"Generate and update structured documentation from project data sources. Supports initial generation and modifying existing documents. Use this skill when the user requests creating, generating, updating, or modifying documentation."

Automation 7 4mo ago
akiojin

speckit-require

by akiojin

GitHub Spec Kit (https://github.com/github/spec-kit) を使って要件定義や仕様作成(仕様策定・仕様書作成・仕様設計を含む)を新規作成または既存仕様へ追記し、spec.md/plan.md/tasks.mdまで生成・更新する。要件定義、要件追加/変更、TDD前提の要件整理、仕様の明文化、Spec Kitのspecify/clarify/plan/tasksフロー実行が求められるときに使用。

Code Gen 7 4mo ago
ilude

git-workflow

by ilude

Git workflow and commit guidelines. Trigger keywords: git, commit, push, .git, version control. MUST be activated before ANY git commit, push, or version control operation. Includes security scanning for secrets (API keys, tokens, .env files), commit message formatting with HEREDOC, logical commit grouping (docs, test, feat, fix, refactor, chore, build, deps), push behavior rules, safety rules for hooks and force pushes, and CRITICAL safeguards for destructive operations (filter-branch, gc --prune, reset --hard). Activate when user requests committing changes, pushing code, creating commits, rewriting history, or performing any git operations including analyzing uncommitted changes.

File Ops 7 5mo ago
akiojin

speckit-update

by akiojin

GitHub Spec Kit (https://github.com/github/spec-kit) のベースバージョン更新やテンプレート/スクリプト同期を行うための手順。Spec Kitの更新、上流リリースとの差分適用、templates/commands/scriptsの取り込み、ローカル運用(日本語化・ブランチ非操作・SPEC-[UUID8桁])の維持が必要なときに使用する。

Git & VCS 7 4mo ago
hxk622

using-git-worktrees

by hxk622

"开始需要与当前工作区隔离的功能开发或执行实施计划前使用。创建隔离的 git worktrees,智能选择目录并进行安全验证。Use for feature work isolation or before implementation plans - creates isolated git worktrees with smart directory selection."

Code Review 7 5mo ago
milistu

pr-message

by milistu

Write a concise, high-signal GitHub pull request message that explains intent, impact, and risk

Code Review 7 4mo ago
troykelly

issue-driven-development

by troykelly

Use for any development work - the master 13-step coding process that orchestrates all other skills, ensuring GitHub issue tracking, proper branching, TDD, code review, and CI verification

Code Review 7 5mo ago
ilude

ruleset-optimization

by ilude

Guidelines for optimizing Claude rulesets and instruction files (CLAUDE.md, settings.json) using context efficiency principles. Includes strategies for skill extraction, progressive disclosure, token savings calculation, and deduplication. Manually invoke when optimizing rulesets, reducing context size, extracting content to skills, or improving ruleset organization.

Code Review 7 7mo ago
troykelly

session-start

by troykelly

Use at the beginning of every work session - establishes context by checking GitHub project state, reading memory, verifying environment, and orienting before starting work

Code Review 7 5mo ago
troykelly

project-board-enforcement

by troykelly

MANDATORY for all work - the project board is THE source of truth. This skill provides verification functions and gates that other skills MUST call. No work proceeds without project board compliance.

Processing 7 5mo ago
hxk622

brainstorming

by hxk622

"创意工作前的必备技能 - 用于探索用户意图、需求和设计。适用于创建功能、构建组件、添加新特性或修改行为。You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior."

Code Gen 7 5mo ago
ngxtm

algorithmic-art

by ngxtm

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems.

Animation 7 3mo ago
hxk622

finishing-a-development-branch

by hxk622

"当实现完成、所有测试通过,需要决定如何集成工作时使用。通过展示 merge、PR 或 cleanup 的结构化选项来引导完成开发工作。Use when implementation is complete, all tests pass, and you need to decide how to integrate the work."

Code Review 7 5mo ago