update-pr — agent-frameworks update-pr, community, agent-frameworks, ide skills, agentic-workflows, composability, discovery, intent-driven-orchestration, intent-matching, intents, Claude Code

v1.0.0

About this Skill

Ideal for GitHub-integrated Agents requiring efficient PR management and automated changelog generation. Create and update pull requests with GitHub CLI (gh) into upstream/dev, using changelog-style descriptions. Use when the user asks to create a PR, update a PR, open a pull request, or refresh PR title

# Core Topics

indexnetwork indexnetwork
[86]
[16]
Updated: 3/3/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reviewed Landing Page Review Score: 9/11

Killer-Skills keeps this page indexable because it adds recommendation, limitations, and review signals beyond the upstream repository text.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review Locale and body language aligned
Review Score
9/11
Quality Score
56
Canonical Locale
en
Detected Body Locale
en

Ideal for GitHub-integrated Agents requiring efficient PR management and automated changelog generation. Create and update pull requests with GitHub CLI (gh) into upstream/dev, using changelog-style descriptions. Use when the user asks to create a PR, update a PR, open a pull request, or refresh PR title

Core Value

Empowers agents to create and update GitHub PRs using the GitHub CLI, generating changelog-style descriptions and streamlining developer workflows with features like commit inspection and description building.

Ideal Agent Persona

Ideal for GitHub-integrated Agents requiring efficient PR management and automated changelog generation.

Capabilities Granted for update-pr

Automating PR creation with detailed changelog descriptions
Updating existing PRs with new commits and changelog entries
Streamlining developer workflows by generating PR descriptions from commit history

! Prerequisites & Limits

  • Requires GitHub CLI installation and configuration
  • Limited to GitHub PRs, not compatible with other version control systems

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Curated Collection Review

Reviewed In Curated Collections

This section shows how Killer-Skills has already collected, reviewed, and maintained this skill inside first-party curated paths. For operators and crawlers alike, this is a stronger signal than treating the upstream README as the primary story.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs 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 & Installation Steps

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

? Frequently Asked Questions

What is update-pr?

Ideal for GitHub-integrated Agents requiring efficient PR management and automated changelog generation. Create and update pull requests with GitHub CLI (gh) into upstream/dev, using changelog-style descriptions. Use when the user asks to create a PR, update a PR, open a pull request, or refresh PR title

How do I install update-pr?

Run the command: npx killer-skills add indexnetwork/index/update-pr. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for update-pr?

Key use cases include: Automating PR creation with detailed changelog descriptions, Updating existing PRs with new commits and changelog entries, Streamlining developer workflows by generating PR descriptions from commit history.

Which IDEs are compatible with update-pr?

This skill is compatible with 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 the Killer-Skills CLI for universal one-command installation.

Are there any limitations for update-pr?

Requires GitHub CLI installation and configuration. Limited to GitHub PRs, not compatible with other version control systems.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add indexnetwork/index/update-pr. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use update-pr immediately in the current project.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

update-pr

Install update-pr, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Creating and Updating PRs

Creating a PR

  1. Target: Open the PR into upstream/dev using the GitHub CLI (gh).
  2. Describe from commits: On the branch, inspect commits (e.g. git log upstream/dev..HEAD --oneline or gh pr view for an existing branch) to build the description.
  3. Changelog-style body: Write the PR description as a changelog, grouping changes into:
    • New Features
    • Bug Fixes
    • Refactors
    • Documentation
    • Tests Include only sections that apply; omit empty ones.

Commands:

bash
1# Inspect commits on current branch vs upstream/dev 2git log upstream/dev..HEAD --oneline 3 4# Create PR (replace <owner>/<repo> with actual upstream, e.g. from git remote) 5gh pr create --base dev --repo <owner>/<repo> --title "feat(scope): short description" --body "..."

Body template:

markdown
1## New Features 2- Bullet per feature 3 4## Bug Fixes 5- Bullet per fix 6 7## Refactors 8- Bullet per refactor 9 10## Documentation 11- Bullet per doc change 12 13## Tests 14- Bullet per test change

Updating a PR

  1. Locate the PR: Use gh pr list or gh pr view (when on the branch) to find the PR.
  2. Update content: Refresh title, body, or both from:
    • Current commits on the branch (git log upstream/dev..HEAD --oneline), or
    • Explicit user instructions.
  3. Changelog-style: Keep the description in changelog form (same sections as above).
  4. Status (when requested):
    • Mark ready for review: gh pr ready <number>
    • Mark as draft: gh pr edit <number> --draft
    • Close: gh pr close <number>
    • Reopen: gh pr reopen <number>

Commands:

bash
1# Edit title and/or body 2gh pr edit <number> --title "feat(scope): new title" --body "$(cat pr-body.md)" 3 4# Status 5gh pr ready <number> 6gh pr edit <number> --draft 7gh pr close <number> 8gh pr reopen <number>

Examples

Create PR from branch:

bash
1gh pr create --base dev --repo owner/repo --title "feat(chat): render opportunity cards in message stream" --body "## New Features 2- Render opportunity cards inline in chat message stream 3 4## Bug Fixes 5- Fix scroll position when new messages load"

Update existing PR:

bash
1gh pr edit 42 --title "feat(chat): opportunity cards in stream" --body "$(cat pr-body.md)" 2gh pr ready 42

Related Skills

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

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer