From my-claude-codex
Use when the user asks to create, update, synchronize, merge, close, reopen, mark draft, or mark ready a pull request, or when PR title, body, branch, label, merge, or publish authorization conventions matter. Caruso/JasperLabs scoped. Not for PR review comments; use resolve-pr-comments.
How this skill is triggered — by the user, by Claude, or both
Slash command
/my-claude-codex:prThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill defines PR workflow conventions for Caruso/JasperLabs repos: authorization boundaries, conventions per lifecycle stage, and non-obvious gotchas. Assume normal git/gh mechanics are known.
This skill defines PR workflow conventions for Caruso/JasperLabs repos: authorization boundaries, conventions per lifecycle stage, and non-obvious gotchas. Assume normal git/gh mechanics are known.
A user request to create, update, synchronize, or merge a PR is explicit confirmation for the necessary scoped commit, push, PR edit, or PR merge action in that request.
A user request to close, reopen, mark draft, or mark ready a PR is explicit confirmation for that requested PR state change.
Still ask before:
main / master.app-XXXXX-* or *-APP-XXXXX-* (where * is a wildcard).<ISSUE-ID> | <conventional commit subject>, imperative, under 70 chars; omit issue prefix if no issue. <ISSUE-ID> is uppercase (e.g. APP-21005), even though the branch prefix is lowercase.## Summary heading aids reading for a multi-point change. No ## Test plan section — change details belong in commits and automated tooling, not in a body that drifts on follow-up pushes.agentic-dev PR by default. Skip only when the user states the change is human-led and the agent only shaped the PR.claude-code-assisted) just because gh pr create --label "agentic-dev PR" fails with label not found.gh label create "agentic-dev PR" --color "c4a5f7" --description "PRs created or substantially shaped by an AI coding agent", then attach. The label-creation step is durably authorized by the same PR-create request that triggered the failure; no second confirmation needed.ready or asks for a non-draft PR).gh pr comment <pr> --body '<text>' — one comment with body @codex review, another comment with body BugBot run. Two distinct comments, not a single combined one (each handle listens for its own standalone comment). Skip when the PR is created as ready.--delete-branch when closing a PR.git worktree remove; do not checkout base inside the worktree.gh pr diff --stat does not exist; use gh pr view --json files.git branch -d can fail after squash merge; use -D only when the PR is confirmed merged.--reviewer on create unless the user names a specific reviewer. Manual assignment can break round-robin distribution within the owning team.npx claudepluginhub travelthepath/my-claude-codex --plugin my-claude-codexGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.