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>