From peer
Consults with peer engineer subagent for plan reviews, code reviews, problem-solving brainstorming, and second opinions. Invoke via /ask-peer command.
npx claudepluginhub hiroro-work/claude-pluginsThis skill uses the workspace's default tool permissions.
Get a second opinion from a peer engineer (Claude subagent) for:
Consults a peer engineer subagent for plan review, code review, implementation discussions, or problem-solving brainstorming. Use for second opinions, approach validation, or issue checks.
Performs symmetric two-AI peer reviews using OpenAI Codex CLI: independent blind reviews followed by structured per-issue debate for plans, code reviews, architecture, and recommendations.
Consults subagent for second opinions on code reviews, designs, and implementations by crafting context-based prompts, handling 1-2 rounds of dialogue, and summarizing results.
Share bugs, ideas, or general feedback.
Get a second opinion from a peer engineer (Claude subagent) for:
Use the /ask-peer command followed by your consultation request:
/ask-peer Review this implementation plan for adding user authentication
Or simply describe what you need help with:
/ask-peer I'm stuck on how to handle error cases in the payment flow
Plan review before implementation:
/ask-peer Review my plan to refactor the authentication module. Check for security concerns and missing edge cases.
Code review after completion:
/ask-peer Review the changes I made to src/auth/. Look for bugs, security issues, and code quality problems.
Problem-solving consultation:
/ask-peer I'm getting intermittent test failures in the payment module. Help me think through possible causes.