Skip to content

shaal/skill-ship-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ship-task

A Claude Code skill that runs a four-phase workflow to complete and ship a task end-to-end, with a confidence gate before commit.

What it does

When invoked (e.g. /ship-task, or "ship the next task"), the skill runs four phases in strict order:

  1. Complete the next task — from a task document or a beads (br / beads_rust) backlog.
  2. Confidence check (4-axis rubric) — score the change on four 0–25 axes: Requirements Fit, Functional Robustness, Verification Evidence, System Safety & Integration. Each axis demands concrete evidence (executed tests, probes, real-environment runs — not "I read the code"). Total must be ≥95 with no axis below 15, no rounding. Iterate until the gate passes. Optionally escalate to an external Grok second opinion (user relays the prompt and response) when confidence stalls on genuine uncertainty.
  3. Update documentation — only what actually changed or was learned this session.
  4. Commit — via the project's /commit skill if present, otherwise a plain git commit. Does not push unless asked.

The confidence gate is the point: an honest 78% that leads to fixing three gaps is the value.

Install

User-level (available in all projects)

git clone https://github.com/shaal/skill-ship-task.git ~/.claude/skills/ship-task

Note: the repo is skill-ship-task but the skill folder is ship-task — the folder name should match the name: field in SKILL.md frontmatter, which is what Claude Code uses to load and invoke the skill.

Project-level (shared via the project's repo)

git clone https://github.com/shaal/skill-ship-task.git <your-repo>/.claude/skills/ship-task

Then commit .claude/skills/ship-task/ into your project so collaborators get it automatically.

Update

cd ~/.claude/skills/ship-task && git pull

Customize

SKILL.md is a single self-contained file. Edit it freely — the frontmatter description is the trigger text Claude uses to decide when to invoke the skill, so keep that field accurate if you change the workflow.

License

MIT — see LICENSE.

About

A Claude Code skill that runs a four-phase ship workflow with a confidence gate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors