SKILL DOCUMENTATION

Code Review Digest Writer

Generate weekly code-review digest docs from PR review comments for any GitHub repo, capturing themes, repeated issues, and concrete takeaways.

Overview

Generate weekly code-review digest docs from PR review comments for any GitHub repo, capturing themes, repeated issues, and concrete takeaways.

This skill ships inside the Code Review Digest Writer plugin and can be installed through the Claude Code marketplace or directly in Codex from its skill path.

Parent Surface

Parent docs: Code Review Digest Writer

Related wrapper commands from the parent plugin:

/code-review-digest-writer:review-digest

When to Use This Skill

repository or project, based on PR review comments.

summarizing what was taught in PR review feedback in that period.

rather than just listing PRs.

If the user does not provide both a start and end date, ask them to specify: YYYY-MM-DD → YYYY-MM-DD before proceeding.

  • You want a weekly (or custom window) code-review digest for the current repository or project, based on PR review comments.
  • You have a start date and end date and want a markdown newsletter summarizing what was taught in PR review feedback in that period.
  • You want to highlight themes, repeated issues, and concrete best practices rather than just listing PRs.

Example Prompts

  • “Generate a code review digest for this repo for 2025-02-01 → 2025-02-14.”
  • “Create a weekly PR review digest for 2025-03-10 → 2025-03-17, using any existing digests as historical context.”
  • “From 2025-04-01 to 2025-04-30, summarize what reviewers focused on in owner/service-repo and highlight repeated issues.”
  • “Write a newsletter-style code review digest for this project for 2025-05-15 → 2025-05-29, tagging themes as [NEW] or [REPEAT].”

Output Expectations

When this Skill is active and asked to generate a digest, your final output should be:

If you were unable to access GitHub or some PRs, clearly note in the digest and in your summary which data sources were missing and how that might limit the digest.

  • A single markdown file under docs/review-digests/YYYY-MM-DD.md.
  • A short natural-language summary back to the user describing:
  • The period covered.
  • The main themes identified.
  • How many themes were [REPEAT] vs [NEW].

Scope & Repositories

currently have open in Claude Code).

project-specific digest guidelines. If not, fall back to the generic structure described in this Skill and any existing digest files.

where the date is the end date of the reporting window.

this Skill is active. All changes should be within docs/review-digests/.

writing the digest file, so future digests can be added and past ones read.

  • Target repo: whichever project you want a digest for (typically the repo you currently have open in Claude Code).
  • Ideally the repo contains docs/review-digests/AGENTS.md with project-specific digest guidelines. If not, fall back to the generic structure described in this Skill and any existing digest files.
  • This Skill must only modify docs under:
  • docs/review-digests/YYYY-MM-DD.md where the date is the end date of the reporting window.
  • Do not modify application code, tests, or configs in the target repo while this Skill is active. All changes should be within docs/review-digests/.
  • If docs/review-digests/ does not exist yet, create the directory before writing the digest file, so future digests can be added and past ones read.

Resources

Declared allowed tools:

BashReadEditGlobGrep

Installation

Switch between Claude Code and Codex, then copy the install command for the runtime you use.

claude plugin marketplace add DiversioTeam/agent-skills-marketplace
claude plugin install code-review-digest-writer@diversiotech

Invocation:

/code-review-digest-writer:review-digest