naming-analyzer
コードの命名品質を改善
不適切な識別子は、コードレビューと保守を難しくします。このスキルは命名上の問題を特定し、規約を考慮した、より明確な代替案を提案します。
このスキルはパックに含まれています
タスクに必要なすべてのスキルを、パックごと 1 コマンドでインストールできます。
自分のエージェントでインストール
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "naming-analyzer" from https://skillstore.io/skills/softaworks-naming-analyzer.md and its manifest at https://skillstore.io/api/skills/softaworks-naming-analyzer/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
エージェントが読めるリソース
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
テストする
「naming-analyzer」を使用しています。 getUser という名前の user service method が、ユーザーのログインタイムスタンプも更新している。
期待される結果:
レポートは、その名前が読み取り専用に見えるため誤解を招くものとして指摘します。fetchAndUpdateUserLogin を提案し、副作用を説明します。
「naming-analyzer」を使用しています。 ファイルに data、temp、arr、status という名前の変数が含まれている。
期待される結果:
レポートはそれらを明確さの問題としてグループ化し、使用方法に基づいて apiResponse、previousValue、amounts、isUserValid などの名前を提案します。
「naming-analyzer」を使用しています。 JavaScript module で API_url、user_active、isEnabled が混在している。
期待される結果:
レポートは一貫性のない規約を特定し、constants、booleans、通常の変数に対して単一のスタイルを推奨します。
セキュリティ監査
安全Reviewed all 82 static findings against SKILL.md and README.md. The reported command execution, environment access, sensitive file access, and reconnaissance signals are false positives caused by Markdown examples and inline code. No prompt injection, data exfiltration intent, or malicious behavior was found in the reviewed files.
リスク要因
⚙️ 外部コマンド (76)
🔑 環境変数 (2)
このレポートを共有・引用
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
レポートリンクをコピー
https://skillstore.io/skills/softaworks-naming-analyzer/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdownバッジ
[](https://skillstore.io/skills/softaworks-naming-analyzer?utm_source=security_passport_badge)HTMLバッジ
<a href="https://skillstore.io/skills/softaworks-naming-analyzer?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/softaworks-naming-analyzer/security.svg" alt="Skillstore security assessment" loading="lazy"></a>埋め込みカード
<iframe src="https://skillstore.io/embed/skills/softaworks-naming-analyzer.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>学術引用 (APA · BibTeX · CFF)
APA形式の引用
softaworks. (2026). naming-analyzer security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/softaworks-naming-analyzer/audits/4BibTeX形式の引用
@techreport{softaworks-softaworks-naming-analyzer-2026,
author = {softaworks},
title = {naming-analyzer security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/softaworks-naming-analyzer/audits/4},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "naming-analyzer security audit report (audit version 4)"
version: "unspecified"
type: report
authors:
- name: "softaworks"
date-released: "2026-07-07"
url: "https://skillstore.io/skills/softaworks-naming-analyzer/audits/4"
identifiers:
- type: other
value: "skillstore:softaworks-naming-analyzer:audit:4"
description: "Skillstore immutable audit report identifier"
バリアントを比較
インストール可能なバリアント 2 件各作者のスキルは個別のインストール項目として維持されます。推奨バリアントは Skillstore の証拠で順位付けされます。
このバリアントが首位の理由
softaworks-naming-analyzer
2026-09-09
curiouslearner-naming-analyzer
2026-09-09
Skillstore スコア
このスコアの理由 証拠の信頼度: 高作成できるもの
Pull Request の名前をレビュー
pull request を承認する前に、変更されたファイル内の不明確な識別子を見つけます。
プロジェクト規約を標準化
コードベース全体の名前を比較し、booleans、constants、services に対する一貫したパターンを作成します。
レガシーコードを整理
リファクタリング中に、曖昧、略語的、または誤解を招く名前を、より明確な代替案に置き換えます。
これらのプロンプトを試す
このファイルの命名を分析してください。不明確な識別子を列挙し、それぞれの問題を説明し、より良い名前を提案してください。
このコードを [language] の命名規約の観点でレビューしてください。変数、関数、クラス、定数、booleans に焦点を当ててください。
[path] の命名を分析してください。重要度別に指摘事項をグループ化し、理由付きで優先順位を付けたリネーム計画を提示してください。
これらの命名提案をレビューし、安全なリファクタリング計画を作成してください。検証手順と、ドメイン確認が必要な名前を含めてください。
ベストプラクティス
- 提案が振る舞いやドメイン上の意味を反映できるように、周辺コードを提供してください。
- 広範なスタイル整理の前に、影響の大きい誤解を招く名前をレビューしてください。
- 受け入れた提案を適用する際は、IDE rename tools とテストを使用してください。
回避
- 現在の名前が重要なドメイン上の意味を持つ場合、単にスタイルを満たすためだけに識別子をリネームしないでください。
- 生成された変更をレビューせずに、広範な rename scripts を適用しないでください。
- プロジェクトで既に必要とされている場合を除き、1つのモジュール内で言語規約を混在させないでください。
よくある質問
このスキルはどのような名前をレビューしますか?
コードベース全体を分析できますか?
ファイルやコードを自動的にリネームしますか?
どの言語に対応していますか?
問題をどのようにランク付けしますか?
booleans と constants に関する支援はできますか?
開発者情報
作成者
softaworksライセンス
MIT
Skillstore リビジョン
r1
バージョンに関する注意
作者はバージョンを宣言していません。
参照
f93e9bb0daca99badb6a7e574b97737155d57cb3
メンテナンスの新しさ
2026/7/18
利用状況
9 ダウンロード · 332 閲覧