agentsclimarketplace

Openskills e2e test runbook

Skill Geeksfino/openskills/.cursor/skills/openskills-e2e-test-runbook

Run deterministic OpenSkills end-to-end validation across runtime tests and example agents, then report tool calls, activation behavior, and regressions.From its SKILL.md

Install
npx -y skills add Geeksfino/openskills --skill openskills-e2e-test-runbook

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • runs commandsInstructs the agent to run 4 commands, including `cargo test -p openskills-runtime` and 3 more.

SKILL.md

1.0 KB, 189 tokens by cl100k_base, as published. Nobody here has run it

OpenSkills E2E Test Runbook

Use this skill for confidence checks before merging runtime, tooling, or example-agent changes.

Test Layers

  1. Runtime regression tests
  2. Sandbox-focused tests
  3. Example-agent behavior checks
  4. Optional binding smoke tests

Baseline Commands

cargo test -p openskills-runtime

Example-agent checks (from example directories):

npm install
npm start "What skills are available?"
npm start "Create a new skill called 'note-taker'."

E2E Expectations

  • Skills discover successfully.
  • Skill activation occurs for matching prompts.
  • Tool calls align with intent (activation, file reads/writes, script runs).
  • No unexpected sandbox failures.

Reporting Format

  • What was run
  • What passed
  • What failed
  • Repro command for each failure
  • Suggested next fix

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.