What problem does it solve? Catalog tables tracking software tools drift out of date as versions, licenses, popularity, and URLs change, requiring tedious manual verification of every row. ## Core Features & Use Cases - Scoped Revalidation: Re-check one row by ID, a filtered subset (e.g. vendor:Anthropic, type:Workspace app), or the entire catalog table. - Live Data Refresh: Fetches latest GitHub release tags, license SPDX IDs, and stargazer counts, plus HEAD checks on homepage and repository URLs to detect broken links. - Safe Writes: Supports dry-run reporting of stale, broken, and fetch-failed fields before upserting full 16-column rows back into the master Markdown table. - Use Case: Run a dry-run over all rows limited to version and popularity fields to preview drift, then write real updates for a single tool like codex. ## Quick Start Ask the assistant to revalidate the catalog row for qwen-code in dry-run mode and report any stale version, license, or popularity values. Note: this skill is a deprecated compatibility wrapper; the merged refresh-catalog skill is the preferred entry point.