From 8f9cb0fc8d02d0409341637bcd054251abce8718 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Tue, 2 Jun 2026 22:45:31 -0400 Subject: [PATCH] feat: migrate all skills from Claude session: SKILL.md --- skills/receiving-code-review/SKILL.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 skills/receiving-code-review/SKILL.md diff --git a/skills/receiving-code-review/SKILL.md b/skills/receiving-code-review/SKILL.md new file mode 100644 index 0000000..a9b4e0d --- /dev/null +++ b/skills/receiving-code-review/SKILL.md @@ -0,0 +1,12 @@ +--- +name: receiving-code-review +description: Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation +--- + +# Code Review Reception + +## Overview + +Code review requires technical evaluation, not emotional performance. + +**Core principle:** Verify before implementing. Ask before assuming. Technical correctness over social comfort.