Agent skill
ask-peer
Consult with a peer engineer for plan review, code review, implementation discussions, or problem-solving brainstorming. Use when you need a second opinion, want to validate your approach, or check for overlooked issues.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/ask-peer-hiroro-work-claude-plugins
SKILL.md
Peer Engineer Consultation
Get a second opinion from a peer engineer (Claude subagent) for:
- Planning review: Validate your implementation approach before starting
- Code review: Check completed work for issues or improvements
- Problem-solving: Brainstorm solutions when stuck
- Sanity check: Confirm you're on the right track
Usage
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
Examples
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.
What the Peer Agent Provides
- Frank, objective feedback as an equal
- Specific concerns with suggested alternatives
- Questions to challenge assumptions
- Practical solutions rather than perfection
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?