Skip to content

Internal: Update PR skill body file guidance#7723

Merged
samohovets merged 1 commit into
mainfrom
improve-pr-skill-body-file
May 27, 2026
Merged

Internal: Update PR skill body file guidance#7723
samohovets merged 1 commit into
mainfrom
improve-pr-skill-body-file

Conversation

@samohovets
Copy link
Copy Markdown
Member

Summary

  • Update the PR skill to recommend writing PR bodies to a temporary Markdown file.
  • Instruct agents to use gh pr create --body-file instead of passing body text inline.
  • Include a safe example that preserves literal backticks in the PR title.

Testing

  • bun run build (fails: tsgo: command not found)
  • bun run formatting (fails: oxfmt: command not found)

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
bugs Ready Ready Preview, Comment May 27, 2026 6:32pm
remotion Ready Ready Preview, Comment May 27, 2026 6:32pm

Request Review

Copy link
Copy Markdown
Contributor

@pullfrog pullfrog Bot left a comment

Choose a reason for hiding this comment

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

✅ No new issues found.

Reviewed changes — guidance added to the pr skill for how agents should pass PR bodies to gh pr create.

  • Recommend --body-file over inline --body.agents/skills/pr/SKILL.md:28 adds 11 lines that steer agents away from inline body strings and heredocs in favor of writing the body to a temp Markdown file. The example uses single-quoted title syntax that preserves literal backticks, matching the pr-name skill's `@remotion/package`: Add feature format.

Pullfrog  | View workflow run | Using Claude Opus𝕏

@samohovets samohovets changed the title Docs: Update PR skill body file guidance Internal: Update PR skill body file guidance May 27, 2026
@samohovets samohovets merged commit a46d9ab into main May 27, 2026
17 checks passed
@samohovets samohovets deleted the improve-pr-skill-body-file branch May 27, 2026 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant