codemie-pr

Installation
SKILL.md

CodeMie Pull Request Workflow

Instructions

1. Check Current State

Always start by checking git status:

# Current branch
git branch --show-current

# Uncommitted changes
git status --short

# Existing PR for current branch
gh pr list --head $(git branch --show-current) 2>/dev/null || echo "No PR"
Related skills

More from codemie-ai/codemie-code

Installs
6
GitHub Stars
210
First Seen
Mar 10, 2026