dev-mentor-review

Guide mentees through question-based code reviews with session logs.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/kazuki1213/dev-mentor-skills --skill dev-mentor-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-mentor-review
Source: https://github.com/kazuki1213/dev-mentor-skills/tree/main/skills/dev-mentor-review
Command: npx skills add https://github.com/kazuki1213/dev-mentor-skills --skill dev-mentor-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill enables educators and mentors to conduct effective, educational code reviews by focusing on questions rather than directives, helping mentees learn to reason about their code and improve over time.

Core Features & Use Cases

  • Provides a structured, question-first feedback process that highlights strengths and frames issues as learning opportunities.
  • Launches an educational code-review workflow that reads the mentee's code, analyzes it with a dedicated feedback agent, and presents findings as questions.
  • Tracks weaknesses and growth trends across sessions to guide ongoing improvement.

Quick Start

Share your code snippet and I will provide a question-driven review highlighting strengths and suggested improvements.

Frequently Asked Questions about dev-mentor-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I conduct a code review that teaches through Socratic questioning?

To conduct a Socratic code review, share your code snippet to launch an educational workflow that reads the code, highlights strengths, and frames 5-7 issues as guided questions rather than direct instructions. This question-driven approach helps mentees reason about their code.

What is the best way to track a mentee's coding weaknesses across mentoring sessions?

Track mentee coding weaknesses and growth trends using the .mentor-logs/ mechanism, which monitors progress across one-on-one code review sessions to guide ongoing improvement and identify recurring issues over time.

Can I use question-driven feedback for one-on-one mentoring across any codebase?

Yes, this educational code review process applies to one-on-one mentoring sessions across any codebase, utilizing a dedicated feedback agent to analyze the code and present findings as learning opportunities for the mentee.

How do I limit code review feedback to keep it educational and not overwhelming?

Limit code review feedback to 5-7 issues per session to maintain an educational focus, ensuring the mentee emphasizes what was done well while addressing a manageable set of weaknesses through guided questioning.

What does educational code review mentoring look like in software engineering?

Educational code review mentoring in software engineering involves a structured, question-first feedback process where a dedicated agent reads the code, highlights strengths, and presents issues as questions to help mentees learn to reason about their code.

Do I need to prepare my codebase in a specific way before starting a mentoring code review?

No special codebase preparation is required, but providing a readable code snippet is necessary for the code-reading step, and setting up a .mentor-logs/ directory enables optional session logging and weakness tracking.