Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
remix-run avatar

Update Pr

  • 12 installs
  • 33.3k repo stars
  • Updated August 5, 2026
  • remix-run/remix

Helps with ai & agent building tasks during AI-assisted development.

About

update-pr is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • update-pr
  • AI & Agent Building
  • AI-coding skill

Update Pr by the numbers

  • 12 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #11,592 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/remix-run/remix --skill update-pr

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs12
repo stars33.3k
Last updatedAugust 5, 2026
Repositoryremix-run/remix

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

Update PR

Overview

Rewrite pull request metadata as if drafting it from scratch for the current diff. Treat the title and body as a current reviewer-facing summary of the final net-new feature or bug fix in the PR, not as commentary about prior versions of the PR or the path taken to get there.

Workflow

1. Read the current PR title/body and the current branch diff before drafting. 2. Identify the PR's current net-new scope, APIs, behavior changes, and reviewer-relevant context. 3. Rewrite the body from scratch so it describes the shipped feature/fix as it exists now. 4. Review the title at the same time and update it whenever the body is updated. 5. Apply the update with gh pr edit.

Rules

  • Never write the description as an update to itself. Do not say things like "this expands the original PR", "this PR now also", or similar process narration unless the user explicitly wants history called out.
  • Describe the net-new feature or bug fix, not the implementation journey. Do not call out intermediate cleanup, refactors, rewrites, or iteration details unless they are necessary to understand the final delivered behavior.
  • Always evaluate the title when updating a PR. If the scope or emphasis changed, rewrite the title too.
  • Write in terms of the present PR contents, using concise reviewer-facing language.
  • For feature PRs, focus the summary on what Remix gains: new packages, public APIs, behaviors, integrations, and documentation. Do not spend bullets on test additions, cleanup work, or internal restructuring unless those are themselves a meaningful part of the shipped feature.
  • For bug-fix PRs, focus the summary on the bug, the fix, and any user-visible behavior change. Do not narrate the debugging process or incidental refactors.
  • Keep the structure minimal: one short introductory paragraph plus flat bullets is usually enough.
  • Include usage examples when the PR introduces or materially changes a feature API.
  • Preserve still-relevant issue links or context, but drop stale framing.

Applying The Update

  • Draft the new title and body in a temporary file.
  • Use gh pr edit <number> --title "<title>" --body-file <file>.
  • Re-read the PR after editing to confirm the final title/body match the intended framing.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.