AgentSkillsCN

mahout-review

审查Apache Mahout的Pull Request,确保其正确性与编码规范。

SKILL.md
--- frontmatter
name: mahout-review
description: Review Apache Mahout PRs for correctness and conventions.

Mahout Review

Usage

code
/mahout-review                    # local branch vs main
/mahout-review <PR_URL>           # checkout and review PR

Stack

Python (qumat), Rust (qdp), uv, maturin, pytest

Instructions

  1. Get changed files: Use /dev-pr-review flow.

  2. Review checklist:

    • Consistency with existing patterns in qumat/ and qdp/
    • Tests added in testing/
    • Version numbers unchanged (unless release PR)
    • No secrets or .pypirc included
  3. Run checks: Use /mahout-build.

  4. Verdict: Follow /dev-pr-review format.