Claude Code Plugins

Community-maintained marketplace

Feedback

receiving-code-review

@munlucky/claude-settings
0
0

Collects and organizes code review feedback into actionable tasks.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name receiving-code-review
description Collects and organizes code review feedback into actionable tasks.

Receiving Code Review Skill

Role: Collect and organize code review feedback and track follow-up work.

Inputs

  • Review comments/issue links
  • Related commit/PR links

Behavior

  1. Classify feedback (bug/requirement/style/question) and summarize.
  2. Convert follow-up work into TODOs and reflect in pending-questions.md or the plan (context.md).
  3. Record files/lines to check from the review.

Output (example)

# Review Summary
- Bug: missing fetch error handling -> `_fetch/executeRetry.client.ts`
- Requirement: add empty state message -> page.tsx
- Question: paging server or client? -> pending-questions.md