- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
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.
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.).
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.
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", "未测试路径".
requesting-code-review
by Jackiexiao
(中文)Use when completing tasks, implementing major features, or before merging to verify work meets requirements
connector
by Bombay
스마일게이트 업무 도구(Slack, Jira, Confluence, BISKIT, API Docs, GitLab, Amplitude)를 Claude Code에 연결하는 설정 가이드. 비개발자도 따라할 수 있도록 단계별로 안내한다. "커넥터", "connector", "커넥터 설정", "jira 연결", "confluence 연결", "slack 연결", "biskit 연결", "비스킷 연결", "apidocs 연결", "api docs 연결", "gitlab 연결", "깃랩 연결", "amplitude 연결", "앰플리튜드 연결" 요청에 사용.
Context Extract Skill
by yousufjoyian
Claude agent skills and workspace configuration
brn:git-worktree
by zfael
Manage git repositories using the worktree pattern. This allows multiple branches to be checked out simultaneously in sibling directories.
Tracing Knowledge Lineages
by yousufjoyian
Claude agent skills and workspace configuration
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."
commit-and-pr
by nimiusrd
変更をコミットしてGitHub Pull Requestを作成する。「コミットしてPRを出して」「今の作業をコミットしてプルリクを作って」「変更をプッシュしてPR出して」などのリクエストに使用。ステージング・コミットメッセージ生成・ブランチ作成・プッシュ・PR作成を一連のワークフローで処理する。コミットメッセージおよびPR本文は日本語で書く。
agent-dev-journal
by lmcjt37
Maintains a per-project engineering journal (Journal.md) plus a structured decision log and full conversation transcripts.
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}."
remote
by Protagonistss
远程仓库管理技能 - 智能推送、拉取和多仓库同步。用于安全推送、智能拉取、同步分支或管理多个远程仓库。
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.
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."
pr-review
by aivokone
Use FIRST for any PR/code review work — checking feedback, reading CR comments, responding to reviewers, addressing review bot or human comments, or preparing commits on a PR. Collects feedback from ALL sources (conversation, inline, reviews) to prevent the common failure of missing inline feedback. Start with check-pr-feedback.sh, then reply inline where needed and summarize with one Fix Report.
create-pr
by vkehfdl1
Create a Pull Request for a Marshroom cart issue matching the current branch with proper closing keywords
ticket-workflow Skill
by Frxnklyn
references/stop-rules.md
code-review
by keenranger
Review code for quality, correctness, security. Use when user asks for code review, wants feedback on changes, or says /code-review.
invoice-trip-organizer
by linson1786-cmd
个人行程与报销 V1.0.7 配置化版本,支持分享与在线升级
git_refactor_skill
by theoneLee
分析 git commit 差异并根据用户指令进行重构的技能。它可以根据指定的 commit 到 HEAD 之间的变更,以最强大脑视角提供高内聚、易维护的重构建议。
example-skill
by tippyentertainment
Short description of the skill.
session-support
by Keiji-Miyake
短時間で中断可能な開発セッションに最適化されたセッション管理スキル。セッション開始時の現状把握、中断時のコンテキスト保持(CONTEXT.md)、ドキュメント構造の維持(構造の番人)に特化しています。