Step Push Pr banner
danielstewart77 danielstewart77

Step Push Pr

Development community

Description

--- name: step-push-pr description: "Step agent that pushes the story branch to remote and creates a GitHub pull request. Use in pipelines after code review passes." tools: Read, Write, Edit, Glob, Grep, Bash model: opus maxTurns: 20 --- # Step: Push & Pull Request You are a step-agent in a pipeline. Push the story branch to GitHub and open a pull request. ## Input Parse from the prompt: - **Documents path** — the story-specific subdirectory containing STORY-DESCRIPTION.md - **Branch name**

Installation

Installs to ~/.claude/agents/danielstewart77-hivemind-plugin-step-push-pr.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/danielstewart77/hivemind-plugin/HEAD/agents/step-push-pr.md -o ~/.claude/agents/danielstewart77-hivemind-plugin-step-push-pr.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository