Compétences coding-standards
📋

coding-standards

Sûr

コーディング標準をコードに適用する

Également disponible depuis: 5MinFutures

このスキルはTypeScript、JavaScript、React、Node.js開発のための包括的なコーディング標準とベストプラクティスを提供し、開発者がクリーンで保守しやすいコードを書くのを支援します。

Prend en charge: Claude Codex Code(CC)
⚠️ 67 Médiocre
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez à utiliser

Tester

Utilisation de "coding-standards". Show me how to properly handle async errors

Résultat attendu:

適切なエラーloggingと共にtry-catchブロックを使用してください。常に暗黙的に失敗するのではなく、意味のあるエラーをスローしてください。fetch呼び出しでは、response.okを確認し、HTTPエラーを明示的に処理してください。

Utilisation de "coding-standards". What are the naming conventions for functions?

Résultat attendu:

'fetchUserData'や'calculateTotal'のような動詞-名詞パターンを使用してください。'data'や'handler'のような名詞 alone は避けてください。ブール関数には'is'、'has'、'can'プレフィックスを使用してください。

Utilisation de "coding-standards". How should I structure my React components?

Résultat attendu:

PropsにTypeScriptインターフェースを使用した関数コンポーネントを使用してください。any型を使用するのではなく、明示的にコンポーネントPropsを定義してください。コンポーネントを単一の責任に集中させてください。

Audit de sécurité

Sûr
v1 • 2/25/2026

This skill is a documentation resource containing coding standards and best practices in markdown format. The static analyzer flagged 72 potential issues, but all are false positives: JavaScript template literals in code examples were misidentified as shell execution, lazy loading patterns as dynamic imports, fetch examples as network calls, and generic error message text as cryptographic/system issues. No actual security risks exist - the skill provides educational content about code quality.

1
Fichiers analysés
522
Lignes analysées
5
résultats
1
Total des audits

Problèmes à risque élevé (2)

False Positive: Shell Command Execution
Static scanner flagged JavaScript template literals (backticks) as shell backtick execution. These are legitimate code examples showing template string syntax, not shell commands.
False Positive: Weak Cryptographic Algorithm
Static scanner incorrectly flagged text mentions in documentation as cryptographic algorithm usage. This is a coding standards guide, not executable code.
Problèmes à risque moyen (2)
False Positive: Dynamic Import
React lazy loading pattern example flagged as dynamic import security concern.
False Positive: Network API Calls
Fetch API examples in documentation flagged as network access.
Problèmes à risque faible (1)
False Positive: System Reconnaissance
Development terms like 'query parameters', 'filtering', and 'market data' incorrectly flagged as system reconnaissance.
Audité par: claude

Score de qualité

38
Architecture
90
Maintenabilité
87
Contenu
50
Communauté
73
Sécurité
87
Conformité aux spécifications

Ce que vous pouvez construire

モダンJavaScriptパターンを学ぶ

初心者の開発者は、不変性、async/awaitのベストプラクティス、型安全性など、適切なTypeScriptとJavaScriptコーディングパターンを学ぶことができます。

チーム全体のコードスタイルを標準化する

開発チームは、命名、フォーマット、構造のための文書化された規約を一貫したコーディング標準としてプロジェクトに採用できます。

コードレビュープロセスを改善する

これらの標準をコードレビュー中使用して、マージ前に一貫性と一般的なコード品質の問題ことを確認します。

Essayez ces prompts

TypeScriptのベストプラクティスについて質問する
Using the coding-standards skill, show me the best practices for writing TypeScript interfaces and types.
Reactコンポーネントの構造を取得する
Using the coding-standards skill, what is the recommended structure for a React functional component with props?
API設計標準をリクエストする
Using the coding-standards skill, document the REST API conventions and response format standards.
エラー処理パターンを学ぶ
Using the coding-standards skill, show me the best practices for handling errors in async functions.

Bonnes pratiques

  • コメントに大きく依存する代わりに、明確な変数名と関数名で自己文書化コードを書いてください
  • 常に不変性パターンを使用してください - 직접的な変更よりもスプレッド演算子を使用してください
  • any'を使用せず、適切なTypeScript型を定義して型安全性を維持してください

Éviter

  • TypeScriptで'any'型を使用しないでください。なぜなら型チェックの意味を失うからです
  • 状態を直接変更しないでください - setCount(prev => prev + 1)のような関数型更新を常に使用してください
  • 深くネストされた条件を避けてください - コードを平坦で読みやすくするためにアーリーリターンを使用してください

Foire aux questions

このスキルはどのようなプログラミング言語をカバーしていますか?
このスキルはTypeScript、JavaScript、React、Node.jsの開発標準をカバーしています。
このスキルは私のコードでリンティングを実行しますか?
いいえ、このスキルは文書化とガイダンスを提供します。実際のコードを実行したり分析したりしません。
Claude Codeで使用できますか?
はい、このスキルはClaude、Codex、Claude Codeで使用でき、AI支援コーディングガイダンスを提供します。
これらの標準は業界で認められていますか?
はい、これらの標準はJavaScriptエコシステムコミュニティから広く受け入れられているパターンに従っています。
テスト標準は含まれていますか?
はい、AAA(Arrange-Act-Assert)パターンを使用したテスト構造と記述的なテスト命名をカバーしています。
これらの標準をどのくらいの頻度で確認すべきですか?
開発とコードレビューの参考として使用してください。チーム들은これらをベースラインコーディング規則として採用する必要があります。

Détails du développeur

Structure de fichiers

📄 SKILL.md