azure-repos-helper
Manage Azure Repos including branches, pull requests, and code reviews. Use when working with Azure Repos or managing repository operations.
git-repository-setup-validation
Validate repository has development branch workflow with main branch protection configured per agent-guide-development-branch-setup.md. Returns validation status and recommendations. Use before starting work, during repository setup review, or when troubleshooting git workflow issues. Always uses Git MCP server for safe validation.
managing-git-worktrees
Creates and manages Git worktrees for parallel development workflows. Use when working on multiple features simultaneously, reviewing PRs without disrupting current work, or setting up parallel AI agent sessions.
orchestrate
Orchestrate large multi-workstream projects using git worktrees for parallel development. Load MasterSpec, allocate worktrees, dispatch implementers, monitor convergence, process merge queue.
ci-cd-reviewer
WHEN: CI/CD pipeline review, GitHub Actions, GitLab CI, Jenkins, build optimization WHAT: Pipeline structure + Job optimization + Security scanning + Caching strategy + Deployment patterns WHEN NOT: Kubernetes → k8s-reviewer, Terraform → terraform-reviewer
github-issue-state-management
GitHub Issueのラベルとメタデータを使用した環境状態管理。container-use/worktree/ホスト環境すべてからアクセス可能なSingle Source of Truth
tdd-workflow
Test-Driven Development workflow with TDD commit convention, compliance tracking, and validation
new-feature
Orchestrates full feature development workflow from discovery through commit. Infers scope from feature description and adapts phases accordingly. Use when adding any new feature, regardless of size.
pr-workflow
Use when creating PRs, managing stacked PRs, or completing feature branches.
github-actions-cicd
Set up GitHub Actions CI/CD pipelines for testing, building, and deploying to Kubernetes. Use when implementing continuous integration and deployment for Phase 5. (project)
repo-config
This skill should be used when needing to "get the default branch", "detect repository settings", "fetch available labels", "get repo info for API calls", or when any gh-workflow command needs dynamic repository configuration instead of hardcoded values.
git-branch-management
Manage Git branches with proper naming conventions and workflows
github-issue-state-management
GitHub Issueのラベルとメタデータを使用した環境状態管理。container-use/worktree/ホスト環境すべてからアクセス可能なSingle Source of Truth
ci-health-check
Check CI/CD workflow status and troubleshoot failing checks in GitHub Actions
project-structure
项目目录结构详解。Use when understanding project structure, creating new modules, or deciding where to place files. Triggers on: file placement questions, creating new features, directory organization.
create-pull-request
指定されたブランチからPull Requestを作成し、適切なタイトルと説明文を自動生成します。
receiving-code-review
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
finishing-a-development-branch
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup