Problem
What problem this solves
Work can get stuck in a half-finished state where the changes are ready locally but never move cleanly through the final shipping step.
Skill Detail
Commit and push quickly when the work is actually ready, instead of stretching closure into another vague step.
A shipping skill for moving finished work through the final commit-and-push path and recording the shipping result when a chantier spec is in scope.
Problem
Work can get stuck in a half-finished state where the changes are ready locally but never move cleanly through the final shipping step.
Outcome
You get a more decisive transition from verified local work to committed and pushed changes, with visible handling of linked bug risk.
Why It Matters
This skill matters because shipping should be a crisp move, not an endless wobble after the real work is already done, and it should not blur residual bug risk into a false sense of closure.
Arguments
These are the argument switches documented for this skill. For the general rule behind skill arguments, read the skill modes tutorial.
no special argumentRuns quick ship mode: lightweight checks when practical, then commit and push.
Stages only changes that clearly belong to the current task or the selected shipping scope.
skip-checkSkips the pre-commit checks.
The report must say validation was skipped; this is a force-through path, not proof the work is safe.
end la tache / end / fin / close taskSwitches from quick ship to full close mode.
Adds the formal close-out flow before shipping, including task/changelog bookkeeping when relevant.
all-dirty / ship-all / tout-dirtyStages the entire dirty Git state in the selected repo after the secret check.
Includes modified, deleted, and untracked files even when they were not touched in the current conversation.
Related Skills
Run the standard technical checks and fix the obvious issues before you pretend the work is done.
A practical quality gate for typecheck, lint, build, and related technical validation in the current project.
Open skill pageCheck whether the work really satisfies the user story, not just whether the code compiles.
A verification skill for standard readiness or an explicit excellence-focused second pass beyond the task's acceptance criteria.
Open skill pageCheck whether production is actually healthy after a push instead of assuming the deploy tells the truth.
A production verification skill for deployment status, logs, and live health checks after release.
Open skill pageGo Deeper
Use the public catalog for education and workflow selection. Move to the docs and GitHub when you want the operator-grade execution details behind the skill system.