continue
Solidmeasure the trunk delta, then run the sync it planned against four narrow allows, ending on the trunk
Install
Quality Score: 80/100
Skill Content
Details
- Author
- MaisonDeVolonte
- Repository
- MaisonDeVolonte/construct
- Created
- 4 weeks ago
- Last Updated
- 2 days ago
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
prune
prune the dead tracking refs, report the trunk delta, then hand back every merged branch delete command
sync
Bring the local repository in line with its remote — fetch, prune, fast-forward the base branch, and report what diverged. It never rebases a feature branch, never resolves a conflict, and never discards a local commit. Use when asked to sync, pull latest, update from main, get up to date, catch up with remote, 同步一下, 拉一下最新的, 更新到最新, 跟 main 对齐, 更新一下代码. Not for shipping changes, deleting merged branches, or resolving a merge conflict.
rerun
merge the current default branch into a stale PR so its CI re-runs against a trunk that has since moved