pr-review-code
**ALWAYS USE THIS SKILL** when asked to review a PR or given a PR URL. Provides systematic workflow for code review.
**ALWAYS USE THIS SKILL** when asked to review a PR or given a PR URL. Provides systematic workflow for code review.
Use when reviewing open GitHub issues to prioritize work, when asked to audit issues, or when needing to triage a backlog by complexity and impact
Diagnose GitHub-driven agile workflow problems and guide feature branch development
Generate Ralph-compatible prompts for entire projects from scratch. Creates comprehensive prompts with architecture phase, implementation phases, testing, and documentation. Use when building complete applications, libraries, CLI tools, or any greenfield project requiring end-to-end development.
Spawn and coordinate parallel Claude Code sub-agents using git worktrees. Use this skill when you need to parallelize work across multiple independent tasks, delegate subtasks to sub-agents, or orchestrate complex multi-part implementations.
Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, setting up continuous delivery, or implementing GitOps practices.
Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, setting up continuous delivery, or implementing GitOps practices.
Decompose large features into small, reviewable PRs with dependency analysis. Use when implementing features that touch 10+ files or multiple components.
Execute development tasks autonomously by reading GitHub Issues, implementing solutions, running tests, and managing the full development lifecycle until completion
Git worktree management for parallel SPEC development with isolated workspaces, automatic registration, and seamless MoAI-ADK integration
GitFlow automation and PR policy enforcement for MoAI-ADK workflows.
Configure repository with development branch workflow, main branch protection, and PR validation per agent-guide-development-branch-setup.md. Executes setup steps atomically. Use for new repository setup, fixing validation failures, or recovering from configuration drift. Always uses Git MCP server for safe execution.
Git worktreeを使った並列開発を支援。git gtr コマンドで worktree 操作を行う。 【必須発動キーワード】以下を含む発言時は必ずこのスキルを呼び出すこと: - 「worktree」「ワークツリー」 - 「別ブランチで作業」「別リポジトリで」 - 「mainでテスト」「mainで確認」「mainでビルド」 - 「PR #XXX を見て」「PRのコードを確認」 - 「並列でテスト」「複数ブランチで」 - 「git gtr」 重要: git worktree コマンドではなく git gtr コマンドを使用すること。
Orchestrate large multi-workstream projects using git worktrees for parallel development. Load MasterSpec, allocate worktrees, dispatch implementers, monitor convergence, process merge queue.
GitHub workflow patterns for Orchestrator AI. Branch naming, PR process, code review, CI/CD. CRITICAL: Use conventional branch names (feature/, fix/, chore/). PRs require quality gates to pass. Use GitHub Actions for CI/CD.
Git worktree management for parallel SPEC development with isolated workspaces, automatic registration, and seamless MoAI-ADK integration
Provides comprehensive knowledge about moonrepo/moon for monorepo management and task running. Use when user asks about moon configuration, workspace setup, task definitions, CI/CD integration, proto toolchain, caching, optimization, or migration from other tools. Triggers on "moon", "moonrepo", "monorepo with moon", ".moon/", "moon.yml", "workspace.yml", "proto toolchain", "moon task", "moon ci".
Generate GitHub Actions workflows for production deployment with staged rollout
Guide for creating releases following GitFlow, version bumping, changelog updates, and CI/CD pipeline
Roll out or update a GitHub Actions workflow file across multiple org repositories with signed commits and PRs
Isolated workspace creation - creates git worktrees with smart directory selection and safety verification for parallel feature development.
Manager session that launches worker Claude instances in parallel git worktrees for concurrent implementations. Observer subagents monitor workers and report results. Manager evaluates implementations and accepts the best one into the target branch.