mergegate/.miyabi/commands/review.md
Shunsuke Hayashi 48dfa915c7 feat: Add hooks, workflow, MCP support and core modules
Phase 2: Hooks System
- Event-driven execution with HookEvent/HookAction types
- HookManager for registration and execution

Phase 3: Multi-Agent Workflow
- Workflow orchestration with dependency graphs
- WorkflowStep with conditions and retry support

Phase 4: MCP (Model Context Protocol) Support
- McpServer for external tool servers
- McpManager for multiple server management

Also includes core modules: cache, error_policy, feature_flags,
git, logger, plugin, retry, rules

662 tests passing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 23:37:14 +09:00

17 lines
659 B
Markdown

# Code Review
Please review the provided code for:
1. **Bugs & Logic Errors** - Identify potential bugs, edge cases, and logical issues
2. **Performance** - Spot inefficient algorithms, unnecessary allocations, or N+1 queries
3. **Security** - Check for vulnerabilities like injection, XSS, or unsafe operations
4. **Code Style** - Ensure consistency with project conventions
5. **Error Handling** - Verify proper error propagation and user-friendly messages
For each issue found, provide:
- Location (file:line)
- Severity (Critical/High/Medium/Low)
- Description
- Suggested fix with code example
End with a summary score (1-10) and overall assessment.