ErrLookup › nextlevelbuilder/ui-ux-pro-max-skill
nextlevelbuilder/ui-ux-pro-max-skill
An AI skill that provides design intelligence for building professional UI/UX across multiple platforms. · Python · 82 source files
Analyzed at a38d04c3d5 on 2026-08-14. 34 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| No ZIP asset found in latest release | exception | error | cli, github-api, release-assets, installer |
| Failed to extract zip: ${error} | exception | error | cli, zip, shell, extraction, windows |
| GitHub API rate limit exceeded. Resets at ${resetDate}.\n${g | http | error | github-api, rate-limit, network, cli, auth |
| Failed to fetch releases: ${response.status} ${response.stat | http | error | github-api, http-status, network, cli |
| Failed to fetch latest release: ${response.status} ${respons | http | error | github-api, http-status, releases, network |
| Failed to download: ${response.status} ${response.statusText | http | error | github-api, download, http-status, network, assets |
| Unknown AI type: ${aiType} | validation | error | cli, validation, typescript, config |
| Unterminated quoted CSV field | validation | error | csv, parsing, gallery, validation |
| Unknown or missing style status: ${status || "<empty>"} | validation | error | csv, validation, gallery, data-contract |
| Refusing to modify path outside repository: ${resolvedPath} | validation | error | build, sync, path-safety, node, developer-tooling |
| Source directory does not exist: ${sourceDir} | validation | error | build, sync, filesystem, developer-tooling |
| Invalid JSON file {path}: {error} | console | error | python, json, validation, testing |
| Invalid relevance fixture:\n- {errors} | console | error | python, testing, validation, fixtures |
| Invalid threshold manifest:\n- {manifest_errors} | console | error | python, testing, fingerprint, thresholds, ci |
| Relevance gate failed:\n- {failures} | console | error | python, testing, search-quality, thresholds, ci |
| verified-at must use YYYY-MM-DD | validation | warning | python, date-validation, developer-tooling |
| verified-at has suspicious date {value!r} | validation | warning | python, date-validation, ci, developer-tooling |
| {name} catalog counts are stale: {', '.join(missing)} | validation | warning | python, docs, consistency-check, ci |
| catalog-summary.json is missing | validation | warning | python, ci, artifacts, developer-tooling |
| --verified-at is required when generating the summary | validation | error | cli, argparse, catalog, validation |
| catalog-summary.json is stale; regenerate it | validation | error | ci, staleness, json, reproducibility |
| Agent guide validation failed: | console | error | ci, validation, search, agent-guide |
| invalid hex color '{value}' | validation | error | validation, wcag, color, csv, regex |
| duplicate decision-rule key: {} | validation | error | json, duplicate-keys, decision-rules, validation |
| invalid decision-rule JSON: {} | validation | error | json, syntax, decision-rules, parsing |
| decision rules must be a JSON object | validation | error | json, type-error, decision-rules, validation |
| unknown decision-rule condition: {} | validation | error | decision-rules, validation, closed-vocabulary, typo |
| {} must map to a non-empty action array | validation | error | decision-rules, validation, schema, json |
| {} contains duplicate actions | validation | error | decision-rules, duplicates, validation, json |
| action must use a known prefix: {} | validation | error | decision-rules, action-syntax, validation |
| unknown decision-rule action: {} | validation | error | decision-rules, closed-vocabulary, validation |
| invalid {} action value: {} | validation | error | decision-rules, kebab-case, regex, validation |
| pattern action must name a pattern | validation | error | decision-rules, pattern, empty-value, validation |
| mode action must be dark or light | validation | error | decision-rules, enum, mode, validation |