verify-catalog
Installation
SKILL.md
Catalog Verification Skill
Verify that all URLs in the Pega Dev Components catalog (index.json) are valid and asset files match expected sizes.
Overview
The verification process:
- Parses the catalog (
index.json) to extract all binary URLs - Starts a local HTTP server on port 8000
- Tests each URL with HTTP HEAD requests
- Validates that content-length matches actual local file sizes
- Reports pass/fail status for all components and versions
Prerequisites
- Working directory:
pega-dev-componentsrepo - Python 3.6+
- All assets present in
assets/components/directory - Port 8000 available (or specify alternate port)