Claude-skill-registry committing-and-creating-pr

Commits changes, pushes to remote, and creates a draft PR. Use when: user wants to commit and create PR in one flow.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/commit-and-pr" ~/.claude/skills/majiayu000-claude-skill-registry-committing-and-creating-pr && rm -rf "$T"
manifest: skills/data/commit-and-pr/SKILL.md
source content

Commit and PR Skill

Execute

/commit-and-pr
slash command.

See commit-and-pr.md for workflow.