dx-pr-reviews-report

Automates categorized PR review reports and posts them to ADO Wiki or Confluence.

6|3|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/easingthemes/dx-aem-flow --skill dx-pr-reviews-report
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dx-pr-reviews-report
Source: https://github.com/easingthemes/dx-aem-flow/tree/main/plugins/dx-core/skills/dx-pr-reviews-report
Command: npx skills add https://github.com/easingthemes/dx-aem-flow --skill dx-pr-reviews-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of categorized PR review reports by gathering data across multiple pull requests, generating a structured report for each, and posting results to ADO Wiki or Confluence to document team review activity.

Core Features & Use Cases

  • Lists PRs where the current user is a reviewer (excluding own PRs) by default and can process them in parallel.
  • Supports an --any mode to include all PRs with review threads, with user-assisted selection for reporting.
  • Generates per-PR reports, aggregates results, and publishes to wiki pages for audit and traceability, with a local Markdown report stored at .ai/pr-reviews/reports/pr-<id>-report.md.

Quick Start

Use this skill to generate PR review reports for your recent PR activity and publish to your wiki.

Frequently Asked Questions about dx-pr-reviews-report

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

FAQPage Schema
How do I generate categorized PR review reports for multiple pull requests?▼

You can generate categorized PR review reports by running the Skill to read PR details and review threads, categorize comments, and output per-PR Markdown files. It automates gathering review data and publishes the structured reports to ADO Wiki or Confluence.

How do I post code review summaries to Confluence or ADO Wiki automatically?▼

To post code review summaries to Confluence or ADO Wiki automatically, configure your provider and wiki settings in the .ai/config.yaml file. The Skill processes pull request review threads and publishes the categorized report directly to the configured wiki page.

Can I review only the pull requests where I am a reviewer?▼

Yes, you can review only the pull requests where you are a reviewer. The Skill uses a mine mode by default to list PRs where you are a reviewer, explicitly excludes your own PRs, and can process them in parallel.

Does this PR reporting tool support reviewing all open pull request threads?▼

Yes, the PR reporting tool supports reviewing all open pull request threads. You can use the --any mode to include all PRs with review threads, which triggers a user-assisted selection process to choose which PRs to report on.

What is the best way to document team code review activity for audit traceability?▼

The best way to document team code review activity for audit traceability is to aggregate categorized PR review data and publish it to a wiki. This Skill generates per-PR reports and posts them to ADO Wiki or Confluence, while storing a local Markdown copy at .ai/pr-reviews/reports.

Where are the local PR review report files stored?▼

The local PR review report files are stored as Markdown documents at .ai/pr-reviews/reports/pr-<id>-report.md. The Skill automatically writes the categorized review results for each individual pull request to this local directory.