feat(skills): add skill accuracy evaluation pipeline#44
Merged
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
akiojin
added a commit
that referenced
this pull request
Mar 3, 2026
feat(skills): add skill accuracy evaluation pipeline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
.claude-plugin/plugins/unity-cli/skills/*/SKILL.md: fixed payload keys and command examples (for examplepathvsfilePath,prefabPathvsassetPath,gameObjectNamevsgameObjectPath) to align with implemented tool contracts.scripts/skill-eval/static-skill-contract-check.sh: added static validator that scans SKILL command samples and checks tool existence, required keys, and unknown keys.scripts/skill-eval/llm-routing-eval.sh: added routing evaluator supporting predictions file or external runner command, threshold checks, summary output, and append-only history.specs/perf/skill-routing-benchmark.jsonl: added 120 routing benchmark cases (including ambiguous multi-skill cases) with expected skill/tool/payload keys..github/workflows/lint.yml: added requiredSkill Contract Checkjob for PR/push gating..github/workflows/skill-routing-eval.yml: added daily/manual workflow for static check + optional nightly LLM routing evaluation.docs/development.md: documented the new CI jobs, evaluation commands, artifacts, and thresholds (English/Japanese sections)..gitignore: ignored generated evaluation report files (specs/perf/skill-static-report.json,specs/perf/skill-routing-summary.json).Testing
scripts/skill-eval/static-skill-contract-check.sh— passes with 128 commands scanned and 0 errors.bash -n scripts/skill-eval/static-skill-contract-check.sh— shell syntax check passes.bash -n scripts/skill-eval/llm-routing-eval.sh— shell syntax check passes.cargo fmt --all -- --check— formatting check passes.cargo clippy --all-targets -- -D warnings— lint check passes.Related Issues / Links
Checklist
cargo clippy,cargo fmt,svelte-check) —cargo clippyandcargo fmtpassed;svelte-checkis N/A for this repository.Context
top1,top2,tool_correct,payload_valid) with append-only history for trend tracking.