| 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
- Classify feedback (bug/requirement/style/question) and summarize.
- Convert follow-up work into TODOs and reflect in
pending-questions.mdor the plan (context.md). - 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