skill-smoke-test

Verify Skill discovery and SKILL.md loading via smoke test.

4|1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/JunjieChen0/NJUST --skill skill-smoke-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-smoke-test
Source: https://github.com/JunjieChen0/NJUST/tree/main/.njust_ai/skills/skill-smoke-test
Command: npx skills add https://github.com/JunjieChen0/NJUST --skill skill-smoke-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a validated method to verify that a Skill unit is discoverable by the system and that the skill toolchain can load the Skill document.

Core Features & Use Cases

  • Discovery verification: Confirms the Skill is present at the expected path and registered in the AVAILABLE SKILLS list.
  • Load integrity test: Ensures the SKILL.md frontmatter is readable and the document loads without side effects.
  • Usage scenario: When a user requests a skills smoke test, the assistant reports success and the path to the skill, without re-loading the skill implicitly.

Quick Start

Run the smoke test to confirm the system can discover and load SKILL.md for the skill-smoke-test.

Frequently Asked Questions about skill-smoke-test

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

FAQPage Schema
How do I verify skill discovery and tool loading in my workflow?

Verify skill discovery and tool loading by running a smoke test that confirms the skill is registered in the AVAILABLE SKILLS list and the toolchain reads the SKILL.md frontmatter without side effects.

What is a skills smoke test used for?

A skills smoke test is used to validate that the system can discover a skill at its expected path and successfully load its SKILL.md document, ensuring the skill toolchain is functional.

How do I run a smoke test to check if my SKILL.md loads correctly?

Run the smoke test by requesting a skills verification, which identifies and loads the skill-smoke-test to confirm the SKILL.md frontmatter is readable and reports the skill path without re-loading unnecessarily.

Does skill discovery verification check the AVAILABLE SKILLS list?

Yes, skill discovery verification confirms the skill is present at the expected path and registered in the AVAILABLE SKILLS list, ensuring the system recognizes the skill document for loading.

Why does the system avoid re-loading the skill during a smoke test?

The system avoids re-loading the skill during a smoke test to prevent unnecessary implicit loading, ensuring the verification process reports success and the skill path without triggering redundant toolchain operations.