code-review-digest-writer

Official

Turn PR feedback into a weekly digest.

AuthorDiversioTeam
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill generates weekly code-review digest docs from PR review comments for any GitHub repository. If present, follows project-specific guidelines for digests. Use this to turn a date-bounded set of PR reviews into a structured markdown newsletter that captures themes, repeated issues, and concrete takeaways.

Core Features & Use Cases

  • Thematic summaries: cluster feedback across PRs into recurring themes (e.g., tests, formatting, accessibility).
  • Time-bounded digests: generate digests for a defined window (start_date → end_date).
  • Output artifacts: writes the digest to docs/review-digests/YYYY-MM-DD.md with a consistent layout.

Quick Start

Generate a digest for 2025-01-01 → 2025-01-07 and save it to docs/review-digests/2025-01-07.md.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: code-review-digest-writer
Download link: https://github.com/DiversioTeam/agent-skills-marketplace/archive/main.zip#code-review-digest-writer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository