EDAF Evaluation Skill
Overview
This skill provides reusable evaluation patterns and scoring frameworks for the EDAF (Evaluator-Driven Agent Flow) system.
When to Use
Use this skill when:
- •Evaluating code quality, security, performance, or maintainability
- •Scoring design documents or task plans
- •Generating evaluation reports with consistent formatting
- •Applying the EDAF 10-point scoring system
Capabilities
- •Scoring Framework: Consistent 10-point scale (0.0-10.0) with pass thresholds:
- •Phases 1, 2, 3, 5, 6, 7: ≥8.0/10.0
- •Phase 4 Quality Gate: 10.0/10.0 (zero tolerance for lint errors/warnings + all tests passing)
- •Evaluation Patterns: Reusable criteria for different evaluation types
- •Report Generation: Standardized markdown report templates
- •Issue Classification: Categorization by severity (Critical, High, Medium, Low)
Files
- •
SKILL.md- This overview file - •
SCORING.md- Detailed scoring criteria and rubrics - •
PATTERNS.md- Common issues and anti-patterns to check - •
REPORT-TEMPLATE.md- Standard evaluation report format
Usage Example
markdown
When evaluating code, reference: - SCORING.md for score calculation - PATTERNS.md for common issues - REPORT-TEMPLATE.md for output format