CO

Enforces a strict, high-signal review format for VBA and C# code, focusing on spec compliance and bug detection.

Install

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

Installs to .claude/skills/code-review-yuki7030

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.

VBA・C# のコードレビュー、差分レビュー、PRレビュー依頼時に必ず使用。レビュー観点と報告書式を定義。
53 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Evaluate code against specification documents
  • Identify common bug patterns like boundary values and null handling
  • Check for adherence to comment conventions
  • Verify compliance with coding style guides
  • Assess code maintainability, including duplication and naming

How it works

The skill reviews VBA and C# code based on a prioritized list of criteria: specification conformity, bug patterns, comment conventions, coding standards, and maintainability. It generates a concise report in a predefined table format.

Inputs & outputs

You give it
VBA or C# code for review
You get back
Structured review report in a table format, highlighting issues by severity and position

When to use code-review

  • Reviewing pull requests
  • Checking code against specifications
  • Finding bugs in C# or VBA modules

About this skill

コードレビュー

観点(優先順)

  1. 仕様適合: docs/spec/ の対応仕様書と突合。仕様外実装・実装漏れを指摘。
  2. バグ: 境界値、null/Nothing、エラー処理漏れ、リソースリーク、Off-by-one。
  3. コメント規約: Doxygenヘッダ(C#=///@brief等 / VBA='!@brief等)の有無・引数との整合。
  4. 規約: vba-coding / csharp-coding スキルの規約準拠。
  5. 保守性: 重複、過大な関数、命名。

報告書式(これ以外を出力しない)

## レビュー結果: <対象>
| # | 重大度 | 位置 | 指摘 | 修正案 |
|---|---|---|---|---|
| 1 | High/Mid/Low | ファイル:行 | <簡潔に> | <1行> |

総評: <2行以内>
  • 指摘ゼロの観点は書かない。褒めコメント不要(トークン節約)。

When not to use it

  • When the code is not VBA or C#
  • When the task is not a code review, diff review, or PR review
  • When a detailed, verbose report is desired

Limitations

  • Applicable only to VBA and C# code
  • Report format is strictly defined as a table
  • Does not include positive feedback or comments for token efficiency

How it compares

This skill provides a structured, prioritized approach to code review for VBA and C#, generating a concise, actionable report, unlike an unstructured or informal review process.

Compared to similar skills

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

SkillInstallsUpdatedSafetyDifficulty
code-review (this skill)01moNo flagsIntermediate
performance-benchmark34moNo flagsIntermediate
bug-fix42moReviewAdvanced
dotnet-dev16moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry