react-doctor
79Audit React Codebase Health
React projects can hide security, performance, correctness, and architecture problems. This skill runs React Doctor and guides prioritized fixes using reported diagnostics.
最近変更したコードを簡素化
コード変更では、重複したロジック、一貫性のないスタイル、わかりにくい構造が残りがちです。このスキルは最近変更されたコードをレビューし、動作を維持しながら明確さを高めるように洗練します。
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "simplify" from https://skillstore.io/skills/simplify.md and its manifest at https://skillstore.io/api/skills/simplify/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
「simplify」を使用しています。 最近編集した React コンポーネントに、ネストした条件、一貫性のない prop 名、冗長なコメントが混在している。
期待される結果:
条件処理を簡素化し、prop 名をコンポーネント API に合わせ、目に見える動作を繰り返しているだけのコメントを削除しました。
「simplify」を使用しています。 サービス関数に、繰り返しの検証分岐と不明確な一時変数名がある。
期待される結果:
共通の検証フローを統合し、一時値の名前を意図がわかるように変更し、元の各エラーケースを維持しました。
「simplify」を使用しています。 pull request で import 順、型注釈、小さなヘルパー関数が変更されている。
期待される結果:
imports を並び替え、トップレベルの戻り値の型を明示し、可読性が向上する箇所ではヘルパー関数を分離したままにしました。
All six static findings are false positives from prose in SKILL.md. The backtick, network, and blocker hits are code-style text, not malicious behavior. No prompt injection, data exfiltration intent, or malicious instruction was found.
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
https://skillstore.io/skills/simplify/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/simplify?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/simplify?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/simplify/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/simplify.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>brianlovin. (2026). simplify security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/simplify/audits/4@techreport{brianlovin-simplify-2026,
author = {brianlovin},
title = {simplify security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/simplify/audits/4},
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: "simplify security audit report (audit version 4)"
version: "unspecified"
type: report
authors:
- name: "brianlovin"
date-released: "2026-07-07"
url: "https://skillstore.io/skills/simplify/audits/4"
identifiers:
- type: other
value: "skillstore:simplify:audit:4"
description: "Skillstore immutable audit report identifier"
各作者のスキルは個別のインストール項目として維持されます。推奨バリアントは Skillstore の証拠で順位付けされます。
このバリアントが首位の理由
最近編集した React コンポーネントを、より明確な props、より単純な分岐、一貫したプロジェクトスタイルに整えます。
人によるレビューに pull request を送る前に、冗長なロジックを減らし、名前を改善します。
動作を変更せずに、変更されたファイルへローカルの可読性と保守性のルールを適用します。
変更したばかりのファイルに simplify skill を使ってください。動作は維持し、意味のある改善点だけを教えてください。
変更したコードをプロジェクト標準に照らしてレビューしてください。出力を変えずに、明確さ、命名、imports、型注釈を改善してください。
編集した React コンポーネントを簡素化してください。明示的な Props 型を維持し、条件付きレンダリングを改善し、コードを繰り返しているだけのコメントを削除してください。
最近のリファクタリングを調べ、過剰な抽象化、ネストしたロジック、不明確な名前がないか確認してください。対象を絞って簡素化し、その後に残るトレードオフを要約してください。
作成者
brianlovinライセンス
MIT
Skillstore リビジョン
r1
バージョンに関する注意
作者はバージョンを宣言していません。
参照
f93e9bb0daca99badb6a7e574b97737155d57cb3
メンテナンスの新しさ
2026/7/18
利用状況
43 ダウンロード · 174 閲覧
ファイル構成
📄 SKILL.md
Audit React Codebase Health
React projects can hide security, performance, correctness, and architecture problems. This skill runs React Doctor and guides prioritized fixes using reported diagnostics.
Build Faster With Bun
Developers often maintain separate Node.js tools, scripts, and configuration for common workflows. This skill maps those workflows to Bun and explains Bun APIs for faster application development.
Review UI Accessibility and Visual Design
Interface reviews can miss accessibility barriers and inconsistent visual details. Rams checks component code against focused WCAG and design criteria with prioritized fixes.
Orchestrate Complex Coding Workflows
Complex coding tasks can lose structure across planning, implementation, and verification. This skill guides Claude, Codex, and Claude Code through a disciplined workflow.
Build Software with Test-Driven Development
Feature work often produces fragile tests that mirror implementation details. This skill guides focused red-green-refactor cycles around observable behavior and public interfaces.
Refactor CLAUDE.md Project Guidance
Long project instructions can hide important guidance and verification steps. This skill restructures them into concise root guidance and focused rule files.
型安全なReactコンポーネントを構築
作成者 softaworks
React TypeScript の作業では、event、hook、route の正確な型が必要になることがよくあります。このスキルは、型付きcomponents、React 19 APIs、routing に焦点を当てたパターンを提供します。
本番環境対応のフロントエンド機能を構築
作成者 davila7
フロントエンドチームには、プロジェクト間で一貫したReactおよびNext.jsのガイダンスが必要です。このスキルは、フロントエンド分析のためのリファレンスワークフロー、品質プラクティス、ヘルパースクリプトを提供します。
モダンなReactおよびNext.jsアプリを構築する
作成者 sickn33
ReactおよびNext.jsプロジェクトでは、ルーティング、コンポーネント、スタイリング、データ、フォーム、テスト、デプロイ全体で一貫したセットアップ方針が必要になることがよくあります。このスキルは、Claude、Codex、Claude Codeに、モダンなフロントエンドアプリケーションを計画および構築するためのフェーズベースのワークフローを提供します。
コードパターンとアーキテクチャを分析
作成者 C0ntr0lledCha0s
大規模なコードベースには、繰り返し現れる構造や不明瞭なアーキテクチャ上の選択が隠れています。このスキルはパターンを見つけ、その意図を説明し、実用的なリファクタリングの機会を明らかにします。
Playwrightテストカバレッジの改善
作成者 C0ntr0lledCha0s
Playwrightスイートは、設定、ロケーター、フィクスチャに一貫性がないと不安定になることがあります。このスキルは、信頼性の高いブラウザテスト、デバッグ、再利用可能なページオブジェクトのための実践的なパターンを提供します。
AST構造でコードを検索
作成者 0xDarkMatter
テキスト検索では意味的な関係を見逃し、ノイズの多い一致結果が生じます。このスキルはast-grepパターンを使用してコード構造を特定し、対象を絞ったリファクタリングを準備します。