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