pr — for Claude Code community, for Claude Code, ide skills, verify, bash git push -u origin HEAD, ### 4. Create PR, changes, feature, branch, creates

v1.0.0

关于此技能

适用场景: ship changes from a feature branch to main. runs verify first, then creates a pr following repo. 本地化技能摘要: Common packages for Luther Systems middleware services. Claude Code, Cursor, and Windsurf workflows.

功能特性

Ship changes from a feature branch to main. Runs verify first, then creates a PR following repo
Run the verify skill first. Do not proceed if any checks fail.
Stage specific files (never use git add -A)
git add <changed-files
Commit with imperative subject line

# 核心主题

luthersystems luthersystems
[1]
[0]
更新于: 2/13/2026

技能概览

先看适用场景、限制条件和安装路径,再决定是否继续深入。

适用场景: ship changes from a feature branch to main. runs verify first, then creates a pr following repo. 本地化技能摘要: Common packages for Luther Systems middleware services. Claude Code, Cursor, and Windsurf workflows.

核心价值

推荐说明: pr helps agents ship changes from a feature branch to main. runs verify first, then creates a pr following repo. Common packages for Luther Systems middleware services. Claude Code

适用 Agent 类型

适用场景: ship changes from a feature branch to main. runs verify first, then creates a pr following repo.

赋予的主要能力 · pr

适用任务: Ship changes from a feature branch to main. Runs verify first, then creates a PR following repo
适用任务: Run the verify skill first. Do not proceed if any checks fail
适用任务: Stage specific files (never use git add -A)

! 使用限制与门槛

  • 限制说明: Run the verify skill first. Do not proceed if any checks fail.
  • 限制说明: Branch protection requires:
  • 限制说明: CI must pass (golangci-lint + tests)

关于来源内容

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.

实验室 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 是什么?

适用场景: ship changes from a feature branch to main. runs verify first, then creates a pr following repo. 本地化技能摘要: Common packages for Luther Systems middleware services. Claude Code, Cursor, and Windsurf workflows.

如何安装 pr?

运行命令:npx killer-skills add luthersystems/svc。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

pr 适用于哪些场景?

典型场景包括:适用任务: Ship changes from a feature branch to main. Runs verify first, then creates a PR following repo、适用任务: Run the verify skill first. Do not proceed if any checks fail、适用任务: Stage specific files (never use git add -A)。

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 有哪些限制?

限制说明: Run the verify skill first. Do not proceed if any checks fail.;限制说明: Branch protection requires:;限制说明: CI must pass (golangci-lint + tests)。

安装步骤

  1. 1. 打开终端

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

  2. 2. 执行安装命令

    运行:npx killer-skills add luthersystems/svc。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

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

! 来源说明

此页面仍可作为安装与查阅参考。继续使用前,请结合上方适用场景、限制条件和上游仓库说明一起判断。

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

安装 pr,这是一款面向AI agent workflows and automation的 AI Agent Skill。查看功能、使用场景、限制条件与安装命令。

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

PR

Ship changes from a feature branch to main. Runs verify first, then creates a PR following repo conventions.

Workflow

1. Run Verify

Run the verify skill first. Do not proceed if any checks fail.

2. Commit Changes

bash
1# Stage specific files (never use git add -A) 2git add <changed-files> 3 4# Commit with imperative subject line 5git commit -m "$(cat <<'EOF' 6Add short description of change 7 8Optional body with context. 9 10Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> 11EOF 12)"

Commit message conventions:

  • Imperative mood: "Add", "Fix", "Bump", "Use", "Improve", "Remove"
  • Short subject line (< 72 chars)
  • NOT conventional commits (no feat:, fix: prefixes)
  • Reference issue numbers in body if applicable

3. Push Branch

bash
1git push -u origin HEAD

4. Create PR

bash
1gh pr create --title "Short imperative description" --body "$(cat <<'EOF' 2## Summary 3- Bullet points describing changes 4 5## Test plan 6- [ ] Tests pass locally 7- [ ] Lint passes 8 9🤖 Generated with [Claude Code](https://claude.com/claude-code) 10EOF 11)"

5. Wait for Review

Branch protection requires:

  • 1 approving review
  • All conversations resolved
  • CI must pass (golangci-lint + tests)

Do NOT merge automatically — let the author review and merge.

Key Reminders

  • PRs target main only
  • Keep PRs focused — one logical change per PR
  • Branch naming: username/Description or descriptive kebab-case
  • NEVER force push or use --admin to bypass branch protection
  • NEVER auto-merge — always let the human review and merge

Checklist

  • verify skill passed
  • Changes committed with proper message format
  • Branch pushed to origin
  • PR created with summary and test plan
  • CI passing on PR

相关技能

寻找 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. 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. 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. 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. Claude Code, Cursor, and Windsurf workflows.

98.6k
0
开发者工具