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.