원클릭으로
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