What problem does it solve? After a skill finishes running, there is no built-in way to confirm it actually worked as designed—files may have failed to load, nested skills may have been skipped, or steps may have been silently missed. This Skill provides a structured post-execution review to catch those issues. ## Core Features & Use Cases - File Loading Validation: Checks that SKILL.md and all referenced files (references/, scripts/, assets/) were actually loaded during execution, flagging missing or truncated reads. - Nested Skill Verification: Confirms that skills calling other skills loaded them correctly, passed context properly, and followed their workflows. - Output and Error Review: Verifies expected outputs were produced and identifies errors, edge cases, or deviations from the intended workflow. - Use Case: After running a complex skill like execute-project that chains multiple nested skills, invoke this review to confirm every step executed correctly and receive a concise report of what worked and what did not. ## Quick Start Say "validate skill" after a skill finishes executing to run a post-execution review and get a report of what worked and any issues found.