Run comprehensive web resource file audit (sitemap.xml, robots.txt, llms.txt, security.txt)
# Web Resource Audit Command Validates essential web resource files for SEO, security, and LLM accessibility compliance. ## Usage ## Supported Files | File | Purpose | Specification | |------|---------|---------------| | sitemap.xml | URL listing for crawlers | sitemaps.org | | robots.txt | Crawler access control | RFC 9309 | | llms.txt | LLM site overview | llmstxt.org | | llms-full.txt | Complete LLM docs | llmstxt.org | | security.txt | Vulnerability disclosure | RFC 9116 | ## Workflow ## Execution Flow 1. **Detect target type**: URL or local directory 2. **Fetch/read files**:...