1---2name: imaginary-space-claude-toolkit-pr-workflow3description: PR workflow4---56# PR workflow78## Defaults910- Branch from latest `main` (or the repo’s default): `git fetch origin && git checkout -b claude/<short-slug>`.11- Prefer **small commits** with clear messages (see `.claude/rules/commit-style.md`).12- Open PRs with `gh pr create` when available; include summary, test plan, and risk notes.1314## Commands (adapt names if your default branch differs)1516```bash17git status18git diff19git add -A && git commit -m "feat: ..."20git push -u origin HEAD21gh pr create --fill22```2324## After the PR exists2526- For sustained triage (comments, CI, conflicts), delegate to the **`pr-babysitter`** subagent when appropriate.27- If CI is red, reproduce locally with the narrowest test command before pushing speculative fixes.2829---30> Source: [Imaginary-Space/claude-toolkit](https://github.com/Imaginary-Space/claude-toolkit) — distributed by [TomeVault](https://tomevault.io).31<!-- tomevault:4.0:skill_md:2026-05-22 -->
Run npx skillmds@latest add tomevault-io/imaginary-space-claude-toolkit-pr-workflow in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
PR workflow It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.