validate-skill-functionality

Validate post-execution skills for errors, file loads, and nested coordination.

2|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill validate-skill-functionality-abdullahbeam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-skill-functionality
Source: https://github.com/abdullahbeam/nexus-design-abdullah/tree/main/00-system/skills/skill-dev/validate-skill-functionality
Command: npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill validate-skill-functionality-abdullahbeam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After a skill finishes running, it is easy to miss missing file loads, broken nested skill calls, or incomplete workflow steps that lead to incorrect outputs or wasted effort. This Skill eliminates manual, ad-hoc review by providing a structured, repeatable post-execution validation process.

Core Features & Use Cases

  • Execution Context Review: Confirms the correct skill ran and its intended workflow was followed by reviewing all tool calls and conversation history.
  • File Load Validation: Checks that all required SKILL.md, reference, script, and asset files were loaded correctly, with no missing or truncated reads.
  • Nested Skill Verification: Validates that any wrapped or nested skills were loaded properly, followed their workflows, and passed context correctly between layers.
  • Use Case: After running a skill that generates project documentation, use this validation skill to confirm all required files were created, no errors occurred during execution, and the output matches expectations.

Quick Start

Run this skill immediately after any other skill finishes executing to receive a clear, concise report of validation results, including any issues found and recommendations for fixes.

Frequently Asked Questions about validate-skill-functionality

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

FAQPage Schema
How do I validate skill execution and catch missing file loads after a workflow finishes?

Post-execution skill validation automates the review of tool calls and conversation history to catch missing file loads, verify nested skill coordination, and identify incorrect outputs. It enforces a standardized review process to document findings and provide actionable recommendations.

What is the best way to verify nested skill coordination in a multi-skill orchestrated workflow?

Nested skill verification checks that wrapped skills loaded properly, followed their workflows, and passed context correctly between layers. This validation prevents broken nested skill calls that cause incomplete workflow steps and wasted effort.

Can I use automated skill validation to review custom user-created skills?

Yes, post-execution skill validation applies to custom user-created skills, system-provided skills, and multi-skill orchestrated workflows. It confirms the correct skill ran and its intended workflow was followed by reviewing all tool calls.

How do I check if required SKILL.md and reference files were loaded correctly during execution?

File load validation checks that all required SKILL.md, reference, script, and asset files were loaded correctly with no missing or truncated reads. This ensures complete execution context and prevents errors caused by incomplete file loading.

Why does my skill output not match expectations after execution completes?

Incorrect outputs often result from unaddressed errors, missing file loads, or broken nested skill coordination. Running a post-execution validation skill identifies these specific issues and provides actionable recommendations for fixes within a concise report.

When do I need to run post-execution skill validation in my workflow?

Run post-execution skill validation immediately after any other skill finishes executing. This timing allows it to review the complete conversation history and tool calls to confirm no errors occurred and the output matches expectations.