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.
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez Ă utiliser
Tester
Utilisation de "error-debugging-multi-agent-review". Review my web application for security issues
Résultat attendu:
- Security findings: SQL injection risk in user input handling
- XSS vulnerability in dashboard rendering
- Missing authentication middleware on /admin routes
Utilisation de "error-debugging-multi-agent-review". Analyze my microservices architecture
Résultat attendu:
- Architecture recommendation: Implement circuit breaker pattern
- Design pattern: Consider event-driven communication between services
- Compliance: API versioning strategy needed
Utilisation de "error-debugging-multi-agent-review". Check performance bottlenecks
Résultat attendu:
- Performance issue: N+1 query in user service
- Optimization: Add caching layer for frequently accessed data
- Memory concern: Large dataset loading without pagination
Audit de sécurité
SûrAll 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.
Score de qualité
Ce que vous pouvez construire
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
Essayez ces 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
Bonnes pratiques
- 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
Éviter
- 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