pr — for Claude Code community, for Claude Code, ide skills, githooks, security-review, gh pr create, Create, Request, Handles, pre-PR

v1.0.0

Über diesen Skill

Geeigneter Einsatz: Ideal for AI agents that need create pull request. Lokalisierte Zusammenfassung: CRAFT — Community for Reproducible AI Frameworks and Tools # Create Pull Request Handles the full pre-PR workflow: health check, push, and PR creation. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Funktionen

Create Pull Request
Handles the full pre-PR workflow: health check, push, and PR creation.
Check branch — verify you're not on main. If you are, stop.
Run health check — if bin/craft-health exists, run it and address any failures before proceeding.
Review changes — show git log main...HEAD --oneline so the user can confirm the commits that will

# Kernthemen

stvangaal stvangaal
[1]
[0]
Aktualisiert: 3/19/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Geeigneter Einsatz: Ideal for AI agents that need create pull request. Lokalisierte Zusammenfassung: CRAFT — Community for Reproducible AI Frameworks and Tools # Create Pull Request Handles the full pre-PR workflow: health check, push, and PR creation. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Warum diese Fähigkeit verwenden

Empfehlung: pr helps agents create pull request. CRAFT — Community for Reproducible AI Frameworks and Tools # Create Pull Request Handles the full pre-PR workflow: health check, push, and PR creation. This AI agent

Am besten geeignet für

Geeigneter Einsatz: Ideal for AI agents that need create pull request.

Handlungsfähige Anwendungsfälle for pr

Anwendungsfall: Create Pull Request
Anwendungsfall: Handles the full pre-PR workflow: health check, push, and PR creation
Anwendungsfall: Check branch — verify you're not on main. If you are, stop

! Sicherheit & Einschränkungen

  • Einschraenkung: Ask the user — don't block
  • Einschraenkung: Requires repository-specific context from the skill documentation
  • Einschraenkung: Works best when the underlying tools and dependencies are already configured

About The Source

The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

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 und Installationsschritte

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

? Häufige Fragen

Was ist pr?

Geeigneter Einsatz: Ideal for AI agents that need create pull request. Lokalisierte Zusammenfassung: CRAFT — Community for Reproducible AI Frameworks and Tools # Create Pull Request Handles the full pre-PR workflow: health check, push, and PR creation. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Wie installiere ich pr?

Führen Sie den Befehl aus: npx killer-skills add stvangaal/craft. Er funktioniert mit Cursor, Windsurf, VS Code, Claude Code und mehr als 19 weiteren IDEs.

Wofür kann ich pr verwenden?

Wichtige Einsatzbereiche sind: Anwendungsfall: Create Pull Request, Anwendungsfall: Handles the full pre-PR workflow: health check, push, and PR creation, Anwendungsfall: Check branch — verify you're not on main. If you are, stop.

Welche IDEs sind mit pr kompatibel?

Dieser Skill ist mit 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 kompatibel. Nutzen Sie die Killer-Skills CLI für eine einheitliche Installation.

Gibt es Einschränkungen bei pr?

Einschraenkung: Ask the user — don't block. Einschraenkung: Requires repository-specific context from the skill documentation. Einschraenkung: Works best when the underlying tools and dependencies are already configured.

So installieren Sie den Skill

  1. 1. Terminal öffnen

    Öffnen Sie Ihr Terminal oder die Kommandozeile im Projektverzeichnis.

  2. 2. Installationsbefehl ausführen

    Führen Sie aus: npx killer-skills add stvangaal/craft. Die CLI erkennt Ihre IDE oder Ihren Agenten automatisch und richtet den Skill ein.

  3. 3. Skill verwenden

    Der Skill ist jetzt aktiv. Ihr KI-Agent kann pr sofort im aktuellen Projekt verwenden.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

pr

Install pr, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

SKILL.md
Readonly
Upstream Repository Material
The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Create Pull Request

Handles the full pre-PR workflow: health check, push, and PR creation.

Process

  1. Check branch — verify you're not on main. If you are, stop.

  2. Run health check — if bin/craft-health exists, run it and address any failures before proceeding.

  3. Check for agent-facing changes — run git diff main...HEAD --name-only and check if any changed files are in .claude/, hooks/, .githooks/, or bin/. If so, suggest running /security-review before proceeding. Ask the user — don't block.

  4. Review changes — show git log main...HEAD --oneline so the user can confirm the commits that will be in the PR.

  5. Push the branch — push to origin with -u flag if not already tracking.

  6. Create the PR — use gh pr create with:

    • A concise title (under 70 characters)
    • A body summarizing changes, referencing the relevant issue
    • Format:
      ## Summary
      - [bullet points of what changed and why]
      
      Closes #<issue-number>
      

Notes

  • If the health check raises failures, fix them before proceeding.
  • If bin/craft-health does not exist, skip the health check step.
  • Keep PRs focused — one feature or fix per PR.
  • This skill does NOT run security review automatically — it suggests it when relevant files are changed.

Verwandte Fähigkeiten

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

Alle anzeigen

openclaw-release-maintainer

Logo of openclaw
openclaw

Lokalisierte Zusammenfassung: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
Künstliche Intelligenz

widget-generator

Logo of f
f

Lokalisierte Zusammenfassung: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat. It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code

149.6k
0
Künstliche Intelligenz

flags

Logo of vercel
vercel

Lokalisierte Zusammenfassung: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Lokalisierte Zusammenfassung: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review. It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Entwickler