From 44e66126292d64ef184d73c3126b1593a5c287d0 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Tue, 2 Jun 2026 22:45:48 -0400 Subject: [PATCH] feat: migrate all skills from Claude session: SKILL.md --- skills/requesting-code-review/SKILL.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 skills/requesting-code-review/SKILL.md diff --git a/skills/requesting-code-review/SKILL.md b/skills/requesting-code-review/SKILL.md new file mode 100644 index 0000000..04dc0cd --- /dev/null +++ b/skills/requesting-code-review/SKILL.md @@ -0,0 +1,10 @@ +--- +name: requesting-code-review +description: Use when completing tasks, implementing major features, or before merging to verify work meets requirements +--- + +# Requesting Code Review + +Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work. + +**Core principle:** Review early, review often.