Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるtvm-test
スター1
フォーク0
更新日2026年2月8日 16:47
Run TVM lint and tests.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Run TVM lint and 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-test |
| description | Run TVM lint and tests. |
| Trigger | Command |
|---|---|
*.py changed | bash docker/lint.sh -i python_format pylint |
*.cc, *.h changed | bash docker/lint.sh -i clang_format cpplint |
*.java, *_jni.cc changed | bash docker/lint.sh jnilint |
| Any file | bash docker/lint.sh asf |
| Python tests | pytest tests/python -xv |
# clang-format (check)
uv tool run clang-format --dry-run --Werror <files>
# clang-format (fix in place)
uv tool run clang-format -i <files>
# cpplint
uv run cpplint --linelength=100 <files>