# Validate Skills

> Validate the skill packs and run repo checks (structure, lint, types, tests). Use when asked to validate skills, check the repo, or verify a new/edited SKILL.md.

- Skill: `thinkyou0714/validate-skills` (Agent Skill)
- Install (CLI): `npx skillmds@latest add thinkyou0714/validate-skills`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thinkyou0714/validate-skills/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: thinkyou0714 (https://skillmd.com/u/thinkyou0714)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/thinkyou0714/validate-skills

---


Validate this skills repository and report results concisely.

1. Ensure dev tooling is present (the SessionStart bootstrap installs `[dev]` extras; else `make install`).
2. Run `make validate` first (plugin/skill structure + SKILL.md frontmatter). For the full gate: `make check` (validate + lint + typecheck + test) and `make check-docs` (markdown lint + spell).
3. Summarize: which checks passed/failed, and for each failure the offending skill/file + the first error line.
4. Do not edit skill content unless asked; when adding/fixing a SKILL.md, follow `CONTRIBUTING.md` naming + frontmatter rules.

