brane-ship
Installation
SKILL.md
Brane Ship - Verify & Commit Workflow
This skill orchestrates the complete verification-to-commit workflow for Brane SDK changes.
Related Skills:
/brane-impact- Detailed impact analysis and test discovery (invoked automatically in Step 2)
When to Use
After implementing a fix or feature, invoke /brane-ship to:
- Analyze what was changed
- Run impact analysis (uses
brane-impactskill logic) - Test affected modules in dependency order
- Run pre-commit checks
- Commit and push (with approval)