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

このスキルについて

適した場面: Ideal for AI agents that need ship changes from a feature branch to main. runs verify first, then creates a pr following repo. ローカライズされた概要: Common packages for Luther Systems middleware services. This AI agent skill supports 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

Skill Overview

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

適した場面: Ideal for AI agents that need ship changes from a feature branch to main. runs verify first, then creates a pr following repo. ローカライズされた概要: Common packages for Luther Systems middleware services. This AI agent skill supports 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. This AI agent skill supports Claude Code

おすすめ

適した場面: Ideal for AI agents that need ship changes from a feature branch to main. runs verify first, then creates a pr following repo.

実現可能なユースケース for 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)

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 デモ

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 とインストール手順

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

? よくある質問

pr とは何ですか?

適した場面: Ideal for AI agents that need ship changes from a feature branch to main. runs verify first, then creates a pr following repo. ローカライズされた概要: Common packages for Luther Systems middleware services. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

pr はどうやって導入しますか?

次のコマンドを実行してください: npx killer-skills add luthersystems/svc。Cursor、Windsurf、VS Code、Claude Code など19以上のIDEで使えます。

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は?

このスキルは 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またはエージェントを自動検出し、スキルを設定します。

  3. 3. スキルを使い始める

    このスキルはすぐに有効になります。現在のプロジェクトで pr をすぐ使えます。

! 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

Common packages for Luther Systems middleware services. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows. Ship changes from a feature

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

関連スキル

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

すべて表示

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
開発者