·code-quality
</>

code-quality

フォーマット、lint、静的分析を通じて高いコード品質を維持します。 Rustfmt、Clippy、Cargo Audit にはコード品質のスキルとスクリプトを使用します。

16インストール·2トレンド·@d-o-hub

インストール

$npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill code-quality

code-quality のインストール方法

コマンドラインで code-quality AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill code-quality
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: d-o-hub/rust-self-learning-memory。

| Format | cargo fmt --all -- --check | | Lint | cargo clippy --all -- -D warnings | | Audit | cargo audit | | Full | ./scripts/quality-gates.sh | | Coverage | cargo llvm-cov --html --output-dir coverage | | Docs | cargo doc --no-deps |

| Structure | Files <500 LOC, module hierarchy | find . -name ".rs" -exec wc -l {} + | | Error Handling | Custom Error, Result , no unwrap | rg "unwrap()" --glob ".rs" --glob "!/tests/" | | Async Patterns | async fn, spawnblocking, no blocking | rg "async fn\|spawnblocking" --glob ".rs" | | Testing | >90% coverage, integration tests | cargo llvm-cov |

| Documentation | Public APIs 100% documented | cargo doc --no-deps |

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill code-quality
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-23
更新日
2026-03-10

Browse more skills from d-o-hub/rust-self-learning-memory

クイックアンサー

code-quality とは?

フォーマット、lint、静的分析を通じて高いコード品質を維持します。 Rustfmt、Clippy、Cargo Audit にはコード品質のスキルとスクリプトを使用します。 ソース: d-o-hub/rust-self-learning-memory。

code-quality のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill code-quality インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/d-o-hub/rust-self-learning-memory