pr-body-from-diff-and-post

Align PR bodies and titles to diffs while enforcing the repository's PR template.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/so-ota-biz/ai-agent-orchestration-settings --skill pr-body-from-diff-and-post
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-body-from-diff-and-post
Source: https://github.com/so-ota-biz/ai-agent-orchestration-settings/tree/main/.agent/skills/pr_body_from_diff_and_post
Command: npx skills add https://github.com/so-ota-biz/ai-agent-orchestration-settings --skill pr-body-from-diff-and-post

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures that PR bodies and titles accurately reflect diffs and strictly follow the repository's PR template, improving clarity and consistency across reviews.

Core Features & Use Cases

  • Diff-driven PR body synchronization that mirrors changes in the code base
  • PR template enforcement to ensure required sections and metadata are present
  • Pre-update approval verification and post-update confirmation to minimize miscommunication

Quick Start

Update the target PR’s body and title to reflect the diffs while ensuring compliance with the repository's PR template.

Frequently Asked Questions about pr-body-from-diff-and-post

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

FAQPage Schema
How do I automatically update a pull request body to match code diffs?

Yes, PR template enforcement ensures required sections and metadata are present by discovering templates in the .github directory. The Skill aligns the PR body and title to diffs while strictly following these repository template guidelines.

What is the best way to enforce PR template compliance across GitHub MCP workflows?

The best way to enforce PR template compliance across GitHub MCP workflows is to apply diff-driven PR body synchronization. This process mirrors code changes in the description and validates that the content matches the repository's required template structure.

Does updating a PR body with diff data overwrite existing content destructively?

Updating a PR body with diff data uses a non-destructive update flow. The Skill includes pre-update approval verification and post-update confirmation to prevent accidental data loss and minimize miscommunication during the pull request synchronization process.

How do I discover and apply .github PR templates when modifying pull requests?

To discover and apply .github PR templates when modifying pull requests, the Skill locates the template within the repository and aligns the target PR body to it. This ensures the updated description reflects the diffs and complies with template guidelines.

What data is required to synchronize a pull request title and body with code changes?

Synchronizing a pull request title and body with code changes requires access to PR diff data and template discovery in the .github directory. This data allows the Skill to align the description and title to the diffs while enforcing the repository PR template.