create-pr — for Claude Code create-pr, reduct-grafana, community, for Claude Code, ide skills, gh auth status, git fetch origin main, Closes #, #<number>, fetch_pr_template.sh

v1.0.0

Sobre este Skill

Cenario recomendado: Ideal for AI agents that need ensure gh auth status is logged in and the current branch is the intended pr branch. Resumo localizado: Data Source Grafana Plugin for ReductStore # Create Pr Overview Create a PR using the standardized template from reductstore/.github, then record the PR number in CHANGELOG.md and commit the changelog without pushing. This AI agent skill supports Claude Code, Cursor, and

Recursos

Ensure gh auth status is logged in and the current branch is the intended PR branch.
Ensure the working tree is clean (or only the intended changes are present).
Use context from the current conversation to infer intent, scope, and any constraints.
2) Understand changes and rationale
git fetch origin main

# Tópicos principais

reductstore reductstore
[4]
[0]
Atualizado: 4/16/2026

Skill Overview

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

Cenario recomendado: Ideal for AI agents that need ensure gh auth status is logged in and the current branch is the intended pr branch. Resumo localizado: Data Source Grafana Plugin for ReductStore # Create Pr Overview Create a PR using the standardized template from reductstore/.github, then record the PR number in CHANGELOG.md and commit the changelog without pushing. This AI agent skill supports Claude Code, Cursor, and

Por que usar essa habilidade

Recomendacao: create-pr helps agents ensure gh auth status is logged in and the current branch is the intended pr branch. Data Source Grafana Plugin for ReductStore # Create Pr Overview Create a PR using the

Melhor para

Cenario recomendado: Ideal for AI agents that need ensure gh auth status is logged in and the current branch is the intended pr branch.

Casos de Uso Práticos for create-pr

Caso de uso: Applying Ensure gh auth status is logged in and the current branch is the intended PR branch
Caso de uso: Applying Ensure the working tree is clean (or only the intended changes are present)
Caso de uso: Applying Use context from the current conversation to infer intent, scope, and any constraints

! Segurança e Limitações

  • Limitacao: Ensure the working tree is clean (or only the intended changes are present).
  • Limitacao: Stage and commit the changelog update only:
  • Limitacao: Ensure the working tree is clean (or only the intended changes are present)

About The Source

The section below comes 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 é create-pr?

Cenario recomendado: Ideal for AI agents that need ensure gh auth status is logged in and the current branch is the intended pr branch. Resumo localizado: Data Source Grafana Plugin for ReductStore # Create Pr Overview Create a PR using the standardized template from reductstore/.github, then record the PR number in CHANGELOG.md and commit the changelog without pushing. This AI agent skill supports Claude Code, Cursor, and

Como instalar create-pr?

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

Quais são os casos de uso de create-pr?

Os principais casos de uso incluem: Caso de uso: Applying Ensure gh auth status is logged in and the current branch is the intended PR branch, Caso de uso: Applying Ensure the working tree is clean (or only the intended changes are present), Caso de uso: Applying Use context from the current conversation to infer intent, scope, and any constraints.

Quais IDEs são compatíveis com create-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.

create-pr tem limitações?

Limitacao: Ensure the working tree is clean (or only the intended changes are present).. Limitacao: Stage and commit the changelog update only:. Limitacao: Ensure the working tree is clean (or only the intended changes are present).

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 reductstore/reduct-grafana. 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 create-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 comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

create-pr

Install create-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 comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Create Pr

Overview

Create a PR using the standardized template from reductstore/.github, then record the PR number in CHANGELOG.md and commit the changelog without pushing.

Workflow

1) Preconditions

  • Ensure gh auth status is logged in and the current branch is the intended PR branch.
  • Ensure the working tree is clean (or only the intended changes are present).
  • Use context from the current conversation to infer intent, scope, and any constraints.

2) Understand changes and rationale

  • Compare the current branch against main to understand what changed and why (use this to derive the PR title, description, and rationale):
    • git fetch origin main
    • git log --oneline origin/main..HEAD
    • git diff --stat origin/main...HEAD
    • git diff origin/main...HEAD
  • If the branch name starts with an issue number (e.g., 123-...), use that issue in the rationale and fill the Closes # line in the PR template.
  • If the branch name does not include an issue number, infer the likely issue from changes and conversation context, or leave Closes # empty if unsure.

3) Fetch the PR template

Use the helper script to download the latest PR template from reductstore/.github:

bash
1./.codex/skills/create-pr/scripts/fetch_pr_template.sh /tmp/pr_template.md

Fill in the template file with the relevant summary, testing, and rationale derived from the diff and conversation context.

4) Create the PR with gh

Use the filled template as the PR body:

bash
1gh pr create --title "<title>" --body-file /tmp/pr_template.md

Capture the PR number after creation:

bash
1gh pr view --json number -q .number

5) Update CHANGELOG.md

  • Find the appropriate section (usually the most recent/unreleased section).
  • Add a new entry following the existing style in the file.
  • Include the PR ID as #<number> exactly as prior entries do.

6) Commit (no push)

Stage and commit the changelog update only:

bash
1git add CHANGELOG.md 2git commit -m "Update changelog for PR #<number>"

Do not push.

Resources

scripts/

  • fetch_pr_template.sh: Download the latest PR template from reductstore/.github.

Habilidades Relacionadas

Looking for an alternative to create-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. This AI agent skill supports 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. This AI agent skill supports 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. This AI agent skill supports 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. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Desenvolvedor