Git & VCS

Git operations, commit helpers, branch management

Showing 1057-1080 of 4619 skills
joaquimscosta

cleaning-up-branches

by joaquimscosta

Deletes merged git branches (local and remote) and flags stale unmerged branches for manual review. Use when user mentions "cleanup branches", "delete merged branches", "prune old branches", "remove stale branches", "branch cleanup", or runs /cleanup-branches command.

CLI Tools 21 5mo ago
jdrhyne

skill-sync

by jdrhyne

Sync Clawdbot skills between local installation and the shared skill repository. Use when asked to install, update, list, or push skills.

CLI Tools 240 6mo ago
jdrhyne

clawdbot-release-check

by jdrhyne

Check for new clawdbot releases and notify once per new version.

Code Review 240 5mo ago
OpenAEC-Foundation

erpnext-impl-scheduler

by OpenAEC-Foundation

"Implementation workflows for Frappe scheduled tasks and background jobs (v14/v15/v16). Covers hooks.py scheduler_events, frappe.enqueue, queue selection, job deduplication, and error handling. Triggers: how to schedule task, background job, cron job, async processing, queue selection, job deduplication, scheduler implementation."

Automation 151 6mo ago
sd0xdev

next-step

by sd0xdev

"Change-aware next step advisor. Use when: user asks what to do next, workflow progression is unclear, session just started with dirty worktree. Not for: executing the suggested command (user decides), auto-loop decisions (hooks handle that). Output: findings-based suggestions or session summary with commit seed."

CLI Tools 176 5mo ago
rodydavis

automate-flutter-app-releases

by rodydavis

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 59 5mo ago
rodydavis

how-to-manage-multiple-flutter-versions-with-git-worktrees-and-z

by rodydavis

Manage multiple Flutter versions efficiently using Git worktrees, eliminating the need for external version managers like FVM.

CI/CD 59 5mo ago
0xDarkMatter

techdebt

by 0xDarkMatter

"Technical debt detection and remediation. Run at session end to find duplicated code, dead imports, security issues, and complexity hotspots. Triggers: 'find tech debt', 'scan for issues', 'check code quality', 'wrap up session', 'ready to commit', 'before merge', 'code review prep'. Always uses parallel subagents for fast analysis."

Debugging 28 5mo ago
0xDarkMatter

setperms

by 0xDarkMatter

"Set tool permissions for Claude Code. Configures allowed commands, rules, and preferences in .claude/ directory. Triggers on: setperms, init tools, configure permissions, setup project, set permissions, init claude."

CLI Tools 28 6mo ago
0xDarkMatter

code-stats

by 0xDarkMatter

"Analyze codebase with tokei (fast line counts by language) and difft (semantic AST-aware diffs). Get quick project overview without manual counting. Triggers on: how big is codebase, count lines of code, what languages, show semantic diff, compare files, code statistics."

Embeddings 28 7mo ago
pskoett

simplify-and-harden-ci

by pskoett

"CI-only Simplify & Harden workflow for pull requests using gh-aw (GitHub Agentic Workflows). Runs headless scan-and-report checks for simplify/harden/document, posts structured findings, and can block merges on critical or advisory classes. Use when: you want automated quality/security review in CI without interactive approvals."

CI/CD 266 5mo ago
pskoett

self-improvement-ci

by pskoett

"CI-only self-improvement workflow using gh-aw (GitHub Agentic Workflows). Captures recurring failure patterns and quality signals from pull request checks, emits structured learning candidates, and proposes durable prevention rules without interactive prompts. Use when: you want automated learning capture in CI/headless pipelines."

CI/CD 266 5mo ago
EthanAlgoX

sherpa-onnx-tts

by EthanAlgoX

Local text-to-speech via sherpa-onnx (offline, no cloud)

Git & VCS 66 5mo ago
fusengine

commit-detection

by fusengine

Detects optimal commit type from git changes. Use when analyzing commits, determining commit type, or before committing.

Debugging 22 6mo ago
terrylica

session-chronicle

by terrylica

Session log provenance tracking. TRIGGERS - who created, trace origin, session archaeology, ADR reference.

Auth 59 5mo ago
ed3dai

starting-an-implementation-plan

by ed3dai

Use when beginning implementation from a design plan - orchestrates branch creation, detailed planning, and hands off to execution with all necessary context

Automation 244 5mo ago
ed3dai

using-git-worktrees

by ed3dai

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

File Ops 244 5mo ago
simota

Judge

by simota

codex reviewを活用したコードレビューエージェント。PRレビュー自動化・コミット前チェックを担当。バグ検出、セキュリティ脆弱性、ロジックエラー、意図との不整合を発見。Zenのリファクタリング提案を補完。コードレビュー、品質チェックが必要な時に使用。

Code Review 66 5mo ago
simota

Guardian

by simota

Git/PRの番人。変更の本質を見極め、適切な粒度・命名・戦略を提案する。PR準備、コミット戦略が必要な時に使用。

Code Review 66 5mo ago
unclecatvn

brainstorming

by unclecatvn

"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 116 6mo ago
henkisdabro

git-worktrees

by henkisdabro

Parallel development workflow using git worktrees. Prepares isolated worktree directories and executes tasks across multiple workspaces for concurrent feature development. Use when user wants parallel branches, concurrent development, or asks about git worktrees.

Agents 76 5mo ago
terrylica

worktree-manager

by terrylica

Create alpha-forge git worktrees with auto branch naming. TRIGGERS - create worktree, new worktree, alpha-forge worktree.

CLI Tools 59 5mo ago
terrylica

daemon-status

by terrylica

Check asciinema status - daemon, running processes, and unhandled .cast files. TRIGGERS - daemon status, check backup, chunker health, recording status, unhandled files.

Code Review 59 5mo ago
tenequm

python-dev

by tenequm

Opinionated Python development setup with uv + ty + ruff + pytest + just. Use when creating new Python projects, setting up pyproject.toml, configuring linting, type checking, testing, or build tooling. Triggers on "python project", "uv init", "pyproject.toml", "ruff config", "ty check", "pytest setup", "justfile", "python linting", "python formatting", "type checking python".

Code Gen 31 5mo ago