ScienceIsNeato

Sm Sail — Git skill for Claude Code

Git community

/sm-sail — drive a PR to green, autonomously.

How to install Sm Sail

Installs to ~/.claude/skills/scienceisneato-slop-mop-sm-sail/SKILL.md

Terminal
mkdir -p ~/.claude/skills/scienceisneato-slop-mop-sm-sail && curl -fsSL https://raw.githubusercontent.com/ScienceIsNeato/slop-mop/HEAD/commands/sm-sail.md -o ~/.claude/skills/scienceisneato-slop-mop-sm-sail/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Sm Sail does

/sm-sail — drive a PR to green, autonomously

`sm sail` is the one verb you run to move a change forward. It reads the workflow state and **drives** — running swab, scour, CI watch, and review triage in sequence — stopping only when it needs *you* to do something it can't: fix a failing gate, commit, push, open the PR, resolve a review thread, or make a decision. You do that one thing, then run `sm sail` again.

This is **a loop, not a one-shot.** Once you've started sailing a change, you own

Alternatives in Git

  • GitHub Review Failures — Use when CI checks are failing on a PR — fetches failure logs, diagnoses root causes, implements fixes, and pu 1.5k ★
  • Drive Acquisition — Work GitHub issues that drive acquisition — verify relevance, close stale ones, fan out at most two engineer a 324 ★
  • PR Autofix — Fix PRs autonomously 42 ★

Full documentation available on GitHub

View Source Repository