If you're managing GitHub issues through Marshroom's cart system, this automates the tedious setup when you start work. It finds the issue in your local state file, checks out a properly named branch, pulls latest from main, and critically, updates the issue status to running. The skill is opinionated about branch naming (Feature/#N or HotFix/#N) and won't let you proceed if the state.json update fails, which is the right call since Marshroom depends on that file for tracking. It injects the full issue body as context and optionally kicks into plan mode. Saves you from manually syncing state between your issue tracker and git branches.
npx skills add https://github.com/vkehfdl1/marshroom --skill start-issue