all-passing

Validate well-formed skills against v1.1 validator checks.

Updated May 21, 2026
One-click install
npx skills add https://github.com/danieldev24/one-for-all --skill all-passing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: all-passing
Source: https://github.com/danieldev24/one-for-all/tree/main/scripts/__fixtures__/skills/all-passing
Command: npx skills add https://github.com/danieldev24/one-for-all --skill all-passing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill ensures that the validator correctly identifies a well-formed skill, providing a pass status for testing purposes.

Core Features & Use Cases

  • Validator Test: Used as a test case for the validator to confirm that it passes well-formed skills.
  • Reference: Provides a reference for what a fully-conforming skill should look like.
  • Use Case: When developing or updating the validator, use this skill to verify that it is functioning correctly by running it against the fixtures directory.

Quick Start

Run the validator against this fixture to confirm a clean pass.

Frequently Asked Questions about all-passing

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

FAQPage Schema
How do I test a skill validator to confirm it passes well-formed skills?

To test a skill validator, run it against a known well-formed skill fixture in the scripts directory to confirm the validator returns a clean pass status.

What is a well-formed skill reference used for in validator development?

A well-formed skill reference serves as a baseline test case to verify validator checks correctly identify conforming structures and pass them without errors.

Can I use a passing skill fixture for regression testing when updating validation checks?

Yes, a passing skill fixture is designed for regression testing; run updated validation checks against the fixture to verify updates do not break existing pass statuses.

Does the v1.1 validator check skill structure and content automatically?

The v1.1 validator checks skill structure and content by validating the skill against established conforming rules, using reference fixtures to confirm accurate pass statuses.

What are the limitations of using a well-formed skill fixture for validator testing?

A well-formed skill fixture only confirms the validator passes valid skills; it does not test failure handling or verify detection of malformed structures and content errors.