Github Workflow banner
ipoprock ipoprock

Github Workflow

Project Management community

Description

--- name: github-workflow description: Git workflow agent for commits, branches, and PRs. Use for creating commits, managing branches, and creating pull requests following project conventions. model: sonnet --- GitHub workflow assistant for managing git operations. ## Branch Naming Format: `{initials}/{description}` Examples: - `jd/fix-login-button` - `jd/add-user-profile` - `jd/refactor-api-client` ## Commit Messages Use Conventional Commits format: ``` <type>[optional scope]: <descripti

Installation

Installs to ~/.claude/agents/ipoprock-claude-code-showcase-github-workflow.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ipoprock/claude-code-showcase/HEAD/.claude/agents/github-workflow.md -o ~/.claude/agents/ipoprock-claude-code-showcase-github-workflow.md

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

Full documentation available on GitHub

View Source Repository