Git & VCS

Git operations, commit helpers, branch management

Showing 4153-4176 of 4619 skills
kadel

Worktree Feature Development

by kadel

This skill should be used when the user asks to "start a new feature", "create feature branch in worktree", "set up isolated feature development", "work on feature in separate directory", or mentions git worktree for feature isolation.

Code Gen 0 6mo ago
abpai

code-review-and-commit

by abpai

Review uncommitted Git changes for correctness, quality, and project convention alignment, then apply fixes and prepare a safe, atomic commit plan. Use when users ask to review code before committing, improve local changes, split work into logical conventional commits, or execute git add/git commit with clear staging boundaries.

Code Review 0 5mo ago
kylin-feng

liyanhong-perspective

by kylin-feng

李彦宏的思维框架:技术信仰者、搜索思维布道者、AI战略转型践行者。 基于百度创业历程、All in AI战略、文心一言发布与搜索引擎技术哲学深度提炼。 核心:技术是最可靠的护城河;信息组织是一切数字业务的底层;转型要全押不能调整。 触发词:「李彦宏视角」「用李彦宏的角度」「李彦宏会怎么看」「liyanhong perspective」 「技术信仰」「搜索思维」「百度AI」「如果是李彦宏」「Robin的角度」「切换到李彦宏」

Git & VCS 0 2mo ago
likw99

sync-trending

by likw99

Monitior technology trends (GitHub, etc.), contextualize them against the user's project, and autonomously verify them through installation and testing. Use when the user asks about trending repositories, new tools, or wants to stay updated on tech relevant to their current work.

Code Gen 0 5mo ago
ianphil

AI Notes — Consolidate

by ianphil

Code Gen 0 5mo ago
arielperez82

brainstorming

by arielperez82

"You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation."

Code Gen 0 4mo ago
ddaanet

worktree

by ddaanet

Manage git worktrees for parallel task execution. Triggers on "create a worktree", "set up parallel work", "merge a worktree", "branch off a task", or uses the wt, wt merge, or wt-rm shortcuts. Worktree lifecycle: creation, focused sessions, merge ceremony, cleanup, parallel task setup.

Automation 0 4mo ago
rahulgi

session-pr

by rahulgi

Commit changes from the current Claude Code session to a new branch, push to GitHub, and open a PR. Use when the user wants to save their work as a PR, submit session changes, or create a pull request for what was done in this session.

Code Gen 0 5mo ago
yusenthebot

bcryptjs

by yusenthebot

Optimized bcrypt in plain JavaScript with zero dependencies, with TypeScript support. Compatible to 'bcrypt'.. Use when: From GitHub via jsDelivr: ; Callback<T>: (err: Error null, result?: T) => void ; ProgressCallback: (percentage: number) => void . NOT for: runtime application logic; package management (use npm/yarn).

Debugging 0 4mo ago
ederheisler

session-behavior

by ederheisler

Core behavioral guidelines and interaction patterns for the agent. This skill provides the foundation for how the agent should communicate and behave across all interactions. Use this skill to establish consistent behavior patterns at the beginning of a session. The skill defines tone, proactivity level, and request handling strategies that should be applied throughout the session. THIS SKILL HAS HIGH PRIORITY - always load at session start and re-trigger periodically to avoid behavioral drift. During context compaction, these rules should remain at the top priority.

Auth 0 6mo ago
metyatech

pr-review-workflow

by metyatech

Use when addressing PR review feedback, re-requesting reviews, handling GitHub review bot re-reviews (Codex, Copilot), or managing GitHub notifications. Do not use for creating new PRs or general development.

Code Review 0 5mo ago
idotta

code-reviewer

by idotta

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.

Code Review 0 5mo ago
tstelzer

review-plan-implementation

by tstelzer

Review code changes against a plan using the plan location and implementing git commit(s).

Code Review 0 4mo ago
danbars

writing-release-notes

by danbars

Use when changes are ready to ship and you need to communicate what changed, who it affects, and any required actions without exposing internal-only details.

Code Review 0 6mo ago
bresends

git-commit

by bresends

Create git commits using conventional commits with scopes. Use when the user asks to commit, make a commit, save changes, or any git commit operation. Never include Co-Authored-By lines, AI agent mentions, or any reference to Claude, AI, or automated tooling in commit messages.

Debugging 0 5mo ago
ruchernchong

create-branch

by ruchernchong

Create and checkout a new git branch with smart validation and GitHub issue integration

CLI Tools 0 5mo ago
Keiji-Miyake

tech-storyteller

by Keiji-Miyake

リポジトリの履歴やドキュメントから開発の「物語(事実・素材)」を収集します。

Automation 0 5mo ago
Incept5

eve-plan-implementation

by Incept5

Execute software engineering plan documents using Eve jobs, dependencies, and review gating.

Automation 0 5mo ago
elegantchaos

gh-draft-release

by elegantchaos

Create GitHub draft releases with notes derived from commit history between the new release tag and the previous tag. Use when the user asks to prepare or draft a release (not publish it), especially when they want release notes generated from commits.

Code Gen 0 4mo ago
slurpyb

4-step-program

by slurpyb

Coordinator workflow for orchestrating dockeragents through fix-review-iterate-present loop. Use when delegating any task that produces code changes. Ensures agents achieve 10/10 quality before presenting to human.

Agents 0 4mo ago
Nomik94

checkpoint

by Nomik94

Use when: 리팩토링, 삭제, 마이그레이션, 대규모 변경, 위험한 작업, 파일 삭제, 코어 변경, 스키마 변경, 구조 변경. NOT for: 단순 수정, 새 파일 추가, 테스트 추가.

File Ops 0 4mo ago
saar120

worktree-manager

by saar120

Manage git worktrees using the w shell function. Use when the user asks to create, switch to, list, remove, or clean up git worktrees, or when starting feature work that needs an isolated workspace. Triggers on keywords like "worktree", "create worktree", "switch worktree", "w <name>", or when needing to work on a branch in isolation. Also use proactively when implementing features that benefit from workspace isolation.

CLI Tools 0 4mo ago
bromanko

exec-plan

by bromanko

Write or implement execution plans (ExecPlans) — thorough, self-contained design documents that guide a coding agent through complex features or significant refactors. Use this skill when the user asks to "write a plan", "create an exec plan", "make an ExecPlan", "plan this feature", "design this refactor", "write a design doc for implementation", or when they ask to "implement a plan", "execute this plan", "follow the plan", "continue the plan", "pick up where the plan left off". Also trigger when the user mentions "ExecPlan", "execution plan", or references a PLAN.md or similar planning document. This skill covers both authoring plans and executing them.

Git & VCS 0 4mo ago
ruchernchong

commit

by ruchernchong

Smart git commit with short, concise messages

CLI Tools 0 5mo ago