Back to list
mway

review-reception

by mway

4🍴 0📅 Jan 22, 2026

SKILL.md


name: review-reception description: Use when receiving code review feedback before implementing suggestions, especially if unclear or questionable. allowed-tools: ["shell", "read_file", "apply_patch", "update_plan"] metadata: short-description: Evaluate and apply review feedback rigorously

Review Reception

Read these references:

  • ~/.config/agent/core/behavior.md - Evidence-based reasoning
  • ~/.config/agent/domain/review/priorities.md - Review focus areas

Overview

Code review requires technical evaluation, not performative agreement.

Core principle: Verify before implementing. Ask before assuming.

Response Pattern

  1. Read all feedback without reacting
  2. Understand each item (or ask for clarification)
  3. Verify against codebase reality
  4. Evaluate whether it is correct for this codebase
  5. Respond with technical acknowledgment or reasoned pushback
  6. Implement one item at a time and test each

Handling Unclear Feedback

If any item is unclear, stop and ask for clarification before implementing anything.

Implementation Order

  1. Blocking issues (breaks, security)
  2. Simple fixes (typos, imports)
  3. Complex fixes (refactors, logic)
  4. Test each change and verify no regressions

When to Push Back

Push back when:

  • Suggestion breaks existing behavior
  • Reviewer lacks context
  • Violates YAGNI
  • Conflicts with prior architectural decisions

Use technical reasoning and evidence.

Arguments

Target: ${ARGUMENTS}

Score

Total Score

40/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon