AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Code Review

skill-ks6088ts-labs-skills-code-review · by ks6088ts-labs

コードレビューを実施するためのスキル。ユーザーがコードの品質、セキュリティ、テスト、パフォーマンス、アーキテクチャの観点からコードレビューを依頼した場合に使用します。「コードレビュー」「コードをチェック」「PRをレビュー」「このコードを確認して」などのコードレビュータスクに言及した場合にトリガーします。セキュリティ脆弱性、ロジックエラー、テスト品質、パフォーマンス問題を優先順位付けして指摘し、具体的な改善提案を行います。

No reviews yet
0 installs
5 views
0.0% view→install

Install

$ agentstack add skill-ks6088ts-labs-skills-code-review

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ks6088ts-labs-skills-code-review)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
Archived

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Code Review? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

コードレビュー

コードの品質、セキュリティ、テスト、パフォーマンス、アーキテクチャの観点から包括的なコードレビューを実施します。

レビュー優先順位

🔴 CRITICAL(マージブロック)

  • セキュリティ: 脆弱性、シークレットの露出、認証/認可の問題
  • 正確性: ロジックエラー、データ破損リスク、競合状態
  • 破壊的変更: バージョニングなしの API 契約変更
  • データ損失: データ損失・破損のリスク

🟡 IMPORTANT(要議論)

  • コード品質: SOLID 原則の重大な違反、過度な重複
  • テストカバレッジ: クリティカルパスや新機能のテスト欠落
  • パフォーマンス: 明らかなボトルネック(N+1 クエリ、メモリリーク)
  • アーキテクチャ: 確立されたパターンからの大幅な逸脱

🟢 SUGGESTION(非ブロッキング)

  • 可読性: 命名の問題、簡素化可能な複雑なロジック
  • 最適化: 機能に影響しないパフォーマンス改善
  • ベストプラクティス: 慣習からの軽微な逸脱
  • ドキュメント: 不足・不完全なコメント/ドキュメント

レビューワークフロー

1. コンテキスト確認

レビュー開始前に以下を確認:

  1. レビュー対象のコード範囲を特定
  2. プロジェクトの技術スタック・アーキテクチャを把握
  3. 変更の目的・背景を理解

2. 観点別レビュー

以下の観点で順にチェック:

  1. セキュリティ: 脆弱性、機密データ、入力検証
  2. コード品質: 命名、単一責任、DRY、エラーハンドリング
  3. テスト: カバレッジ、テスト構造、エッジケース
  4. パフォーマンス: N+1 クエリ、アルゴリズム、リソース管理
  5. アーキテクチャ: 関心の分離、依存関係、パターン

各観点の詳細なチェック項目と例は [references/guide.md](references/guide.md) を参照。

3. コメント作成

レビューコメントは優先度とカテゴリを明示し、問題の説明・影響・修正案を含める。

コメントのフォーマットと例は [references/comment-template.md](references/comment-template.md) を参照。

リファレンス

  • 詳細ガイド: [references/guide.md](references/guide.md) - 各観点のチェック項目と具体例
  • チェックリスト: [references/checklist.md](references/checklist.md) - レビュー時の確認項目一覧
  • コメントテンプレート: [references/comment-template.md](references/comment-template.md) - コメントの書き方と例

レビュー原則

  1. 具体的に: 正確な行、ファイルを参照し、具体的な例を提供
  2. コンテキストを提供: なぜ問題なのか、潜在的な影響を説明
  3. 解決策を提案: 間違いだけでなく、修正されたコードを示す
  4. 建設的に: 作者を批判するのではなく、コードの改善に焦点
  5. 良い実践を認める: 適切に書かれたコードやスマートな解決策を認める
  6. 実用的に: すべての提案が即座の実装を必要とするわけではない
  7. 関連するコメントをグループ化: 同じトピックについて複数のコメントを避ける

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.