Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるtvm-ffi-test
スター1
フォーク0
更新日2026年2月8日 08:46
Run TVM FFI tests.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Run TVM FFI tests.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Rebase open PRs onto the default branch, resolve conflicts, and force push.
Review Airflow UI code for consistency, best practices, and conventions.
Develop Airflow UI features from an issue link or text description.
Generate a concise PR changelog summary from the current branch diff.
Generate a Google Slides presentation from a paper PDF URL using gws CLI.
Set up git aliases.
| name | tvm-ffi-test |
| description | Run TVM FFI tests. |
| Test | Command |
|---|---|
| C++ tests | ctest --test-dir build --output-on-failure |
| Python tests | .venv/bin/pytest tests/python/ -v |
| Specific C++ | ctest --test-dir build -R <test_name> --output-on-failure |
| Specific Python | .venv/bin/pytest tests/python/<file>::<test> -v |