openskills-e2e-test-runbook

Executes end-to-end validation of the OpenSkills runtime via cargo and npm.

68|14|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/Geeksfino/openskills --skill openskills-e2e-test-runbook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openskills-e2e-test-runbook
Source: https://github.com/Geeksfino/openskills/tree/main/.cursor/skills/openskills-e2e-test-runbook
Command: npx skills add https://github.com/Geeksfino/openskills --skill openskills-e2e-test-runbook

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides a comprehensive validation suite to ensure the OpenSkills runtime, sandboxing, and example agents function correctly, preventing regressions.

Core Features & Use Cases

  • Runtime Regression Testing: Executes core cargo test commands for the OpenSkills runtime.
  • Sandbox Validation: Verifies the behavior of different sandboxing mechanisms.
  • Example Agent Checks: Ensures example agents interact correctly with skills.
  • Use Case: Before merging a critical update to the OpenSkills core, run this skill to automatically confirm that all existing functionalities remain intact and that new changes haven't introduced unexpected behavior.

Quick Start

Run the openskills-e2e-test-runbook skill to perform end-to-end validation of the OpenSkills runtime.

Frequently Asked Questions about openskills-e2e-test-runbook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run end-to-end validation for the OpenSkills runtime?

To run end-to-end validation for the OpenSkills runtime, execute this skill to automatically perform regression tests, verify sandbox behaviors, and validate example agent interactions.

What does sandbox validation cover in OpenSkills?

Sandbox validation verifies the behavior of different sandboxing mechanisms within the OpenSkills runtime, ensuring that isolated environments execute skill interactions safely and without unexpected side effects.

Do I need cargo and npm to test OpenSkills runtime behaviors?

Yes, you need cargo to execute core runtime regression tests and npm to validate example agent interactions, ensuring full coverage of skill discovery, activation, and tool call accuracy.

When should I perform regression testing on the OpenSkills runtime?

You should perform regression testing on the OpenSkills runtime before merging critical updates, automatically confirming that existing functionalities remain intact and new changes introduce no unexpected behavior.

How do example agent checks validate skill discovery and activation?

Example agent checks validate skill discovery and activation by ensuring example agents interact correctly with skills, executing end-to-end test scenarios to verify tool call accuracy across the runtime.