agentskills.codes

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.zip

Installs 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

  1. If ## [Unreleased] in CHANGELOG.md wasn't updated, update it and commit: docs: update changelog.
  2. git push -u origin HEAD.
  3. Title: <type>(<scope>): <short> (conventional, under 70 chars). Derive type from branch prefix (feat/feat, fix/fix, docs/docs, ref/ref). If $ARGUMENTS is an issue number, pull the title via gh issue view <num> --json title -q '.title'.
  4. Pick one label: bug (fix/), enhancement (feat/), documentation (docs/), refactoring, pure testing, dependencies.
  5. Open:
    gh 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
    )"
    
    Drop the Closes line if there's no linked issue. Body under 15 lines.
  6. Report URL.

Search skills

Search the agent skills registry