mindforge-ship
The mindforge-ship skill automates the final stage of a development workflow by pushing completed work to a remote branch, creating a pull request with auto-generated descriptions, optionally triggering automated reviews, and tracking merge status. Use this skill after the mindforge-verify-work check passes to move validated code changes from local development into the merge pipeline without manual GitHub operations.
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-ship && cp -r /tmp/mindforge-ship/.agent/skills/mindforge-ship ~/.claude/skills/mindforge-shipSKILL.md
<objective> Bridge local completion → merged PR. After /mindforge-verify-work passes, ship the work: push branch, create PR with auto-generated body, optionally trigger review, and track the merge. Closes the plan → execute → verify → ship loop. </objective> <execution_context> @.agent/workflows/mindforge-ship.md </execution_context> Execute the ship workflow from @.agent/workflows/mindforge-ship.md end-to-end.
Publish a skill to the npm registry (or private registry).
Add an idea to the backlog parking lot (999.x numbering)
Add phase to end of current milestone in roadmap
Generate tests for a completed phase based on UAT criteria and implementation
Capture idea or task as todo from current conversation context
Audit milestone completion against original intent before archiving
Cross-phase audit of all outstanding UAT and verification items
Run all remaining phases autonomously — discuss→plan→execute per phase