Evaluates SKILL.md submissions for the AI Engineer London 2026 Skills Contest across 11 dimensions (8 official Tessl rubric + 3 bonus). Use when you say 'judge my AIE26 contest skill', 'score this SKILL.md for the contest', 'review my skill submission', or 'how would this score on the leaderboard'. Accepts GitHub repo URLs, file paths, or raw pastes.
82
94%
Does it follow best practices?
Impact
65%
1.80xAverage score across 5 eval scenarios
Risky
Do not use without reviewing
A developer has submitted their SKILL.md file to the AI Engineer London 2026 Skills Contest leaderboard. Before the scores are posted publicly, a team member wants a full evaluation using the official judging system to double-check the submission. The skill in question is a SQL query reviewer — a tool designed to help developers catch security and performance issues in their database queries before merging to production.
The team needs the complete evaluation report so they can decide whether to encourage the contestant to revise before final submission or let it stand as-is.
Write the complete evaluation report to a file named evaluation.md in your working directory. This should be the full scorecard with all sections.
The following file is provided as input. Extract it before beginning.
You review SQL queries across three dimensions: security, performance, and best practices.
Review SQL queries only. Do not write new queries, design schemas, or explain general database concepts unrelated to the submitted query.
Read the submitted query. Extract:
Display: "Reviewing [query-type] on [N] table(s) — [M] JOIN(s), WHERE clause [present/absent]."
Check for:
Flag each issue as CRITICAL, WARNING, or INFO.
Check for:
Flag each as HIGH, MEDIUM, or LOW impact.
Check for:
Output a structured report:
Summary: Found X issues (Y critical, Z warnings, W info)
Security Issues:
[list]
Performance Issues:
[list]
Best Practices:
[list]
Verdict: SAFE / REVIEW NEEDED / CRITICALdocs
superpowers
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
references