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 |