CO

Reviews code against project standards and reports high-confidence issues with specific improvement suggestions.

Install

mkdir -p .claude/skills/code-review-feel-flow && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10477" && unzip -o skill.zip -d .claude/skills/code-review-feel-flow && rm skill.zip

Installs to .claude/skills/code-review-feel-flow

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

プロジェクトガイドラインへの準拠をチェックし、バグ、スタイル違反、コード品質問題を検出する。PRレビュー時に使用。
57 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Check bugs
  • Detect style violations
  • Identify quality issues
  • Enforce naming conventions

How it works

It checks code against project guidelines and reports only critical or important issues with high confidence.

Inputs & outputs

You give it
Pull request
You get back
Review report

When to use code-review

  • Performing pull request reviews
  • Checking implementation pattern compliance
  • Identifying critical logic bugs
  • Enforcing naming conventions

About this skill

Code Review スキル

目的

プロジェクトガイドラインへの準拠をチェックし、高信頼度の問題のみを報告する。

参照ガイドライン

  • AGENTS.md の「よくある間違いと回避方法」
  • docs-template/MASTER.md のコード生成ルール
  • docs-template/03-implementation/PATTERNS.md の実装パターン

検出対象

  • バグ(ロジックエラー、off-by-one、null参照)
  • 禁止パターン違反(any型、マジックナンバー、console.log、エラー握りつぶし)
  • 命名規則違反(camelCase、UPPER_SNAKE_CASE、PascalCase)
  • 未使用のインポート・変数
  • 30行を超える関数

信頼度スコア

各問題には0-100の信頼度スコアを付与してください:

スコア意味報告
0-25誤検出または既存の問題報告しない
26-50マイナーな指摘(ガイドラインに明記なし)報告しない
51-79有効だが低影響報告しない
80-90重要な問題報告する
91-100クリティカルなバグまたは明示的な違反必ず報告

報告閾値: 信頼度80以上のみ報告

出力形式

結果は以下のMarkdown形式で出力してください。Copilot CLI からのファイル出力に使用されます。

# Code Review Results

## Critical Issues (信頼度 91-100)

- [ファイル名:行番号] 問題の説明
  - 信頼度: XX
  - 理由: なぜこれが問題か
  - 修正提案: どう修正すべきか

## Important Issues (信頼度 80-90)

- [ファイル名:行番号] 問題の説明
  - 信頼度: XX
  - 理由: なぜこれが問題か
  - 修正提案: どう修正すべきか

## Summary

- 検出された問題数: X
- Critical: X
- Important: X

注意事項

  • 信頼度80未満の問題は報告しない
  • 既存のコード(変更されていない部分)の問題は報告しない
  • 推測や曖昧な指摘は避ける
  • 具体的な修正提案を含める

When not to use it

  • Reporting low-confidence issues
  • Reviewing existing code

Prerequisites

Project guidelines

Limitations

  • Only reports confidence > 80%
  • Ignores existing code

How it compares

It uses a confidence score threshold, filtering out minor or ambiguous issues to reduce noise.

Compared to similar skills

code-review side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
code-review (this skill)06moNo flagsIntermediate
python-testing-patterns772moReviewIntermediate
fix-bug117moReviewIntermediate
test-fixing19moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry