在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用mahout-build
星标1
分支0
更新时间2026年2月8日 08:46
Build and test Apache Mahout (qumat + qdp).
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Build and test Apache Mahout (qumat + qdp).
用 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 | mahout-build |
| description | Build and test Apache Mahout (qumat + qdp). |
/mahout-build
| Step | Command |
|---|---|
| Setup | uv sync --group dev |
| Pre-commit | uv run pre-commit run --all-files |
| Rust tests (GPU) | cd qdp && cargo test |
| Python build (GPU) | uv run --active maturin develop --manifest-path qdp/qdp-python/Cargo.toml |
| Python tests | uv run pytest |
| All tests | make tests |