webflux-test-reviewer
Installation
SKILL.md
WebFlux Test Reviewer
Evaluate WebFlux technical assessments from multiple candidates. Read the problem statement, analyze each candidate's code, and produce a structured evaluation report.
Project Structure
The assessment project must follow this layout:
project-root/
├── statement/
│ └── *.md # The technical assessment problem statement
├── candidate-name-1/
│ ├── (cloned repo contents)
│ └── EVALUATION.md # ← You generate this
├── candidate-name-2/
│ ├── (cloned repo contents)
│ └── EVALUATION.md # ← You generate this
└── ...
Related skills