Skip to main content
ClaudeWave
Skill0 repo starsupdated yesterday

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.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-ship && cp -r /tmp/mindforge-ship/.agent/skills/mindforge-ship ~/.claude/skills/mindforge-ship
Then start a new Claude Code session; the skill loads automatically.

SKILL.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.