evals/evals.json
evals/evals.jsonBrowse 2 files
203 tokens
933 bytes
Token encoding: o200k_base
Snapshot 171d301
← Back to SKILL.md
1{2 "skill_name": "improve-code-quality",3 "evals": [4 {5 "id": 0,6 "prompt": "/improve-code-quality crates/common",7 "expected_output": "A structured code quality report for the common crate covering automated tool results (clippy, rustfmt) and manual analysis across security, performance, readability, robustness, and dependencies categories. Should detect Rust language, run clippy and rustfmt, and present findings in a table format with severity levels.",8 "files": []9 },10 {11 "id": 1,12 "prompt": "/improve-code-quality crates/task-runner",13 "expected_output": "A structured code quality report for the task-runner crate, which contains async code. Should detect Rust language, run clippy and rustfmt, and perform manual analysis that catches async-specific issues like blocking in async contexts. Report should be organized by severity with tables.",14 "files": []15 }16 ]17}18