codex-pr-body

Automates editing GitHub PR titles and descriptions based on recent code changes and discussions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mithran-hq/aegis-code --skill codex-pr-body
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-pr-body
Source: https://github.com/mithran-hq/aegis-code/tree/main/.codex/skills/codex-pr-body
Command: npx skills add https://github.com/mithran-hq/aegis-code --skill codex-pr-body

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of updating pull request titles and bodies to reflect recent changes, reducing manual effort and ensuring consistency in code reviews.

Core Features & Use Cases

  • PR Body Management: Identifies pull requests associated with the current branch or commit.
  • Context-Aware Editing: Preserves existing images and key information in the PR body.
  • Use Case: When a developer finishes a feature, use this Skill to automatically update the PR description with the latest details and motivation.

Quick Start

Invoke the skill to analyze the current repository state and update the pull request message accordingly.

Frequently Asked Questions about codex-pr-body

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

FAQPage Schema
How do I automatically update a pull request body based on recent code changes?

You can automate pull request body editing by invoking a skill that analyzes recent code changes and discussions, then updates the PR title and description accordingly to maintain clear and informative PRs.

Do I need the GitHub CLI to automate pull request title and description updates?

Yes, you need the GitHub CLI and repository metadata. The automation requires integration with GitHub CLI to identify pull requests associated with your current branch or commit for updating titles and descriptions.

Can I preserve existing images in my PR description when automating PR body edits?

Yes, context-aware editing preserves existing images and key information in the PR body. The automation identifies your pull request and updates the description while maintaining your previously uploaded visual assets.

What is the best way to keep pull request descriptions consistent during code reviews?

Automating PR body management is the best way to maintain consistency. It reduces manual effort by automatically updating pull request titles and descriptions to reflect recent code changes throughout the software development workflow.

How do I link a commit to an existing pull request for automated body updates?

The automation identifies pull requests associated with your current branch or commit. By leveraging GitHub CLI and repository metadata, it locates the correct PR and updates its body based on the latest code changes.

When should I use automated pull request body editing in a CI/CD workflow?

Use automated PR body editing in your CI/CD workflow when a developer finishes a feature. The automation updates the PR description with the latest details and motivation, reducing manual effort and ensuring consistency before code review.