sealmindset/Ship It

Guided delivery skill that helps new developers ship code to production through simple yes/no questions — no DevOps knowledge required.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token for API access (PR creation, labels, status checks)yes${{ github.token }}
modeHow the skill was triggered. "interactive" for CLI Q&A, "ci" for automated PR pipeline behavior.noci
intentOverride intent classification. Only used in CI mode when the label is already applied. One of: experiment, shareable, prod-ready.no""
dev-environmentGitHub environment name for dev deployments.nodev
prod-environmentGitHub environment name for production deployments (should have required reviewers configured).noproduction
working-directoryDirectory to run the skill in. Defaults to repo root.no.
argumentsArguments passed from /ship-it command (e.g., "save" for save mode).no""
namedescription
intentThe classified intent: experiment, shareable, or prod-ready
pr-urlURL of the created or updated pull request
pr-numberNumber of the created or updated pull request
blockers-foundWhether hard blockers were detected (true/false)
blocker-summaryPlain-language summary of any blockers found
deploy-targetWhere the artifact should deploy based on intent: none, dev, or dev+prod