code-review

Review code for static analysis, security, robustness, structure, and test impact issues.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/nok0321/claude-pipeline --skill code-review-nok0321
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/nok0321/claude-pipeline/tree/main/skills/code-review
Command: npx skills add https://github.com/nok0321/claude-pipeline --skill code-review-nok0321

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lightweight integrated code review that surfaces critical, warning, and info issues across static analysis, security, robustness, structure, and test impact. USE WHEN PR 作成前、小〜中規模の変更レビュー、コード変更直後の品質確認。SKIP マージ前の深層セキュリティ監査が必要なら robust-review、仕様↔実装の整合性チェックなら spec-check、単発バグ修正の安全確認なら fix-with-verify を使うこと。

Core Features & Use Cases

  • 静的解析+セキュリティ+堅牢性+構造+テスト影響を一通り走らせる軽量コードレビュー
  • PR作成前の小〜中規模の変更レビューとコード変更直後の品質確認をサポート
  • 深い検証が必要な場合は robust-review、spec-check、fix-with-verify へルーティング可能

Quick Start

PRを作成する前にこのコードレビューを実行して、静的解析とセキュリティ・堅牢性・構造・テスト影響の問題を自動的に検出してください。

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a pre-merge code review for a small to mid-sized pull request?

Run a pre-merge code review by applying this lightweight workflow to small or mid-sized pull requests, which automatically surfaces critical, warning, and info issues across static analysis, security, robustness, structure, and test impact before merging.

What is included in a lightweight integrated static analysis and security check?

A lightweight integrated static analysis and security check includes scanning code changes for security vulnerabilities, assessing structural quality, validating robustness, and evaluating test impact to ensure pre-merge stability.

When should I use a lightweight code review instead of a robust review?

Use a lightweight code review for post-change quality checks on small to mid-sized PRs. Skip it and route to robust-review when a deep security audit is required before merging.

Can I check specification and implementation consistency during a standard pull request review?

Standard pull request reviews focus on static analysis and security. To check specification and implementation consistency, route your workflow to spec-check instead of relying on this lightweight review.

Does this pre-merge code review validate the safety of single bug fixes?

Pre-merge code review does not specifically validate single bug fixes. Route to fix-with-verify to ensure the safety of single bug fixes, while this tool handles general lightweight quality checks.