ワンクリックで
git-workflow
Standard unified VCS workflow — every code change must go through a branch, PR, and merge for traceability.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Standard unified VCS workflow — every code change must go through a branch, PR, and merge for traceability.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | git-workflow |
| description | Standard unified VCS workflow — every code change must go through a branch, PR, and merge for traceability. |
<tools_required>
vcs_create_work_itemvcs_create_prvcs_merge_prvcs_add_commentgit commands)
</tools_required>Hypothesis-Driven Verification: Before running verification commands, explicitly state your expectations:
After running, compare actual results to expectations. Report discrepancies in your output under ## Expected vs Actual. Unexpected results indicate either a bug in the implementation or a gap in understanding.
Do NOT create a PR with broken builds or failing tests.
Invoke `vcs_create_pr` with `title`, `head`, `base` (master), and `body` containing `Fixes #`. Invoke `vcs_merge_pr` to merge the PR into master. Use `merge_method: "squash"` for clean history. Run `git checkout master && git pull --rebase` to sync the merged changes locally.<error_handling>
GITHUB_TOKEN or ADO_PAT.vcs_add_comment requires item_type: "workitem" or "pullrequest".TEMPORARILY DISABLED. Do not use this skill for automatic Optimus fleet dispatch. The Optimus orchestrator passthrough is currently disabled because wait_for_completion can exceed MCP request timeouts; when users ask for optimus-fleet, fleet mode, or automatic orchestration, explain that the skill is disabled and use manual step-by-step execution or direct sub-agents instead.
First-run protocol for the Master Agent. Read this BEFORE using any Optimus MCP tools.
Dispatches a task to a specialized agent role using async-first, non-blocking delegation via the Spartan Swarm.
Integrate Optimus Agent Runtime into external applications via HTTP REST, TypeScript SDK, or CLI contract. Use when a user wants to embed AI agent capabilities into their own app, service, or CI/CD pipeline — without dealing with MCP transport.
Autonomous release gate: runs on a schedule, inspects commits since the last tag, determines whether to release, and executes the release pipeline via the release-process skill.
Generic, config-driven release process for any project type. Covers version bumping, changelog, build, documentation, tagging, and publishing with auto-detection for npm, Python, and Rust projects.