update-pr-description

Update GitHub PR descriptions using git and session context.

14|4|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/ippontech/terraform-provider-anthropic --skill update-pr-description-ippontech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-pr-description
Source: https://github.com/ippontech/terraform-provider-anthropic/tree/main/.claude/skills/update-pr-description
Command: npx skills add https://github.com/ippontech/terraform-provider-anthropic --skill update-pr-description-ippontech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Updates the GitHub PR description to reflect the work done during a Claude session, ensuring the narrative stays accurate after meaningful changes.

Core Features & Use Cases

  • Automatically rewrite the PR description at the end of a Claude session when an open PR exists for the current branch.
  • Support for Vibe Kanban worktrees (vk/* branches) by resolving the PR context and updating the description accordingly.
  • Manual invocation via natural language requests such as "update the PR description" to refresh the summary.

Quick Start

Update the PR description to reflect the changes made during the Claude session.

Frequently Asked Questions about update-pr-description

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically update a GitHub PR description from a Claude session?

The PR description updates automatically at the end of a Claude session when an open PR exists for the active branch, rewriting the body via GitHub PR update APIs to reflect the latest commits and diffs.

Can I manually trigger a PR description update on demand?

Yes, you can manually invoke the PR description update on demand using natural language requests like "update the PR description" to coordinate git context and session context, rewriting the PR body via GitHub APIs.

Does this PR update workflow support Vibe Kanban worktrees?

Yes, this workflow supports Vibe Kanban worktrees by resolving the PR context for vk/* branches and updating the GitHub PR description to reflect the work completed during the Claude session.

What git context is used to rewrite the PR body?

The PR body rewrite coordinates git context including the active branch, commits, and diffs, combining it with session context to generate an updated PR description via GitHub PR update APIs.

When should I not use automated PR description updates?

You should avoid automated PR description updates when there is no open PR for the active branch, as the workflow requires an existing open PR to apply the rewritten description via GitHub PR update APIs.