一键导入
push
Validate, push current branch, and create or update its GitHub pull request. Use when publishing implementation work or preparing review handoff.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validate, push current branch, and create or update its GitHub pull request. Use when publishing implementation work or preparing review handoff.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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.
Sync current branch with origin/main using the repo's merge-based workflow. Use before implementation and before handoff.
Create a well-formed git commit from current changes. Use when asked to commit, finalize staged work, or prepare branch history for push.
基于 SOC 职业分类
| name | push |
| description | Validate, push current branch, and create or update its GitHub pull request. Use when publishing implementation work or preparing review handoff. |
gh auth status --active --hostname github.com succeeds for PR operations.origin/main; use the pull skill first when stale.Run validation appropriate for the current branch scope before every push. Include any issue-provided validation. Do not downgrade explicit issue tests. Do not publish if required validation failed.
git status --short --branchgit log -1 --onelinegit branch --show-currentmain unless user explicitly wants to publish from
main.origin/main; otherwise run pull skill and
rerun validation.git push -u origin HEAD--force-with-lease only after history was rewritten locallygh auth status --active --hostname github.comgh repo view --json url -q .url only
when it fixes auth without rewriting persistent remotesgh pr view --json url,state,mergeStateStatus,reviewDecision,headRefOidgh pr checks## Issue
closes <issue identifier or link>
## Summary
- <full scope>
## Validation
- <command>: <result>
## Risks
- <risk or "None known">
--force.