error-debugging-multi-agent-review
Orchestrate Multi-Agent Code Reviews
Coordinate multiple AI agents to perform comprehensive code reviews with specialized expertise in security, architecture, performance, and quality domains.
Die Skill-ZIP herunterladen
In Claude hochladen
Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen
Einschalten und loslegen
Teste es
Verwendung von "error-debugging-multi-agent-review". Review my web application for security issues
Erwartetes Ergebnis:
- Security findings: SQL injection risk in user input handling
- XSS vulnerability in dashboard rendering
- Missing authentication middleware on /admin routes
Verwendung von "error-debugging-multi-agent-review". Analyze my microservices architecture
Erwartetes Ergebnis:
- Architecture recommendation: Implement circuit breaker pattern
- Design pattern: Consider event-driven communication between services
- Compliance: API versioning strategy needed
Verwendung von "error-debugging-multi-agent-review". Check performance bottlenecks
Erwartetes Ergebnis:
- Performance issue: N+1 query in user service
- Optimization: Add caching layer for frequently accessed data
- Memory concern: Large dataset loading without pagination
Sicherheitsaudit
SicherAll 27 static findings are false positives. The skill is a markdown documentation file describing a multi-agent code review orchestration tool. The scanner incorrectly identified markdown code fences as shell commands, and random text as cryptographic algorithms. No actual security risks were found. This is a safe, legitimate skill for coordinating AI-powered code reviews.
Qualitätsbewertung
Was du bauen kannst
Comprehensive Security Review
Run coordinated security audits across a codebase by routing to security-specialized agents
Architecture Validation
Validate system design and architecture patterns through sequential architecture-focused reviews
Performance Analysis
Identify performance bottlenecks by coordinating performance analysis agents across code sections
Probiere diese Prompts
Use the error-debugging-multi-agent-review skill to review my codebase for quality issues. Target: $ARGUMENTS
Use the error-debugging-multi-agent-review skill to perform a security audit. Route primarily to security-auditor agents. Target: $ARGUMENTS
Use the error-debugging-multi-agent-review skill to run parallel security and architecture reviews. Target: $ARGUMENTS
Use the error-debugging-multi-agent-review skill to run sequential design-review, implementation-review, and testing-review phases. Target: $ARGUMENTS
Bewährte Verfahren
- Define clear agent roles and expertise areas before starting reviews
- Use parallel execution for independent review types to save time
- Implement conflict resolution to handle disagreements between agents
Vermeiden
- Running too many agents in parallel which creates conflicting outputs
- Skipping sequential phases when agent insights depend on previous results
- Not aggregating and synthesizing results into a unified report