gh-create-pr
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Create Pull Request
Commit changes, push to remote, and create a pull request with a conventional commit-style title and comprehensive description: $ARGUMENTS
Current Repository State
- Git status: !
git status --porcelain - Current branch: !
git branch --show-current - Default branch: !
git rev-parse --abbrev-ref origin/HEAD 2>/dev/null | sed 's|origin/||' || echo main - Staged changes: !
git diff --cached --stat - Unstaged changes: !
git diff --stat - Recent commits on this branch: !
git log --oneline -10 - Existing PR for branch: !
gh pr view --json number,title,body 2>/dev/null || echo "No existing PR"
What This Command Does
More from flora131/atomic
research-codebase
Document codebase as-is with research directory for historical context
180explain-code
Explain code functionality in detail.
176prompt-engineer
Create, improve, or optimize prompts using best practices
170gh-commit
Create well-formatted commits with conventional commit format.
168context-compression
This skill should be used when the user asks to "compress context", "summarize conversation history", "implement compaction", "reduce token usage", or mentions context compression, structured summarization, tokens-per-task optimization, or long-running agent sessions exceeding context limits. A core context engineering skill — also activates when the user mentions "context engineering" or "context-engineering" in the context of managing token budgets and session longevity.
168sl-commit
Create well-formatted commits with conventional commit format using Sapling.
168