Skip to content

fix(prompts): avoid redundant PR description updates - #3

Merged
Mearman merged 1 commit into
mainfrom
fix/avoid-redundant-pr-description
Feb 13, 2026
Merged

Mearman merged 1 commit into
mainfrom
fix/avoid-redundant-pr-description

Conversation

@Mearman

@Mearman Mearman commented Feb 13, 2026

Copy link
Copy Markdown
Member

Problem

Claude was updating PR descriptions even when they already had a clear summary, resulting in redundant information.

Solution

  • Check existing PR description first with gh pr view $PR_NUMBER
  • Only update if description is missing or incomplete
  • Add only what's missing, don't duplicate existing content

@Mearman
Mearman force-pushed the fix/avoid-redundant-pr-description branch 4 times, most recently from c7d09a4 to 34999b8 Compare February 13, 2026 19:20
Instruct Claude to check existing PR description before updating.
Only add information if the description is missing or incomplete.
Do not duplicate what's already present.
@Mearman
Mearman force-pushed the fix/avoid-redundant-pr-description branch from 34999b8 to be741ce Compare February 13, 2026 19:43

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good fix. The changes correctly address redundant PR description updates by adding a check-first approach and clarifying that updates should only add missing information.

@Mearman
Mearman merged commit f4f05ac into main Feb 13, 2026
1 check passed
@Mearman
Mearman deleted the fix/avoid-redundant-pr-description branch February 13, 2026 19:45
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant