00-system/skills/skill-dev/validate-skill-functionality/SKILL.md
Load when user says "validate skill", "validate this skill", "review skill execution", "check skill", or "skill validation" at the end of executing a skill. Post-execution review workflow for validating that a skill worked correctly, documenting findings, and identifying issues.
npx skillsauth add abdullahbeam/nexus-design-abdullah validate-skill-functionalityInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Purpose: Systematic post-execution review to validate skill functionality and document findings.
When to Use: After a skill has completed its full execution workflow
Follow these steps to validate skill functionality:
Check that all required files were loaded correctly:
Example checks:
✅ SKILL.md loaded: Yes (line 1-88, complete)
✅ references/workflow.md loaded: Yes (when needed in Step 2)
❌ references/error-handling.md loaded: No (should have been loaded but wasn't)
✅ scripts/bulk-complete.py executed: Yes (correct parameters)
Check if skills correctly loaded nested skills:
Example checks:
Primary Skill: execute-project
✅ Loaded: Yes (via nexus-loader.py --skill execute-project)
Nested Skill: create-skill
✅ Loaded: Yes (via nexus-loader.py --skill create-skill)
✅ SKILL.md read: Yes (complete)
✅ Workflow followed: Yes (all 7 steps)
✅ Context passed: Yes (user's workflow → create-skill)
Nested Skill: close-session
✅ Loaded: Yes (auto-triggered)
✅ workflow.md loaded: Yes (as required)
✅ All 8 steps executed: Yes
Report to user verbally:
NO documentation files - Follow orchestrator.md ≤5 line rule
development
Load when user says "mental model", "think through this", "structured thinking", "help me decide", "analyze this problem", "first principles", "pre-mortem", "stakeholder mapping", "what framework should I use", or any specific model name. Provides 59 thinking frameworks for decision-making, problem decomposition, and strategic analysis.
development
Generate comprehensive philosophy and standards documents for any domain (UX design, landing pages, email outbound, API design, etc.). Load when user says "create philosophy doc", "generate standards for [domain]", "build best practices guide", or "create benchmarking document". Conducts deep research, synthesizes findings, and produces structured philosophy documents with principles, frameworks, anti-patterns, checklists, case studies, and metrics.
development
Validate Nexus-v3 system integrity and fix common issues automatically. Load when user mentions "validate system", "check system", or "fix problems". Runs comprehensive checks on folder structure, metadata files, and framework consistency with auto-repair capabilities.
development
Load when user says "validate docs", "check documentation consistency", "docs vs implementation", or "find documentation mismatches". Systematically compares implementation code against documentation to identify and fix inconsistencies.