ワンクリックで
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