Push branch and open a PR (assigned to @me, labeled, Closes #N)
Install
mkdir -p .claude/skills/pr-phel-lang && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13468" && unzip -o skill.zip -d .claude/skills/pr-phel-lang && rm skill.zipInstalls to .claude/skills/pr-phel-lang
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Push branch and open a PR (assigned to @me, labeled, Closes #N)63 charsno explicit “when” trigger
About this skill
PR
Context
!git branch --show-current
!git log main..HEAD --oneline
Instructions
- If
## [Unreleased]inCHANGELOG.mdwasn't updated, update it and commit:docs: update changelog. git push -u origin HEAD.- Title:
<type>(<scope>): <short>(conventional, under 70 chars). Derive type from branch prefix (feat/→feat,fix/→fix,docs/→docs,ref/→ref). If$ARGUMENTSis an issue number, pull the title viagh issue view <num> --json title -q '.title'. - Pick one label:
bug(fix/),enhancement(feat/),documentation(docs/),refactoring,pure testing,dependencies. - Open:
Drop thegh pr create --title "<title>" --assignee @me --label "<label>" --body "$(cat <<'EOF' ## Summary - <what + why, one or two bullets> ## Test plan - [ ] `composer test` green locally - [ ] CI green Closes #<issue-number> EOF )"Closesline if there's no linked issue. Body under 15 lines. - Report URL.