pr-prep — community pr-prep, claude-docs, community, ide skills

v1.0.0

Об этом навыке

Full pre-merge workflow for a GitHub issue — rebase, /verify, acceptance criteria audit, /code-review, /create-pr, and post-merge cleanup. Run after /human-test passes. Triggers on ready to merge, prepare the PR, merge this, or finalize #N.

timveo timveo
[0]
[0]
Updated: 3/19/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 1/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Review Score
1/11
Quality Score
31
Canonical Locale
en
Detected Body Locale
en

Full pre-merge workflow for a GitHub issue — rebase, /verify, acceptance criteria audit, /code-review, /create-pr, and post-merge cleanup. Run after /human-test passes. Triggers on ready to merge, prepare the PR, merge this, or finalize #N.

Зачем использовать этот навык

Full pre-merge workflow for a GitHub issue — rebase, /verify, acceptance criteria audit, /code-review, /create-pr, and post-merge cleanup. Run after /human-test passes. Triggers on ready to merge, prepare the PR, merge this, or finalize #N.

Подходит лучше всего

Suitable for operator workflows that need explicit guardrails before installation and execution.

Реализуемые кейсы использования for pr-prep

! Безопасность и ограничения

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The page lacks a strong recommendation layer.
  • - The page lacks concrete use-case guidance.
  • - The page lacks explicit limitations or caution signals.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is pr-prep?

Full pre-merge workflow for a GitHub issue — rebase, /verify, acceptance criteria audit, /code-review, /create-pr, and post-merge cleanup. Run after /human-test passes. Triggers on ready to merge, prepare the PR, merge this, or finalize #N.

How do I install pr-prep?

Run the command: npx killer-skills add timveo/claude-docs/pr-prep. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

Which IDEs are compatible with pr-prep?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add timveo/claude-docs/pr-prep. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use pr-prep immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

pr-prep

Install pr-prep, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

/pr-prep — Prepare PR for Merge

Full pre-merge workflow: rebase, quality suite, acceptance criteria audit, code review, PR creation, and post-merge cleanup. Run this after /human-test passes.

Usage: /pr-prep 42

This command orchestrates: /verify/code-review/create-pr → cleanup.


Step 1 — Sync with main

bash
1git fetch origin main 2git rebase origin/main

If there are conflicts, resolve them carefully. For any non-obvious conflict, ask the user for guidance rather than guessing at intent.


Step 2 — Full quality suite

bash
1/verify

All checks must be green before proceeding. Fix anything failing.


Step 3 — Quality gate confirmation

Before running the code review, confirm the required gates have been run. Check the PR description for these checkboxes — if either is unchecked and not marked N/A, stop and run them now.

bash
1gh pr view $ARGUMENTS --json body --jq '.body'

Gates required before merge:

  • /security-review — mandatory if the diff touches: auth, sessions, JWT, user data, payments, file uploads, external integrations, or any new API route
  • /performance-review — mandatory if the diff touches: database queries, findMany, list/table rendering, search endpoints, background jobs, or package.json

If either applies and hasn't been run: run it now and address findings before proceeding.


Step 4 — Acceptance criteria audit

bash
1gh issue view $ARGUMENTS

Go through every acceptance criterion and confirm it is satisfied:

Final Acceptance Criteria Audit — Issue #[N]:
✅ [Criterion 1] — [test name or observable behavior]
✅ [Criterion 2] — [test name or observable behavior]
✅ TypeScript: no errors
✅ All tests passing

If any criterion is unmet, fix it now. Do not proceed with an unmet criterion.


Step 5 — Code review

bash
1/code-review

Address any Critical or Warning findings before marking the PR ready.


Step 6 — Create / finalize PR

bash
1/create-pr

Step 7 — Wait for approval and merge

CI will run. Once a reviewer approves and all checks are green, the PR can be merged.

Merge strategy: squash merge — keeps main history clean, one commit per feature.


Step 8 — Post-merge cleanup

Once merged:

bash
1# Remove the worktree (run from the main repo directory, not the worktree) 2git worktree remove [worktree-path] 3git branch -d [branch-name]

Close the issue if not auto-closed by "Closes #N":

bash
1gh issue close $ARGUMENTS \ 2 --comment "Completed in PR #[pr-number] — merged to main."

Check if the milestone is now complete:

bash
1gh issue list --milestone "[milestone-name]" --state open

If all issues are closed:

bash
1gh api repos/:owner/:repo/milestones/[milestone-number] \ 2 --method PATCH \ 3 --field state="closed"

Step 9 — What's next

bash
1/parallel-status

See what other features are in progress, what's ready to start, and what needs attention.

Связанные навыки

Looking for an alternative to pr-prep or another community skill for your workflow? Explore these related open-source skills.

Показать все

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Создание настраиваемых плагинов виджетов для системы ленты новостей prompts.chat

flags

Logo of vercel
vercel

Фреймворк React

138.4k
0
Браузер

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Разработчик