From zen
Create a GitHub pull request using .github/PULL_REQUEST_TEMPLATE.md. Use only when the user explicitly invokes /zen:pr.
How this skill is triggered — by the user, by Claude, or both
Slash command
/zen:prThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a GitHub pull request for the current branch using the repository's PR template.
Create a GitHub pull request for the current branch using the repository's PR template.
Follow this exact workflow:
git status --short.git branch --show-current.git remote -v.git log --oneline --decorate -10.gh repo view --json defaultBranchRef when available.git diff <base-branch>...HEAD to understand all changes in the PR.main or master; ask the user to create a feature branch first./zen:commit first unless they explicitly want a draft with uncommitted work excluded./zen:push workflow..github/PULL_REQUEST_TEMPLATE.md. If it is missing, stop and say the template is missing.Use a concise title under 70 characters.
Fill the body according to .github/PULL_REQUEST_TEMPLATE.md.
Keep template headings and checklist structure intact.
Base the summary and test plan on the actual commits and diff, not guesswork.
Include this footer if the template has no conflicting footer section:
Generated with Claude Code
gh pr create.Arguments from the user, if any, are additional PR instructions such as title hints, draft mode, reviewers, or labels:
$ARGUMENTS
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub syouzen/syouzen-kit --plugin zen