w-push
Installation
SKILL.md
Invocation requests pushing the current task. Follow git publish.
- Review the intended diff and required check results. Remove only temporary debug code introduced by the task.
- If task changes need committing, follow commit. Preserve unrelated staged and untracked files.
- Push to the inspected upstream. If none exists, use the repository's intended remote and current branch; resolve ambiguity before publishing.
- For a rejected push, inspect divergence and use the repository's non-destructive synchronization workflow. Never force-push or bypass hooks. Do not create a PR, deploy, or start watching CI unless requested.