skills/general/validate-skill-functionality/SKILL.md
validate skill, check skill, review skill execution.
npx skillsauth add beam-ai-team/beam-next-skills 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:
[OK] SKILL.md loaded: Yes (line 1-88, complete)
[OK] references/workflow.md loaded: Yes (when needed in Step 2)
[ERROR] references/error-handling.md loaded: No (should have been loaded but wasn't)
[OK] scripts/bulk-complete.py executed: Yes (correct parameters)
Check if skills correctly loaded nested skills:
Example checks:
Primary Skill: execute-project
[OK] Loaded: Yes (via beam-next-loader.py --skill execute-project)
Nested Skill: create-skill
[OK] Loaded: Yes (via beam-next-loader.py --skill create-skill)
[OK] SKILL.md read: Yes (complete)
[OK] Workflow followed: Yes (all 7 steps)
[OK] Context passed: Yes (user's workflow → create-skill)
Nested Skill: close-session
[OK] Loaded: Yes (auto-triggered)
[OK] workflow.md loaded: Yes (as required)
[OK] All 8 steps executed: Yes
Report to user verbally:
NO documentation files - Follow orchestrator.md ≤5 line rule
testing
Audit registry.yaml against disk, validate SKILL.md frontmatter, find duplicates and orphans. Load when user says 'audit skills registry', 'validate beam-next-skills', 'registry drift', 'skills catalog audit', 'check registry yaml'.
tools
All Workable ATS operations — fetch JDs, search candidates, post assessments/reviews. Load when user says "fetch JD", "search workable", "push to workable", "post review", "rate candidate", "workable", "push assessment", "list jobs", or after interview-coach completes an evaluation. Replaces workable-fetch-jd and workable-push-assessment.
data-ai
Load when user mentions "tavily research", "market intelligence", "competitive research", "GTM research", or needs real-time market data for sales, marketing, or vertical strategy.
development
Shared resource library for Slack integration skills. DO NOT load directly - provides common references (setup, API docs, error handling, authentication) and scripts used by slack-connect and individual Slack skills.