원클릭으로
pull
Sync current branch with origin/main using the repo's merge-based workflow. Use before implementation and before handoff.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Sync current branch with origin/main using the repo's merge-based workflow. Use before implementation and before handoff.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Debug this Vik repo after the single-crate refactor. Use when Codex needs to diagnose Vik runtime, workflow, daemon, orchestration, hook, prompt-rendering, provider-adapter, session JSONL.
Land a PR by resolving conflicts, handling review feedback, waiting for CI, and squash-merging when safe.
Move Vik GitHub issues through GitHub Project 4 Status values. Use before changing tracker state in Vik workflow prompts.
Validate, push current branch, and create or update its GitHub pull request. Use when publishing implementation work or preparing review handoff.
Create a well-formed git commit from current changes. Use when asked to commit, finalize staged work, or prepare branch history for push.
| name | pull |
| description | Sync current branch with origin/main using the repo's merge-based workflow. Use before implementation and before handoff. |
origin/main into the current branch.git status --short --branchgit branch --show-currentgit remote -vgit fetch origingit merge origin/maingit diff --check.git add <files> and git commit if Git did not create
the merge commit automatically.origin/mainclean or conflicts resolvedHEAD short SHAgit statusgit diffgit diff :1:path :2:pathgit diff :1:path :3:pathgit reset --hard.