pr — for Claude Code abuxton.github.io, community, for Claude Code, ide skills, blogging, coding, discussion, opinion, technology, gh issue view

v1.0.0

关于此技能

适用场景: Ideal for AI agents that need create a pull request based on issue #$arguments. follow these steps systematically:. 本地化技能摘要: Blog.abcdevelopment.co.uk Create a pull request based on issue #$ARGUMENTS. It covers ai, blogging, coding workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

功能特性

Create a pull request based on issue #$ARGUMENTS. Follow these steps systematically:
Phase 0: Setup and Worktree Decision
Ask the user: "Do you want to use a git worktree for this issue? (y/n)"
If yes: Create worktree ./worktree-issue-$ARGUMENTS-[desc] with branch issue-$ARGUMENTS-[desc]
If no: Create a new branch: git checkout -b issue-$ARGUMENTS-[brief-description]

# 核心主题

abuxton abuxton
[0]
[0]
更新于: 3/21/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

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

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
33
Canonical Locale
en
Detected Body Locale
en

适用场景: Ideal for AI agents that need create a pull request based on issue #$arguments. follow these steps systematically:. 本地化技能摘要: Blog.abcdevelopment.co.uk Create a pull request based on issue #$ARGUMENTS. It covers ai, blogging, coding workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

核心价值

推荐说明: pr helps agents create a pull request based on issue #$arguments. follow these steps systematically:. Blog.abcdevelopment.co.uk Create a pull request based on issue #$ARGUMENTS. This AI agent skill supports

适用 Agent 类型

适用场景: Ideal for AI agents that need create a pull request based on issue #$arguments. follow these steps systematically:.

赋予的主要能力 · pr

适用任务: Applying Create a pull request based on issue #$ARGUMENTS. Follow these steps systematically:
适用任务: Applying Phase 0: Setup and Worktree Decision
适用任务: Applying Ask the user: "Do you want to use a git worktree for this issue? (y/n)"

! 使用限制与门槛

  • 限制说明: SIMPLE: Single file, typos, docs-only, trivial test updates
  • 限制说明: Basic linting check only
  • 限制说明: Prepend: This is entirely from an agent so do not review until I have pinged for review as I will do a first pass

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - 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.

评审后的下一步

先决定动作,再继续看上游仓库材料

Killer-Skills 的主价值不应该停在“帮你打开仓库说明”,而是先帮你判断这项技能是否值得安装、是否应该回到可信集合复核,以及是否已经进入工作流落地阶段。

实验室 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

pr 是什么?

适用场景: Ideal for AI agents that need create a pull request based on issue #$arguments. follow these steps systematically:. 本地化技能摘要: Blog.abcdevelopment.co.uk Create a pull request based on issue #$ARGUMENTS. It covers ai, blogging, coding workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

如何安装 pr?

运行命令:npx killer-skills add abuxton/abuxton.github.io/pr。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

pr 适用于哪些场景?

典型场景包括:适用任务: Applying Create a pull request based on issue #$ARGUMENTS. Follow these steps systematically:、适用任务: Applying Phase 0: Setup and Worktree Decision、适用任务: Applying Ask the user: "Do you want to use a git worktree for this issue? (y/n)"。

pr 支持哪些 IDE 或 Agent?

该技能兼容 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。可使用 Killer-Skills CLI 一条命令通用安装。

pr 有哪些限制?

限制说明: SIMPLE: Single file, typos, docs-only, trivial test updates;限制说明: Basic linting check only;限制说明: Prepend: This is entirely from an agent so do not review until I have pinged for review as I will do a first pass。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add abuxton/abuxton.github.io/pr。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    pr 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

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

Blog.abcdevelopment.co.uk Create a pull request based on issue #$ARGUMENTS. It covers ai, blogging, coding workflows. This AI agent skill supports Claude

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

Create a pull request based on issue #$ARGUMENTS. Follow these steps systematically:

Phase 0: Setup and Worktree Decision

  1. Ask the user: "Do you want to use a git worktree for this issue? (y/n)"
    • If yes: Create worktree ./worktree-issue-$ARGUMENTS-[desc] with branch issue-$ARGUMENTS-[desc]
    • If no: Create a new branch: git checkout -b issue-$ARGUMENTS-[brief-description]

Phase 1: Issue Analysis and Complexity Assessment

  1. Analyse the issue:

    • Launch a haiku agent to: fetch issue #$ARGUMENTS with gh issue view, summarise it, identify related code areas using Glob/Grep, and return structured findings
  2. Assess complexity (SIMPLE / MEDIUM / COMPLEX):

    • SIMPLE: Single file, typos, docs-only, trivial test updates
    • MEDIUM: 2-5 files, bug fixes, standard test updates
    • COMPLEX: New features, architectural changes, statistical implementations
  3. Execute workflow based on tier:

FOR SIMPLE ISSUES:

  • Quick codebase search for relevant code
  • Implement changes directly
  • Basic linting check only
  • Skip to Phase 4

FOR MEDIUM ISSUES:

  • Launch parallel haiku agents to: (a) search codebase for relevant files, (b) search CLAUDE.md and project docs for relevant guidelines
  • Create lightweight plan in memory
  • Continue to Phase 2

FOR COMPLEX ISSUES:

  • Write issue analysis to issue_analysis_$ARGUMENTS.md
  • Launch parallel haiku agents for codebase search and context mining
  • Launch a sonnet agent to: create a detailed implementation plan with file modifications, code snippets, and testing strategy
  • Write plan to pr_plan_issue_$ARGUMENTS.md
  • Iterate on plan if needed
  • Continue to Phase 2

Phase 2: Implementation

  1. Implement the changes:
    • For statistical/research code: use /stats-implement patterns
    • Write and run tests
    • Fix based on test results
    • For independent tasks, use parallel subagents

Phase 3: Quality Assurance (complexity-based)

SIMPLE: Basic lint check and run tests if applicable

MEDIUM: Run lint, docs check, code review, tests, and requirements check

COMPLEX: All of MEDIUM plus statistical review (if applicable) and academic writing review (if applicable)

Phase 4: Final Verification and PR Creation

  1. Fix any issues from quality checks
  2. For MEDIUM/COMPLEX: Self-review the completed work
  3. Verify all acceptance criteria are met
  4. For COMPLEX: Clean up planning documents
  5. Create well-structured commits, push the branch, and create PR:
    • Title: "Fix #$ARGUMENTS: [Clear description]"
    • Prepend: **This is entirely from an agent so do not review until I have pinged for review as I will do a first pass**
    • Include summary, changes, testing, and related issues

相关技能

寻找 pr 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

本地化技能摘要: 🦞 # 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
AI

widget-generator

Logo of f
f

本地化技能摘要: 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, Cursor, and Windsurf

149.6k
0
AI

flags

Logo of vercel
vercel

本地化技能摘要: 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
浏览器

pr-review

Logo of pytorch
pytorch

本地化技能摘要: 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
开发者工具