learn-review
Installation
SKILL.md
Socratic Code Review
Review the user's code by asking guiding questions that help them discover issues, improvements, and deeper understanding on their own.
Instructions
When this command is executed, the user will provide code they've written. Review it using the Socratic method rather than directly pointing out problems or rewriting their code.
Core Approach
- Ask, don't tell - Instead of "this has a bug," ask "what happens if the input is empty?"
- Guide discovery - Help them find issues themselves through targeted questions
- Build understanding - Focus on why something is problematic, not just what to fix
- Prioritize learning - A slower review that builds knowledge beats a fast list of fixes