git-worktree-workflow
Manage parallel development with git worktree for isolated story branches, conflict prevention, and efficient merge coordination
Manage parallel development with git worktree for isolated story branches, conflict prevention, and efficient merge coordination
Update spec documents by analyzing git history to sync task status with reality.
This skill provides guidance for using the gh-pr-review GitHub CLI extension to view and manage inline PR review comments from the terminal. Use this skill when working with pull request reviews, viewing inline code review threads, replying to comments, starting/submitting reviews, resolving threads, or when needing structured JSON output for PR review workflows. Triggers on requests like "show PR review comments", "reply to this thread", "start a review", "resolve threads", "view unresolved comments", or any PR code review task.
Use when working with GitHub repositories, pull requests, issues, releases, or other GitHub operations via the gh CLI
manage branches and full pull request lifecycle, from creation to merge
Gate 0 research phase for pre-dev workflow. Dispatches 3 parallel research agents to gather codebase patterns, external best practices, and framework documentation BEFORE creating PRD/TRD. Outputs research.md with file:line references.
Enforce line budgets and rotate or split large context files.
Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.
Git操作の自動化とベストプラクティス。コミットメッセージ生成、バージョン更新、変更内容の要約に使用。commit、version、changelog、git操作時に使用。
Use when starting feature work, setting up fork, or creating isolated workspaces in NEO project
Git workflow conventions. Use when committing, creating branches, or making pull requests.
PRD・機能設計・アーキテクチャからリポジトリ構造定義書(docs/repository-structure.md)を作成する。「ディレクトリ構成を決めて」「フォルダ構造を設計」「ファイル配置ルール」「プロジェクト構造」「どこに何を置くか決めて」などの依頼時に使用。ディレクトリ責務・命名規則・依存ルール・テスト配置・スケーリング方針を出力。
Create a safe checkpoint git commit on the current branch (auto-message; include agent log + safe untracked files; avoid secrets and bulky artifacts; track runs/**/{summary,report}.md only).
Git 변경사항을 분석하여 Conventional Commits 표준에 맞는 메시지를 작성하고 커밋합니다.
Manage git worktree lifecycle for parallel development. Create worktrees with port isolation, manage multiple branches simultaneously, clean up worktrees. CRITICAL: Use /create_worktree command, never manual git worktree commands. Ports auto-calculated to avoid conflicts.
Create isolated git worktrees for reviewing PRs, branches, tags, or commits without affecting main working directory.
Git 工作流和版本控制最佳实践。当用户需要管理 Git 分支、编写提交信息、解决合并冲突、或遵循 Git 工作流规范时使用此技能。