ワンクリックで
code-reviewer
Review code for best practices, potential bugs, and improvements. Use when asked to review, analyze, or critique code quality.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review code for best practices, potential bugs, and improvements. Use when asked to review, analyze, or critique code quality.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Analyze datasets and generate statistical summaries and insights. Use when asked to analyze data, compute statistics, or identify trends.
Summarize meeting transcripts into structured notes with action items. Use when asked to process, summarize, or extract action items from meetings.
SOC 職業分類に基づく
| name | code-reviewer |
| description | Review code for best practices, potential bugs, and improvements. Use when asked to review, analyze, or critique code quality. |
When reviewing code:
For automated analysis, use the script at scripts/analyze.cs which performs
basic static checks on C# source files. Run with: dotnet run scripts/analyze.cs -- <file.cs>
Rate each finding as: 🔴 Critical | 🟡 Warning | 🟢 Suggestion