ask-peer

Consult a peer engineer agent for validation and code review feedback.

47|3|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/hiroro-work/claude-plugins --skill ask-peer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-peer
Source: https://github.com/hiroro-work/claude-plugins/tree/main/plugins/peer/skills/ask-peer
Command: npx skills add https://github.com/hiroro-work/claude-plugins --skill ask-peer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a pathway to consult with a peer engineer (Claude subagent) for independent validation, planning feedback, code review, and brainstorming. Use it to reduce blind spots, validate your approach, and minimize rework.

Core Features & Use Cases

  • Planning review: Validate your implementation approach before you start coding.
  • Code review: Spot issues, improve quality, and refine architecture after implementation.
  • Problem-solving: Brainstorm alternative solutions when you're stuck.
  • Sanity check: Confirm you're on the right track and align with team goals.

Quick Start

Use the /ask-peer command with your consultation request, for example:

  • /ask-peer Review this implementation plan for adding user authentication
  • /ask-peer I'm stuck on how to handle error cases in the payment flow