ワンクリックで
py2rs-review-r4-algo-complexity
[DRAFT] 第 4 轮算法复杂度审查。对一个迁移单元或已收批的 review batch,只在有复杂度分析、理论依据和 benchmark 证据时建议或实施算法改变;默认审查不改生产代码。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
[DRAFT] 第 4 轮算法复杂度审查。对一个迁移单元或已收批的 review batch,只在有复杂度分析、理论依据和 benchmark 证据时建议或实施算法改变;默认审查不改生产代码。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Review one mvsep-rs rewrite batch quality gate without writing production code. Use when the user asks for behavior parity review, error tracing review, async or ergonomics review, data structure or algorithm review, Rust style audit, frontend UX audit, or promotion readiness for a mvsep-rs migration batch.
Expand dependency sources and align canonical shared capabilities, Rust crate reuse, adapters, hand-written Burn gaps, fixtures, and bootstrap records for Vocal2Midi. Use before implementation when imports, native/FFI sources, dependency mismatch, shared model prerequisites, temporary dependency copies, Cargo coordination, or manifest re-cut decisions affect a unit.
Review one Vocal2Midi Rust migration unit quality gate without writing production code. Use for Python/Rust behavior parity, dependency/seam, error tracing, data/algorithm, Rust style, architecture, ergonomics, or promotion readiness.
Coordinate the Vocal2Midi Python-to-Rust rewrite. Use when the user asks to continue, plan, route, re-cut, shard, implement, audit, promote, choose serial or coordinated-parallel execution, or select the next migration unit; when shared Burn gaps, dependency source expansion, capability coverage, or workflow may change the manifest inventory.
Implement exactly one confirmed Vocal2Midi Rust migration unit as the writer role. Use when dependency discovery has accepted the boundary, canonical dependencies, and legacy public behavior seam, and the user asks to add fixtures, port behavior, or prepare one unit for review. Do not use for review-only or shared dependency coordination requests.
[DRAFT] 消费 crate reconnaissance 或用户手动生态证据,按 NOTES.md 中的偏好对齐 Python/Rust 或 legacy/Rust 依赖。覆盖 canonical shared dependencies、crate/backend/adapter/手写能力组合、manifest 重切、seam、验证和桥接;用于避免串行或并行 writer 创建冲突依赖副本。
| name | py2rs-review-r4-algo-complexity |
| description | [DRAFT] 第 4 轮算法复杂度审查。对一个迁移单元或已收批的 review batch,只在有复杂度分析、理论依据和 benchmark 证据时建议或实施算法改变;默认审查不改生产代码。 |
R4 只处理算法和复杂度。Rust 代码不因为“看起来更 Rust”就改算法。
Any algorithm change requires all three:
Without the three, write a finding or recommendation; do not change the algorithm.
Default review-gate mode does not edit production code. If explicitly asked to remediate:
Use project convention or:
reviews/YYYY-MM-DD-<unit-or-batch-id>-data-algorithm.md
Include:
not_required only when the manifest
does not require R4 for that unit)