Original skill document
Rendered from the source repository. Headings, examples, code, tables, links, and referenced images are preserved.
Invocation requests fix → smallest matching check → commit → push for the named issues. This is not /w-ship (no PR, not the full pre-push suite) and not a merge or deploy. Follow git publish.
- If creating a new branch,
git fetch originthengit switch -c <name> --no-track origin/mainfirst — never skip fetch, never a stale localmain. Address the reported errors, warnings, or feedback (lint, types, tests, reviews). - Run the smallest existing check that matches the failure. Never the full pre-push suite.
- Commit intended paths only, then push the inspected upstream. Do not open a PR unless the user asked
/w-pror/w-ship.

