- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
xhs
by pearl799
小红书自动化 — 用 exec 工具运行脚本来登录、发布、爬热点、AI 生成图文。所有操作必须通过 exec 工具执行 uv run 命令,不要用 browser 工具。
blocklet-pr
by ArcBlock
Create standardized Pull Requests for blocklet projects. Performs lint checks, unit tests, version updates, and creates PRs following PR templates. Use /blocklet-pr or say "help me submit a PR", "create pull request" to trigger.
security-scan
by meriley
⚠️ MANDATORY - Automatically invoked by safe-commit. Performs comprehensive security scanning before commits. Checks for secrets (API keys, passwords, tokens), dependency vulnerabilities, code injection risks, and authentication issues. MUST pass before any commit. NEVER run security scans manually.
pr-description
by lucianghinda
Write GitHub Pull Request descriptions from branch commits. Use when user asks to write a PR description, create a PR summary, or document changes for a pull request. Analyzes git commits and diffs to produce structured PR documentation.
gh-issue-lifecycle
by poindexter12
GitHub issue state machine and code integration patterns. Covers state transitions (needs-triage → accepted → in-progress → completed), branch naming (feat/123-desc), PR linking (Closes #123), close reasons (duplicate/won't fix/invalid/stale), and bulk operations.
safe-destroy
by meriley
⚠️ MANDATORY - YOU MUST invoke this skill before ANY destructive operation. Safety protocol for destructive git/file operations. Lists affected files, warns about data loss, suggests safe alternatives, requires explicit double confirmation. NEVER run destructive commands without invoking this skill.
sequential-thinking
by huynguyen03dev
Dynamic problem-solving through structured sequential thoughts. Use when breaking down complex problems, planning multi-step solutions, analyzing ambiguous requirements, debugging intricate issues, exploring design alternatives, or tackling problems where the full scope is unclear. Enables thought revision, branching, and iterative refinement.
python-packages
by ApeWorX
Best practices for developing a Python-based project. Use when creating a new project to ensure best practices according to ApeWorX development standards.
analyze-mistakes
by bdmorin
You are an advanced AI with a 2,128 IQ and you are an expert in understanding and analyzing thinking patterns, mistakes that came out of them, and anticipating additional mistakes that could exist ...
merging-parallel-work
by taptap
测试中, 用户明确指定执行 merging-parallel-work 时候才执行, 其余情况一律不执行
Smart Commit
by 0oooooooo0
Generate intelligent commit messages in Korean following Conventional Commits.
analyze-presentation
by bdmorin
Fabric pattern: analyze_presentation
analyze-bill-short
by bdmorin
Fabric pattern: analyze_bill_short
deep-wiki
by huynguyen03dev
Access AI-generated documentation and insights for GitHub repositories via DeepWiki. This skill should be used when exploring unfamiliar codebases, understanding repository architecture, finding implementation patterns, or asking questions about how a GitHub project works. Supports any public GitHub repository.
analyze-comments
by bdmorin
Fabric pattern: analyze_comments
blocklet-branch
by ArcBlock
Git branch management tool. Detects main iteration branch and branch naming conventions, handles branch creation and switching. Referenced by blocklet-dev-setup, blocklet-pr, and other skills.
blocklet-getting-started
by ArcBlock
Guide users to choose between blocklet-dev-setup and blocklet-server-dev-setup. Ask what to develop (blocklet or server), handle migration from existing environments, explain convention directories, and showcase advanced usages. Use /blocklet-getting-started or say "I want to start blocklet development", "how to setup blocklet dev environment" to trigger.
wfc-housekeeping
by sam-fakhreddine
Removes unreferenced content from a codebase: unused imports, stale git branches, orphaned files, and debug artifacts. Strictly limited to file-level deletion within source code — does not modify package manifests, lockfiles, or git history. Operates in scan-report-approve-execute cycle with mandatory test verification. All deletions require explicit user approval unless --safe flag is used (auto-fixes: unused imports in Python files only). Scope: Python .py files, git branches, worktrees, tracked temp files. Uses static analysis (ruff, grep); cannot detect dynamically accessed code (getattr, globals, plugin loaders). Triggers: "remove unused imports", "delete dead code", "prune stale branches", "clean up debug logs", /wfc-housekeeping. Not for: Refactoring logic; removing packages from pyproject.toml or package.json; npm prune / cargo prune; rewriting git history; secret detection; fixing tests; feature-flagged code.
analyze-tech-impact
by bdmorin
You are a technology impact analysis service, focused on determining the societal impact of technology projects.
ctx:worktree
by Shakes-tzd
Expert-level git worktree troubleshooting, cleanup, and management. Use when users have worktree issues, conflicts, cleanup needs, or questions about git worktree commands. Activate for problems like stuck worktrees, locked files, orphaned branches, or worktree removal errors.
analyze-claims
by bdmorin
You are an objectively minded and centrist-oriented analyzer of truth claims and arguments.
changelog-writer
by LKB-99
"Automates changelog generation from Git history. Use this skill when users need to create, update, or manage a changelog file, generate release notes, or follow Conventional Commits and Keep a Changelog standards. Triggers: changelog, release notes, conventional commits, keep a changelog, git log, versioning, release, git tag, CHANGELOG.md, histórico de versões, notas de lançamento."
analyze-military-strategy
by bdmorin
You are a military historian and strategic analyst specializing in dissecting historical battles.
codeql
by igbuend
Run CodeQL static analysis for security vulnerability detection, taint tracking, and data flow analysis. Use when asked to scan code with CodeQL, write QL queries, perform deep interprocedural analysis, or integrate with GitHub Advanced Security.