- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
windows-shell
by nicoforclaude
Windows path handling and shell command guidelines for avoiding common pitfalls. Use proactively when running Claude on Windows and executing shell commands (git, file operations, scripts, etc), scanning repos, reading files, or inside slash commands implying such operations (e.g., /commit).
Skill: デイリーAIニューススライド生成 (Daily AI News Slide Generation)
by awano27
競合回避: プッシュ前に必ず git pull --rebase を行い、リモートの変更を取り込んでください。
task-complete
by xfiveco
'Task is complete. Prepares MR/PR title and description. Removes task.md file.'
project-vault
by SuperD-dd
个人项目收藏知识库。当用户想保存/收藏一个浏览或学习过的项目(GitHub 仓库、工具、框架等), 或想回顾/检索「我看过哪些项目」「有没有做 X 的项目」「按语言/分类找项目」时使用。 与用户一起学习完一个项目后,负责把它存成结构化 Markdown 笔记并更新多维索引。 触发词示例:保存这个项目、收藏这个 repo、记一下这个库、我之前看过哪些项目、 找一下我收藏的 Rust 项目、有没有做 agent 的项目。
stacked-diffs
by rarestg
Break large code changes into small, stacked pull requests using vanilla git and the gh CLI. Auto-trigger when implementing a feature or change that spans multiple logical steps, touches several files, or will exceed ~200 changed lines. Also trigger on "stack PRs", "break this into smaller PRs", "stacked diffs", or "create a PR stack". Do NOT trigger for single-file fixes, small bug fixes, or changes under ~200 lines that are a single logical unit.
stock-master
by gijndgiuer
综合性股票技术分析工具,小白友好。采用混合数据源(Yahoo Finance + Alpha Vantage MCP),提供通俗易懂的分析报告、买卖点建议、Excel持仓管理。支持港股本地计算、ATR动态止损、KDJ随机指标、MACD/RSI背离检测、OBV量能分析、斐波那契支撑阻力位、K线形态识别(锤子线/吞没/十字星)、趋势形态识别(双底/头肩/三角形)。支持飞书多维表格同步。当用户请求股票分析、技术指标、交易建议、持仓分析时激活。
RAPPterverse — Agent Skill File
by kody-w
The world evolves through PRs. Every commit is a frame. Every PR is an action. Join us.
investigation
by ichi-h
investigatorへの調査委譲パターンを定義します。調査タイプの分類、分解手順、並列化戦略、委譲プロンプトテンプレートを提供します。
merge-stack
by rarestg
Merge a linear stack of GitHub PRs into main one by one. Use when the user has multiple PRs that form a chain (each targeting the previous branch, with the bottom one targeting main) and wants to merge them all into main sequentially. Triggers on phrases like "merge the stack", "merge my PRs", "merge stacked PRs", or when the user has a numbered branch series (e.g. feature-1, feature-2, feature-3) they want merged.
roadmap-management
by ichuan
"Minimalist project roadmap management using a position-based priority system in ROADMAP.md. Use when users want to: (1) Create or initialize a project roadmap, (2) Add tasks/features to a roadmap, (3) Update task priorities or status, (4) Reorganize roadmap items, (5) Move tasks between sections (Inbox/Doing/Next Up/Backlog/Done), (6) Clean up or review the roadmap, or any other roadmap planning and tracking activities. Triggered by keywords like 'roadmap', 'task planning', 'project planning', 'milestone', 'priority'."
depot-github-runners
by depot
Configures Depot-managed GitHub Actions runners as a drop-in replacement for GitHub-hosted runners. Use when setting up or migrating GitHub Actions workflows to use Depot runners, choosing runner sizes (CPU/RAM), configuring runs-on labels, setting up ARM or Windows or macOS runners, troubleshooting GitHub Actions runner issues, configuring egress filtering, using Depot Cache with GitHub Actions, or running Dagger/Dependabot on Depot runners. Also use when the user mentions depot-ubuntu, depot-windows, depot-macos runner labels, or asks about faster/cheaper GitHub Actions runners.
pr
by LuisUrrutia
Create or update GitHub pull requests. Use when user says "pr", "/pr", "create pr", "open pr", "pull request", or asks to submit changes for review. Requires gh CLI.
openspec
by samChang72
OpenSpec - Fission AI 的輕量級 Spec-Driven Development 框架,支援 20+ AI 工具,適合快速迭代。
decompose-branch
by corygabrielsen
Reorganize a messy local branch into focused, atomic commits before sharing. Use when user says "decompose branch", "clean up commits", "reorganize my branch", or wants to restructure local work.
SKILL.md — OpenClaw Agent Skill
by freaxnx01
pre-commit-review
by ichuan
"Comprehensive code review for uncommitted changes before git commit. Use when users want to: (1) Review code changes before committing, (2) Check for security vulnerabilities, bugs, or performance issues, (3) Get feedback on code quality and best practices, (4) Identify issues by severity level. Triggered by phrases like 'review my changes', 'check my code', 'review before commit', 'code review', or similar requests for pre-commit validation."
development-process
by Kodria
Use when starting a new development task, resuming work, or when unsure which skill to invoke next - orchestrates the full development lifecycle from idea to merge
fluidaudio
by bbssppllvv
Integrate FluidAudio Swift SDK for fully local, on-device audio AI on Apple platforms. FluidAudio provides ASR (NVIDIA Parakeet TDT models), speaker diarization, VAD, and TTS — all running on Apple Neural Engine via CoreML with zero cloud dependency. Use when implementing: (1) offline/local speech-to-text transcription on macOS/iOS, (2) real-time streaming ASR with end-of-utterance detection, (3) speaker diarization (who spoke when), (4) voice activity detection, (5) text-to-speech synthesis, (6) any FluidAudio SDK integration, FluidInference models, or Parakeet CoreML models. Triggers on mentions of FluidAudio, FluidInference, parakeet-tdt, on-device transcription with CoreML, local ASR on Apple Silicon, or offline speech recognition for macOS/iOS apps.
commit
by shuymn
Creates meaningful git commits by analyzing changes and committing in logical units. Use when the user wants to commit changes to git, requests commit creation, or asks to save changes to version control. Supports --english and --japanese for commit language selection and --branch to create a new branch before committing.
task-os
by rarestg
Operating protocol that uses Taskwarrior as the continuity layer across conversations. Grounds every interaction in real task state before acting. Activate on "morning" / "briefing" for daily overview, on "status" / "what's next" for current state, when capturing tasks ("remind me to", "add task", "I need to"), when recovering from stalls, or when executing structured work across projects, repos, and life domains.
git-pushing
by samChang72
Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.
agentic-cadence
by Chef-Code
Manage durable agent handoffs, Cadence state, pickup signatures, and clean-square shutdowns for long-running or self-evolving workflows.
doctor
by ScarXparth
Audits any project for security, test coverage, and Claude Code automation. 46 checks across 6 layers: secrets, CLAUDE.md, hooks, skills, agents, rules, MCP, CI, memory. Adaptive scoring — auto-detects project maturity (Starter/Growing/Mature/Pro). Diagnoses gaps, prescribes project-specific fixes, applies them. Usage: /doctor — full audit (all 6 layers) /doctor quick — TOP-3 priorities + score (30 seconds) /doctor scan — diagnose only (no changes) /doctor fix — prescribe + apply fixes /doctor layer <N> — audit specific layer (0-5) /doctor verify — health check Triggers: "/doctor", "audit", "setup automation", "configure Claude Code", "project health", "what's missing", "security check", "аудит", "проверь проект"
requesting-code-review
by buildrtech
Use when completing tasks, implementing major features, or before merging to verify work meets requirements