From a28b6da348ba32f6969b2a9518ce81e123d14c93 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sat, 29 Aug 2026 22:34:15 +0000 Subject: [PATCH] Point skill-evals at skillscope's first-class commands Routing and behavioral are commands now, not modes of `run`. A single-skill repo also no longer has to name its routing set, so the args lines go away. Co-authored-by: Daniel Holanda --- .github/workflows/skill-evals.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/skill-evals.yml b/.github/workflows/skill-evals.yml index d72b373ee..934859af9 100644 --- a/.github/workflows/skill-evals.yml +++ b/.github/workflows/skill-evals.yml @@ -5,7 +5,7 @@ ############################################################################### # Grades this repo's skills with https://github.com/danielholanda/skillscope: -# structure (free), then routing (which skill fires) and behavior (what the +# structure (free), then routing (which skill fires) and behavioral (what the # agent did once it fired). name: skill-evals @@ -40,12 +40,11 @@ jobs: - uses: actions/checkout@v4 - uses: danielholanda/skillscope@main with: - command: run - args: --mode routing --routing-skills analysis-orchestrator + command: routing skills: TraceLens/Agent/Analysis/skills/analysis-orchestrator install-claude: "true" - behavior: + behavioral: needs: structural runs-on: ubuntu-latest timeout-minutes: 90 @@ -55,7 +54,6 @@ jobs: - uses: actions/checkout@v4 - uses: danielholanda/skillscope@main with: - command: run - args: --mode behavior + command: behavioral skills: TraceLens/Agent/Analysis/skills/analysis-orchestrator install-claude: "true"