Git & VCS

Git operations, commit helpers, branch management

Showing 3649-3672 of 4537 skills
IHKREDDY

work-on-ticket

by IHKREDDY

Pulls ticket details from Jira, creates feature branches with proper naming conventions, and handles planning steps. Use when starting work on a Jira ticket, creating branches for tickets, or when users mention "work on ticket", "start ticket", "create branch for", or Jira ticket IDs.

CLI Tools 0 5mo ago
hanniballei

github-knowledge

by hanniballei

GitHub knowledge base manager for storing, indexing, and querying GitHub repositories locally. Maintains a BASE.md index file with summaries of all saved repos. Trigger this skill when the user asks a question or makes a request related to: - A specific GitHub repository (download, query, analyze, summarize, compare) - GitHub issues, PRs, releases, or repository search - 仓库、GitHub项目、开源项目 的下载、查询、分析等操作 Do NOT trigger for unrelated git operations (e.g., "init a local git repo", "git commit"). Core actions: 1. Explicit download request → require URL → clone or pull → summarize → update BASE.md 2. Query + repo exists locally → pull → maybe update summary → answer question 3. Query + repo NOT local → search GitHub via gh/curl → answer question (do NOT clone)

CLI Tools 0 3mo ago
ederheisler

using-git-worktrees

by ederheisler

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

Code Review 0 4mo ago
atman-33

pr-to-origin-main

by atman-33

Create a pull request from current development branch to origin/main (not upstream/main). Use when you need to merge a feature branch into the main branch of your fork and want to ensure the PR targets origin/main with English descriptions. Always confirms remote target with user before creation to prevent accidentally creating PRs to upstream repositories.

CLI Tools 0 3mo ago
mishankov

gh-project-issue-loop

by mishankov

Continuously process available GitHub Project items by preparing project context once and then implementing linked issues in a loop via the gh-issue-to-pr skill. Use when asked to clear backlog from a GitHub Project board, batch-deliver project issues, or repeatedly pick and implement open project issues with gh CLI.

Auth 0 3mo ago
dakotahp

pr-description

by dakotahp

Generates a pull request title and description for the current branch. Explains the why, the technical approach, and includes ASCII or Mermaid diagrams where they add clarity. Pass optional context such as a ticket number or additional intent.

Code Gen 0 3mo ago
bohdan-shulha

commit

by bohdan-shulha

Create and execute Git commits in Conventional Commits format with a required body. Use when the user asks to commit changes, write commit messages, or prepare a clean commit. Always run a pre-commit safety guard first, abort on log files or untracked high-risk binary extensions, then stage with git add . -A.

File Ops 0 3mo ago
pc-style

git-create-branch

by pc-style

Create a new Git branch with proper naming conventions. Use when the user asks to create a branch, start a new feature branch, or switch to a new branch. Handles branch creation from current HEAD or from a specific base branch, with conventional naming (feature/, fix/, hotfix/, etc.).

Code Gen 0 4mo ago
yusenthebot

lodash

by yusenthebot

Lodash modular utilities.. Use when: common data transformations; reducing boilerplate code; functional programming helpers. NOT for: complex domain-specific business logic; replacing well-supported native APIs.

Code Gen 0 3mo ago
ab300819

testing-guide

by ab300819

Opinionated constraints for writing effective tests. Guide unit tests, integration tests, and E2E tests with quality metrics beyond coverage. Includes AI-driven branch coverage analysis. Use when users write tests, review test code, or need testing strategy. Triggers on keywords like "test", "testing", "单元测试", "集成测试", "E2E", "测试质量", "coverage", "断言", "分支分析", "branch analysis", "未测试路径".

CI/CD 0 3mo ago
Jackiexiao

requesting-code-review

by Jackiexiao

(中文)Use when completing tasks, implementing major features, or before merging to verify work meets requirements

Automation 0 3mo ago
Bombay

connector

by Bombay

스마일게이트 업무 도구(Slack, Jira, Confluence, BISKIT, API Docs, GitLab, Amplitude)를 Claude Code에 연결하는 설정 가이드. 비개발자도 따라할 수 있도록 단계별로 안내한다. "커넥터", "connector", "커넥터 설정", "jira 연결", "confluence 연결", "slack 연결", "biskit 연결", "비스킷 연결", "apidocs 연결", "api docs 연결", "gitlab 연결", "깃랩 연결", "amplitude 연결", "앰플리튜드 연결" 요청에 사용.

API Dev 0 3mo ago
yousufjoyian

Context Extract Skill

by yousufjoyian

Claude agent skills and workspace configuration

Auth 0 4mo ago
zfael

brn:git-worktree

by zfael

Manage git repositories using the worktree pattern. This allows multiple branches to be checked out simultaneously in sibling directories.

API Dev 0 3mo ago
yousufjoyian

Tracing Knowledge Lineages

by yousufjoyian

Claude agent skills and workspace configuration

Code Gen 0 4mo ago
comitsrl

comitsrl-ci-release

by comitsrl

"Estandarizar CI/CD y releases para repos de COMIT SRL: builds Maven/Tycho, tests, generacion de artefactos, versionado semver, Conventional Commits, changelog y publicacion de releases (GitHub Actions). Usar cuando haya que crear/ajustar pipelines o definir estrategia de release."

CI/CD 0 3mo ago
nimiusrd

commit-and-pr

by nimiusrd

変更をコミットしてGitHub Pull Requestを作成する。「コミットしてPRを出して」「今の作業をコミットしてプルリクを作って」「変更をプッシュしてPR出して」などのリクエストに使用。ステージング・コミットメッセージ生成・ブランチ作成・プッシュ・PR作成を一連のワークフローで処理する。コミットメッセージおよびPR本文は日本語で書く。

CLI Tools 0 3mo ago
lmcjt37

agent-dev-journal

by lmcjt37

Maintains a per-project engineering journal (Journal.md) plus a structured decision log and full conversation transcripts.

Agents 0 3mo ago
equinor

fusion-skill-self-report-bug

by equinor

Capture Fusion skill workflow failure context and guide a draft-first bug reporting flow with explicit confirmation before any GitHub mutation.

Automation 0 3mo ago
jakenuts

git-workflow

by jakenuts

Automated git workflow helpers for common development tasks like creating feature branches, cleaning up merged branches, and interactive rebasing. Use when the user mentions git branching, branch cleanup, feature workflow, or git automation. No prerequisites required - uses native git commands.

Automation 0 5mo ago
Lightfingered-llullaillaco3236

issue-to-pr

by Lightfingered-llullaillaco3236

"issue-to-pr — Automatically fix GitHub issues end-to-end: reads the issue, analyzes repository code, implements a fix, and submits a pull request. Use when the user provides a GitHub issue URL, mentions fixing a GitHub issue, or uses the /fix-issue command. Supports URLs in the format https://github.com/{owner}/{repo}/issues/{number}."

Code Review 0 1mo ago
Protagonistss

remote

by Protagonistss

远程仓库管理技能 - 智能推送、拉取和多仓库同步。用于安全推送、智能拉取、同步分支或管理多个远程仓库。

Processing 0 4mo ago
Cygnusfear

4-step-program

by Cygnusfear

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 3mo ago
zetavg

git-commit-message-follow-project-convention

by zetavg

"Read this skill before creating any git commit to ensure the commit message matches the project's established patterns. Triggers on: git commit, /commit, creating commits, or any task that results in a git commit."

Debugging 0 3mo ago