code-reviewer
83構造化された品質チェックでコードをレビューする
作成者 alirezarezvani
コードレビューでは、品質、セキュリティ、保守性の問題を見落とすことがあります。このスキルは、スクリプト、チェックリスト、レポート生成を使って構造化されたレビューを支援します。
Simplify Over-Engineered Code Reviews
Complex diffs can hide unnecessary abstractions, dependencies, and dead flexibility. This skill produces concise, location-specific suggestions for deletion or simpler replacements.
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "ponytail-review" from https://skillstore.io/skills/dietrichgebert-ponytail-review.md and its manifest at https://skillstore.io/api/skills/dietrichgebert-ponytail-review/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
「ponytail-review」を使用しています。 A diff adds a repository interface with one implementation and one caller.
期待される結果:
repository.py:L18-44: yagni: Single-use repository abstraction. Inline it until a second implementation exists.
「ponytail-review」を使用しています。 A diff adds a date library for one localized formatting call.
期待される結果:
profile.ts:L7: native: Date library used once. Replace it with the platform date formatter and remove the dependency.
「ponytail-review」を使用しています。 A small diff is already direct and contains no removable complexity.
期待される結果:
Lean already. Ship.
All 14 static findings are false positives caused by Markdown inline code used for labels, output formats, and examples. SKILL.md contains no executable commands, prompt injection, or other semantic security concerns.
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
https://skillstore.io/skills/dietrichgebert-ponytail-review/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/dietrichgebert-ponytail-review?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/dietrichgebert-ponytail-review?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/dietrichgebert-ponytail-review/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/dietrichgebert-ponytail-review.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>dietrichgebert. (2026). ponytail-review security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/dietrichgebert-ponytail-review/audits/1@techreport{dietrichgebert-dietrichgebert-ponytail-review-2026,
author = {dietrichgebert},
title = {ponytail-review security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/dietrichgebert-ponytail-review/audits/1},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "ponytail-review security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "dietrichgebert"
date-released: "2026-09-18"
url: "https://skillstore.io/skills/dietrichgebert-ponytail-review/audits/1"
identifiers:
- type: other
value: "skillstore:dietrichgebert-ponytail-review:audit:1"
description: "Skillstore immutable audit report identifier"
Review a feature diff for removable layers, unused options, and shorter standard alternatives before opening a pull request.
Produce concise complexity findings that complement a separate correctness and security review.
Evaluate refactoring diffs for abstractions and dependencies that increase long-term maintenance without current value.
Review this diff for over-engineering. List each removable or shrinkable element with its location and replacement.
Review this diff for dependencies and custom utilities that native platform or standard library features can replace.
Find single-use abstractions, speculative configuration, and unused flexibility in this diff. Suggest direct replacements and estimate removed lines.
Review this multi-file diff only for unnecessary complexity. Prioritize safe deletions, native replacements, and shorter equivalent logic by potential line reduction.
作成者
dietrichgebertライセンス
MIT
Skillstore リビジョン
r1
バージョンに関する注意
作者はバージョンを宣言していません。
参照
5f75a8f228eb56d5471b552ca700568acedfa55f
メンテナンスの新しさ
2026/9/18
利用状況
0 ダウンロード · 0 閲覧
ファイル構成
📄 SKILL.md
構造化された品質チェックでコードをレビューする
作成者 alirezarezvani
コードレビューでは、品質、セキュリティ、保守性の問題を見落とすことがあります。このスキルは、スクリプト、チェックリスト、レポート生成を使って構造化されたレビューを支援します。
コーディングエージェントのワークフローを管理する
作成者 kiwi-phantomworks
タスク、スコープ、チェックが曖昧だと、コーディングエージェントのプロジェクトは方向性がぶれやすくなります。このスキルは、Claude、Codex、Claude Code の作業を範囲内に保ち、検証可能にするためのPMテンプレートとレビュー規則を提供します。
バグとセキュリティ問題のコードレビュー
作成者 21pounder
コードレビューでは、バグ、セキュリティ上の欠陥、保守性の問題を見落とすことがあります。このスキルは、Claude、Codex、Claude Code に構造化されたレビュー手順を案内します。
GitHubプルリクエストをより速くレビューする
作成者 Bind
コードレビューの調整では、GitHub CLIでの確認やコメントを繰り返し行う必要がよくあります。このskillは、トリアージ、ガイドライン参照、インラインフィードバックのためのPRレビュー支援機能を文書化しています。
React と Next.js のパフォーマンス最適化
作成者 vercel-labs
React と Next.js アプリは、ウォーターフォール、大きなバンドル、回避可能な再レンダリングによって速度が低下しがちです。このスキルは、エージェントがより安全にパフォーマンス重視の変更を行うための具体的なルールを提供します。
構造化されたAIフィードバックでコードをレビュー
作成者 EnactProtocol
手動のコードレビューでは、コンテキストが限られている場合にバグ、スタイル上の問題、リスクのあるパターンを見逃すことがあります。このスキルは提供されたコードをレビューし、優先順位付きの問題、提案、要約、品質スコアを返します。