post-pr-review

Automates post-merge cleanup, documentation updates, versioning, and Git branch removal for GitHub workflows.

3|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/Grimblaz/agent-orchestra --skill post-pr-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-pr-review
Source: https://github.com/Grimblaz/agent-orchestra/tree/main/skills/post-pr-review
Command: npx skills add https://github.com/Grimblaz/agent-orchestra --skill post-pr-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After a PR is merged, teams need to archive artifacts, update documentation, manage versioning and cleanup branches. This Skill standardizes and automates post-merge housekeeping to ensure a clean and auditable project state.

Core Features & Use Cases

  • Post-merge cleanup: archive tracking files, optionally delete the feature branch, and sync with local and remote records.
  • Documentation and changelog updates: ensure relevant documents reflect the change, including READMEs, API docs, and architecture notes.
  • Versioning and release hygiene: tag releases, update references, close related issues, and prepare notifications for stakeholders.

Quick Start

After a PR is merged and validated, run the post-merge cleanup flow to archive tracking, update docs, and finalize release artifacts.

Frequently Asked Questions about post-pr-review

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

FAQPage Schema
How do I automate post-merge cleanup tasks after a GitHub PR is merged?

Post-merge cleanup tasks after a GitHub PR are automated by running a standardized checklist flow that archives tracking files, updates documentation, manages versioning, and deletes feature branches. This ensures a clean and auditable project state once changes are merged to main.

What is the best way to update changelog and documentation after merging a PR to main?

Updating changelog and documentation after a PR merge is handled by automating post-merge housekeeping to ensure relevant documents reflect the change. This includes standardized updates to READMEs, API docs, architecture notes, and changelog entries for a clean release state.

How does version tagging and branch deletion work in a post-merge cleanup workflow?

Version tagging and branch deletion in a post-merge cleanup workflow function by applying git versioning tags to releases and optionally deleting the feature branch. The process syncs local and remote records to finalize release artifacts and maintain project hygiene.

Do I need any specific dependencies to run post-merge housekeeping and issue closure for GitHub workflows?

No specific dependencies are required to run post-merge housekeeping and issue closure for GitHub workflows. The Skill operates independently to archive artifacts, tag releases, close related issues, and prepare stakeholder notifications via a standardized checklist.

Can I use post-merge cleanup to prepare stakeholder notifications and close related issues automatically?

Yes, post-merge cleanup can automatically prepare stakeholder notifications and close related issues. The workflow standardizes release hygiene by tagging releases, updating references, and finalizing notifications to ensure all parties are informed after merging to main.

What should I do if my post-merge documentation updates and archival tracking files are out of sync?

If post-merge documentation updates and archival tracking files are out of sync, running the post-merge cleanup flow will re-standardize project records. It archives tracking files, ensures documents reflect the change, and syncs local and remote git records for an auditable state.