Git & VCS

Git operations, commit helpers, branch management

Showing 4393-4416 of 4619 skills
AutoFor

gh-pr-create

by AutoFor

作業完了時に GitHub PR を作成し、ブランチ名から Issue を検出して紐付けを行う。ユーザーが「作業が完了した」「PRを作成したい」と言ったときに使用します。

CLI Tools 0 4mo ago
VisualxIntelligence

commit-work

by VisualxIntelligence

"Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits."

Code Gen 0 6mo ago
squirrel289

managing-work-items

by squirrel289

"Orchestrate the full lifecycle of work items from creation through finalization. Use when: (1) Starting new tracked work with proper structure, (2) Progressing work items through status transitions, (3) Completing and archiving finished work. Composes: creating-work-item, updating-work-item, finalizing-work-item."

Agents 0 4mo ago
kimasplund

git-workflow-skills

by kimasplund

Provides standardized Git workflows, commit message conventions, branching strategies, and collaboration patterns for all agents performing Git operations. Use when creating commits, choosing branching strategies, creating PRs, performing git operations (merge vs rebase), or handling git collaboration workflows.

Embeddings 0 5mo ago
heykvnzhao

open-pr

by heykvnzhao

Open pull requests for the current git repo: verify you are not on main/prod, compare your branch to main, commit any pending work, and create a PR (prefer gh). Use when asked to open or create a PR, draft a PR description, or automate the PR workflow for a local git branch.

Code Gen 0 5mo ago
dolessHQ

summarize-changes

by dolessHQ

Summarize code changes by author type and scope. Inputs are author and scope with product plus PR as defaults.

Code Review 0 4mo ago
totto2727-dotfiles

file-deletion-rules

by totto2727-dotfiles

Enforces using git stash before file deletion and prohibits direct rm/unlink commands. Use when deleting files, cleaning up codebase, or removing tracked/untracked files. MUST ALWAYS be applied when file deletion is needed.

CLI Tools 0 5mo ago
kprsnt2

cicd

by kprsnt2

CI/CD pipeline best practices including GitHub Actions, testing, and deployment strategies.

CI/CD 0 6mo ago
chrischall

infinitecampus-mcp

by chrischall

This skill should be used when the user asks about Infinite Campus (Campus Parent) data for their student(s). Triggers on phrases like "check grades", "what's my kid's GPA", "any new assignments", "attendance record", "message the teacher", "Campus Parent inbox", "infinite campus", or any request involving school grades, assignments, attendance, messages, or documents in Infinite Campus.

Processing 0 3mo ago
changxubo

analogical-mind

by changxubo

A cross-domain problem solver that finds unexpected solutions by drawing analogies from biology, history, music, architecture, warfare, nature, sports, cooking, and other fields. Use this skill when the user faces a complex problem and wants fresh perspectives, creative solutions, or thinks "there must be a better way" but can't see it from within their domain.

Embeddings 0 5mo ago
ianphil

Microsoft Work IQ

by ianphil

CLI Tools 0 5mo ago
tomwangowa

pr-review-assistant

by tomwangowa

Assist in reviewing pull requests by analyzing diffs and providing structured feedback. Use this Skill when the user asks to review a PR, analyze pull request changes, check code quality in PRs, or help with code review.

CLI Tools 0 5mo ago
morrisclay

scraps-coordination

by morrisclay

Enables safe multi-agent collaboration on shared git repositories using the scraps.sh coordination primitives. Use this skill when multiple AI agents need to work on the same codebase simultaneously, when you need to claim files before editing to prevent conflicts, or when coordinating work with other agents.

Agents 0 5mo ago
janjaszczak

mcp-neo4j-memory-ops

by janjaszczak

Use Neo4j memory MCP for creating/updating linked memories (entities, relations), de-duplication (DRY), and retrieval queries for project continuity. Use when saving global learnings or querying graph relationships.

CI/CD 0 6mo ago
rmems

worktrees-hives Skill

by rmems

Defense in depth: all three layers enforce the same rules. A failure in one layer is caught by another.

Comments 0 10d ago
bromanko

jj-commit

by bromanko

Analyze jj status and create well-structured, logical commits with descriptive messages. Use when the user wants to commit changes in a jujutsu repository, create atomic commits, or organize working copy changes into meaningful commit groups.

Code Gen 0 4mo ago
bohdan-shulha

commit-jira

by bohdan-shulha

Create and execute Git commits with a required JIRA-style subject and required body. Use when the user asks to commit changes, write commit messages, or prepare a clean commit and expects a ticket-prefixed subject. 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 4mo ago
ehtbanton

changelog-generator

by ehtbanton

Generate CHANGELOG.md files following Keep a Changelog format. Triggers on "create changelog", "generate changelog", "release notes template", "version history".

Code Gen 0 7mo ago
GrupoYACCK

odoo-commit-message-guidelines

by GrupoYACCK

"Draft, rewrite, and validate Odoo-style commit messages using [TAG] module: summary format, 50/72 length limits, imperative English, WHY-first body, and correct tag selection. Includes optional migration tagging ([MIG]) when the project workflow (like OCA) uses it."

Automation 0 4mo ago
spoonbobo

coding-agent

by spoonbobo

'Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:"acp"), or any work in ~/clawd workspace (never spawn agents here). Requires a bash tool that supports pty:true.'

CLI Tools 0 4mo ago
metyatech

release-publish

by metyatech

Use when preparing a release, publishing a package, bumping a version, or configuring public repository metadata. Also use when verifying a published package. Do not use for general development or non-release tasks.

Code Gen 0 5mo ago
Envy-7z

automate-flutter-app-releases

by Envy-7z

Automate your Flutter app releases to beta or production with this handy shell script that handles version bumping, formatting, cleaning, rebuilding, and deployment via Fastlane.

CI/CD 0 4mo ago
junoh-moon

commit-message

by junoh-moon

AUTOMATICALLY invoke this skill whenever git commit is needed - no user request required. Direct git commit will FAIL validation. This skill contains required pre-commit setup. Triggers: "커밋해", "커밋 ㄱㄱ", "커밋 만들어줘", "커밋 찍어줘", or ANY situation requiring git commit.

Code Gen 0 5mo ago
squirrel289

finalize-work-item

by squirrel289

"Complete and archive a finished work item, moving it from /backlog/ to /backlog/archive/. Use when work is tested, reviewed, merged, and ready to close. Supports: (1) Verify completion (all acceptance criteria met), (2) Record final metrics (actual_hours, completed_date, test_results), (3) Clean up feature branch, (4) Archive to history, (5) Link successor work items if needed"

Code Review 0 5mo ago