Аудит компонентов Continuous Claude
testing
mot is a Claude Code skill that runs a comprehensive health check (MOT) across all Continuous Claude components: skills, agents, hooks, and the memory system. It operates in five phases — validating frontmatter and name consistency in SKILL.md files, checking required fields and model values (opus/sonnet/haiku) in agent definitions, verifying that hook bundles are built and shell wrappers are executable, and confirming PostgreSQL connectivity along with the pgvector extension and archival_memory table. Selective audits are available per category (/mot skills, /mot agents, /mot hooks, /mot memory), with --quick limiting the run to P0 checks only and --fix auto-resolving simple issues like missing execute permissions and stale hook builds. It's the go-to command for teams maintaining a healthy Claude Code setup who need to catch broken cross-references between components before they cause failures.
- #health-check
- #audit
- #validation
- #monitoring
- #system