一键导入
verify
Run full validation suite (lint + tests + Renovate config) before committing. Use after any app change to ensure everything passes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run full validation suite (lint + tests + Renovate config) before committing. Use after any app change to ensure everything passes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Validate Biome 2.3+ configuration and detect outdated patterns. Ensures proper schema version, domains, assists, and recommended rules. Use before any linting work or when auditing existing projects.
Use when modifying ANY file inside an app directory (apps/<app-id>/). Triggers on edits to docker-compose.json, config.json, metadata files, or data files of any app. Must increment tipi_version in config.json for every app change, no exceptions.
Use when syncing this appstore with the official runtipi/runtipi-appstore repo, adding new apps from upstream, updating configurations to match official patterns, or checking if local setup has drifted from upstream best practices. Triggers on requests like "align with official repo", "check upstream", "add app from official store", "update to match upstream".
| name | verify |
| description | Run full validation suite (lint + tests + Renovate config) before committing. Use after any app change to ensure everything passes. |
Run the complete validation pipeline for this appstore repository.
make test (lint + unit tests in Docker)make renovate-test (Renovate config dry-run)make test runs Biome lint + Jest tests inside Dockermake renovate-test validates Renovate customManager regex patternsmake test fails on formatting, run make bun-shell and biome check --write . to auto-fix