Skip to main content
Cloud pipelines get a PR opened, reviewed, and CI’d without you. Skills are what you run from a Claude Code session when you are the one driving a PR to merge.
A skill in this catalog is a slash-command shipped by JacobPEvans/claude-code-plugins. The plugin repo carries the source — each skill is a folder with SKILL.md, prompts, and supporting scripts; this section carries the human-readable narrative for the load-bearing ones. Skills are the local-execution counterpart to the cloud pipelines and scheduled routines. When the cloud finishes the job, you do not run a skill. When the cloud opens a draft PR but cannot drive it all the way (CodeQL alert needs human triage, review threads need negotiation, CI flake needs a retry strategy), you /ship it from a session.

What is documented here

SkillUse when
/ship and /finalize-prYou have a PR open and want it driven to a fully-mergeable state in one command
/resolve-codeqlA PR is blocked on a CodeQL alert that does not show up in gh pr checks
More skills exist in claude-code-plugins; only the ones that participate in the issue → mergeable PR flow are written up here. The full catalog (commands, hooks, agents, skills) lives on the claude-code-plugins page.

Where to go next

claude-code-plugins

The source repo and full plugin catalog.

Cloud pipelines

The event-triggered half — what skills do not have to do because the cloud already handled it.

Issue to PR pipeline

Where each skill plugs into the broader flow.

Commit conventions

The voice and commit-shape rules every skill applies before pushing.