Pr

verify

v1.0.0

Sobre este Skill

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

Recursos

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

# Tópicos principais

luthersystems luthersystems
[1]
[0]
Atualizado: 2/13/2026

Skill Overview

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

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

Por que usar essa habilidade

Recomendacao: 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

Melhor para

Cenario recomendado: ship changes from a feature branch to main. runs verify first, then creates a pr following repo.

Casos de Uso Práticos for Pr

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

! Segurança e Limitações

  • Limitacao: Run the verify skill first. Do not proceed if any checks fail.
  • Limitacao: Branch protection requires:
  • Limitacao: 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.

Demo 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 e etapas de instalação

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

? Perguntas frequentes

O que é Pr?

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

Como instalar Pr?

Execute o comando: npx killer-skills add luthersystems/svc. Ele funciona com Cursor, Windsurf, VS Code, Claude Code e mais de 19 outros IDEs.

Quais são os casos de uso de Pr?

Os principais casos de uso incluem: Caso de uso: Ship changes from a feature branch to main. Runs verify first, then creates a PR following repo, Caso de uso: Run the verify skill first. Do not proceed if any checks fail, Caso de uso: Stage specific files (never use git add -A).

Quais IDEs são compatíveis com Pr?

Esta skill é compatível com 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. Use a CLI do Killer-Skills para uma instalação unificada.

Pr tem limitações?

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

Como instalar este skill

  1. 1. Abra o terminal

    Abra o terminal ou linha de comando no diretório do projeto.

  2. 2. Execute o comando de instalação

    Execute: npx killer-skills add luthersystems/svc. A CLI detectará sua IDE ou agente automaticamente e configurará a skill.

  3. 3. Comece a usar o skill

    O skill já está ativo. Seu agente de IA pode usar Pr imediatamente no projeto atual.

! 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

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

Habilidades Relacionadas

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

Ver tudo

openclaw-release-maintainer

Logo of openclaw
openclaw

Resumo localizado: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Resumo localizado: 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

flags

Logo of vercel
vercel

Resumo localizado: 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
Navegador

pr-review

Logo of pytorch
pytorch

Resumo localizado: 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
Desenvolvedor