スキル一覧に戻る
manuelmauro

code-review

by manuelmauro

Agentic AI skills management, linting, and formatting

0🍴 0📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: code-review description: Review code changes for quality, correctness, and style license: MIT OR Apache-2.0

Code Review

Review code changes in the skilo project for quality, correctness, and adherence to Rust best practices.

Guidelines

When reviewing code, check for:

  1. Correctness - Does the code do what it's supposed to do?
  2. Error handling - Are errors handled appropriately using Result and ??
  3. Idiomatic Rust - Does the code follow Rust conventions?
  4. Performance - Are there any obvious performance issues?
  5. Documentation - Are public APIs documented?
  6. Tests - Are there adequate tests for new functionality?

Checklist

  • Code compiles without warnings (cargo build)
  • All tests pass (cargo test)
  • No Clippy warnings (cargo clippy)
  • Code is formatted (cargo fmt --check)
  • New public APIs are documented
  • CHANGELOG is updated for user-facing changes

Example Review Commands

# Check for compilation errors
cargo check

# Run clippy for lints
cargo clippy -- -D warnings

# Check formatting
cargo fmt --check

# Run tests
cargo test

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です