Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

acervo-integration-ci

Étoiles1
Forks0
Mis à jour12 juillet 2026 à 14:04

Wire a repository's model-dependent integration test(s) to actually run in CI against cached SwiftAcervo models, the standardized way. Use this skill whenever the user wants to fix, enable, add, or standardize integration tests that need a downloaded ML model in GitHub Actions — phrases like "make the integration tests run in CI", "my model tests are disabled in CI", "cache the models in CI", "add the integration test to the pipeline", "standardize how we test real inference", or "the generation/TTS/inference test never runs on CI". It vendors a credential-free CDN primer + cache-key script into .github/scripts/, adds/updates an integration-tests workflow that restores models via actions/cache and primes on miss, wires the TEST_RUNNER_ACERVO_* env so xcodebuild forwards the cache into the xctest runner, and normalizes the test's gate to model-presence (XCTSkipUnless / @Test(.enabled(if:))). Input is the specific integration test (file/target/suite) when it can't be derived from repo context. Works one repo at

Installation

Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.

Explorateur de fichiers
6 fichiers
SKILL.md
readonly