git-security-2025
Git security best practices for 2025 including signed commits, zero-trust workflows, secret scanning, and verification
github-pr-workflow
Working with GitHub Pull Requests using the gh CLI. Use for fetching PR details, review comments, CI status, and understanding the difference between PR-level comments vs inline code review comments.
npm-git-install
Install npm packages directly from GitHub repositories using git URLs. Use when installing packages from private repos, specific branches, or unreleased versions not yet on npm registry.
stacked-prs
Create and manage stacked (dependent) pull requests for complex features
merge-integrator
Merge task branches and resolve conflicts for Ralph parallel execution. Use when merging completed task branches or resolving git conflicts. Triggers on: merge branches, resolve conflict, integration merge.
worktree-manager
Create alpha-forge git worktrees with automatic branch naming from descriptions. Use when user says create worktree, new worktree, alpha-forge worktree, AF worktree, or describes a feature to work on in alpha-forge.
git-2025-features
Git 2.49+ features including reftables, sparse-checkout, partial clone, git-backfill, and worktrees
windows-git-bash-compatibility
Windows and Git Bash compatibility guidance for Azure Data Factory development and CI/CD
jj-clone-third-party
Clone external repositories into work/ directory for examination and source code research. Use when needing to understand third-party dependency implementations, debug upstream issues, or research API usage patterns. (project)
session-start
Initialize a coding session by loading git workflow rules and checking Unity console status. Run this at the start of each session.
ado-windows-git-bash-compatibility
Windows and Git Bash compatibility guidance for Azure Pipelines. Covers path conversion issues, shell detection in pipeline scripts, MINGW/MSYS path handling, Windows agent configuration, cross-platform script patterns, and troubleshooting common Windows-specific pipeline failures.
docker-git-bash-guide
Comprehensive Windows Git Bash and MINGW path conversion guide for Docker volume mounts and commands
local-review
Use when reviewing local branch changes before merge, when you want code review feedback without a PR, or before committing significant changes
commit-and-pr
Split staged changes into a sequence of Conventional Commits (reusing repo commit types/scopes), then push and create a GitHub PR via `gh` using the repo’s PR template.
novel-revision
Manage multi-level novel revisions while preventing cascade problems. Use when editing novels, when changes at one level break things at others, when you need systematic change management for long-form fiction, or when revisions keep creating new problems.
git-2-49-features
Git 2.49+ features including git-backfill, path-walk API, and performance improvements
windows-git-bash-paths
Windows and Git Bash path handling for SSDT, SqlPackage, and DACPAC files with shell detection
security-review-pr
PR/branch security review focused on HIGH-CONFIDENCE vulnerabilities with minimal false positives. Uses git diff analysis and sub-task parallelization.