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

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

Подходящий сценарий: 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/pr. Она работает с 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).

Какие IDE совместимы с pr?

Этот навык совместим с 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. Для единой установки используйте CLI Killer-Skills.

Есть ли ограничения у pr?

Ограничение: Run the verify skill first. Do not proceed if any checks fail.. Ограничение: Branch protection requires:. Ограничение: CI must pass (golangci-lint + tests).

Как установить этот skill

  1. 1. Откройте терминал

    Откройте терминал или командную строку в директории проекта.

  2. 2. Запустите команду установки

    Выполните: npx killer-skills add luthersystems/svc/pr. CLI автоматически определит вашу IDE или агента и настроит навык.

  3. 3. Начните использовать skill

    Skill уже активен. Ваш AI-агент может сразу использовать 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.

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

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
Разработчик