agentsclimarketplace

Code review

Skill feel-flow/agent-skills-examples/review/code-review

『Agent Skills 実践ガイド』サンプルスキル集 — コピペで使えるSKILL.md 10種

Install
npx -y skills add feel-flow/agent-skills-examples --skill code-review

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

コードレビューを行い、品質レポートを出力する。プルリクエストのレビュー、コード品質チェック時に使用。

SKILL.md

1.4 KB, as published. Nobody here has run it

Code Review

概要

コードの品質をチェックし、重要度別に分類したレポートを出力します。

チェック観点

以下の4つの観点でレビューを行ってください:

  1. バグの可能性 - null参照、境界条件、エラーハンドリングの不備
  2. セキュリティ - インジェクション、認証・認可の不備、データ漏洩
  3. 可読性 - 命名規則、コード構造、不要なコメント
  4. パフォーマンス - 不要なループ、メモリリーク、N+1問題

重要度の分類

重要度基準
Critical本番障害やセキュリティリスクSQLインジェクション、未処理の例外
Warning品質低下や保守性の問題マジックナンバー、過度なネスト
Suggestionより良くできる点命名の改善、コメント追加

出力形式

## レビュー結果

### Critical
- [ファイル名:行番号] 問題の説明
  推奨: 修正方法

### Warning
- [ファイル名:行番号] 問題の説明

### Suggestion
- [ファイル名:行番号] 提案内容

### 良い点
- 良かった点の説明

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.