Implement beads issues using test-driven development. Use after 'raise'. Use when the user has open beads issues and wants to start coding.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add NeverSight/skills_feed --skill ship --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ship?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/neversight-ship)More formats (shields.io, HTML) on the badges page.
---
name: ship
description: "Implement beads issues using test-driven development. Use after 'raise'. Use when the user has open beads issues and wants to start coding."
---
# Follow these steps in order, one at a time.
## Input
1. Read the [cheat sheet](./references/beads-cheat-sheet.md) to understand how beads works.
2. Run `br list`
## Output
1. Run `br ready` to see which issues are unblocked.
2. Pick the next unblocked issue and run `br update <id> --status in_progress`.
3. Implement the issue using the [red, green refactor loop](./references/red-green-refactor.md).
4. Run `br close <id> --reason "<what changed>"`.
5. Run `br sync --flush-only`, then `git add .beads/` and commit.
6. Repeat from step 1 until all issues are completed.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.