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
GitHub

About this Skill

Perfect for Development Agents needing streamlined GitHub PR management and automation Discovery Protocol

# Core Topics

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

Agent Capability Analysis

The update-pr skill by indexnetwork is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for agent-frameworks, agentic-workflows, composability.

Ideal Agent Persona

Perfect for Development Agents needing streamlined GitHub PR management and automation

Core Value

Empowers agents to create and update PRs using the GitHub CLI, inspect commits, and generate changelog-style descriptions, leveraging protocols like git log and gh pr view

Capabilities Granted for update-pr

Automating PR creation for new features
Updating existing PRs with detailed changelogs
Inspecting commits for PR description generation

! Prerequisites & Limits

  • Requires GitHub CLI installation
  • Limited to GitHub PRs
  • Needs access to repository commit history
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

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

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

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?

Perfect for Development Agents needing streamlined GitHub PR management and automation Discovery Protocol

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 for new features, Updating existing PRs with detailed changelogs, Inspecting commits for PR description generation.

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. Limited to GitHub PRs. Needs access to repository commit history.

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.

Related Skills

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

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI