Analyze content schema for best practices and potential issues.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install content-management-system@melodic-software# Audit Schema Command Analyze content schema for best practices and potential issues. ## Usage ## Options - **--fix**: Suggest fixes for identified issues - **--severity**: Filter by issue severity (all|high|medium) ## Workflow ### Step 1: Locate Schema Definitions Search for content type definitions in: - YAML/JSON specification files - C# entity models - Migration files ### Step 2: Invoke Skills Invoke relevant skills for analysis: - `content-type-modeling` - Type patterns - `content-relationships` - Relationship integrity - `dynamic-schema-design` - JSON column usage ### S...