skill
職業分類
説明
更新
push
ソフトウェア開発者
Push the current feature branch to origin and create or update the corresponding pull request targeting `develop`.
2026-03-27
land
ソフトウェア開発者
Land a PR by monitoring feedback, resolving conflicts against `develop`, waiting for checks, and squash-merging when green.
2026-03-12
commit
ソフトウェア開発者
Create a well-formed git commit from current changes using session history for rationale and summary; use when asked to commit, prepare a commit message, or finalize staged work.
2026-03-12
pull
ソフトウェア開発者
Pull the latest integration branch into the current feature branch and resolve merge conflicts. Use when Codex needs to sync a feature branch with origin using a merge-based update.
2026-03-12