# Create Code Review Learning Digests

Teams lose useful review lessons when comments stay scattered across pull requests. This skill converts GitHub review feedback into a structured markdown digest with themes and repeated issues.

## Install

```bash
npx skillstore add diversioteam/code-review-digest-writer
```

## Metadata

- Status: approved
- Slug: diversioteam-code-review-digest-writer
- Skillstore revision: r1
- Version status: missing
- Tree hash: e34e9de5a51d2d05a2ddbd89e5abba32b27595da9489447e56c76125ce64909d
- Author: DiversioTeam
- GitHub username: DiversioTeam
- License: MIT
- Repository: https://github.com/DiversioTeam/agent-skills-marketplace/tree/main/plugins/code-review-digest-writer/skills/code-review-digest-writer
- Ref: c579efd02184f1128d6741d16e6c8d951d7d4208
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands
- Quality score: 78
- Quality tier: bronze
- Public page: https://skillstore.pages.dev/skills/diversioteam-code-review-digest-writer
- Manifest: https://skillstore.pages.dev/api/skills/diversioteam-code-review-digest-writer/manifest

## Capabilities

- Creates a date-bounded markdown digest from pull request review comments.
- Reads local digest guidelines from docs/review-digests/AGENTS.md when available.
- Compares current feedback with recent digests to mark new and repeated themes.
- Uses GitHub CLI data when available and notes partial data when it is unavailable.
- Writes the digest under docs/review-digests using the end date as the filename.
- Builds reference-style links for pull requests and review comments.

## Use Cases

- Share Weekly Review Lessons: Turn a week of pull request feedback into a concise learning digest for an engineering team.
- Track Repeated Review Themes: Identify review topics that keep returning across releases, such as testing patterns or security checks.
- Preserve Review Knowledge: Create documentation that helps new contributors learn project standards from real review feedback.

## Prompt Templates

### Generate a Basic Weekly Digest

```
Generate a code review digest for this repository for 2026-06-01 to 2026-06-07.
```

### Use Existing Digest History

```
Create a review digest for 2026-06-08 to 2026-06-14. Use existing digests to mark new and repeated themes.
```

### Summarize a Specific Repository

```
Write a digest for owner/service-repo for 2026-06-01 to 2026-06-30. Highlight repeated review issues and key PR links.
```

### Create a High-Signal Team Newsletter

```
Generate a newsletter-style review digest for 2026-06-15 to 2026-06-28. Cluster comments into themes, include reference links, and call out high-impact lessons.
```

## Limitations

- Requires GitHub CLI access for complete pull request and review data.
- Does not modify application code, tests, or configuration files.
- Digest quality depends on available review comments and prior digest history.
- It summarizes feedback and does not verify whether reviewed code was fixed.

## Best Practices

- Provide an exact start date and end date before running the skill.
- Keep prior digests in docs/review-digests so repeated themes can be detected.
- Review generated links and theme labels before sharing the digest with the team.

## Anti Patterns

- Do not use the skill when you need a full security audit of code changes.
- Do not ask it to edit application code or tests during digest creation.
- Do not publish a digest without checking whether GitHub data was complete.

## Security Audit

- Audited at: 2026-07-05T13:14:11.217\+00:00
- Summary: All static findings are false positives caused by Markdown inline-code backticks in SKILL.md. It uses Bash and gh for documented GitHub review retrieval. I found no malicious command execution, prompt injection, or data exfiltration intent.

## Stats

- Views: 202
- Downloads: 10
- Favorites: 0
- Popularity score: 0
