What problem does it solve? Measuring whether real HuggingFace transformers models actually run on a custom accelerator (via the flagos device) is slow and error-prone: crashes poison the device, CPU fallbacks hide missing operators, and raw failures are not actionable for maintainers. This Skill automates the full measurement pipeline from test execution to verified, deduplicated GitHub issue previews. ## Core Features & Use Cases - Automated test sweeps: Run official HuggingFace architecture tests on the flagos device with resilient batch mode for crash recovery on unstable chips. - Triage and verification: Classify failures (OP_UNSUPPORTED, OP_CPU_FALLBACK, PRECISION, CRASH, etc.), isolate findings in fresh subprocesses, and measure CPU fallback per operator. - Safe mode for weak models: A validated wrapper prevents weaker AI models from installing packages, editing source files, or running unapproved commands. - Use Case: Run /transformers-test --model qwen3 --chip MUSA to execute the qwen3 architecture test suite on a MUSA accelerator, triage every failure to a root-cause operator, and generate GitHub issue previews requiring explicit per-finding approval before filing. ## Quick Start Ask the AI to run the transformers test for the bert model on your GCU chip using the transformers-test skill.