git-workflow
Git操作の自動化とベストプラクティス。コミットメッセージ生成、バージョン更新、変更内容の要約に使用。commit、version、changelog、git操作時に使用。
Find the perfect capability for your agent.
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.
Request code review by dispatching reviewer subagent with proper context and git SHAs. WHEN: MUST use after completing major features or before merge. Invoke with "/requesting-code-review" or "request code review", "get review before merge". WHEN NOT: Receiving feedback (use receiving-code-review), design phase, debugging.
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 표준에 맞는 메시지를 작성하고 커밋합니다.
Performs interactive rebases with smart commit management and conflict resolution. Use when rebasing branches, cleaning up commit history, resolving conflicts, or when the user mentions "rebase", "interactive rebase", "squash commits", or wants to update their branch with latest changes from main/develop.
Automatically generate conventional commit messages when user has staged changes and mentions committing. Analyzes git diff and status to create properly formatted commit messages following conventional commits specification. Invoke when user mentions "commit", "staged", "committing", or asks for help with commit messages.
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 工作流规范时使用此技能。
Git worktree を作成し、並行開発用の独立したブランチ環境を構築する。プラットフォーム固有コード開発時に使用。
Guía el desarrollo de nuevas features. Usar cuando se implementa funcionalidad nueva, se trabaja en issues de GitHub, se planifica arquitectura, o se crean PRs de desarrollo.
git status / diff を確認し、Conventional Commits 形式でコミットしてプッシュするための手順。差分の断面を残したいときや一定量の修正がまとまったときに使用する。
Use this agent when conducting thorough research on a repository's structure, documentation, and patterns. Specializes in analyzing architecture files, examining GitHub issues, reviewing contribution guidelines, and searching for implementation patterns. Triggers on requests like "analyze repository", "research codebase structure", "find patterns in repo".