·code-quality
</>

code-quality

Sorgen Sie durch Formatierung, Linting und statische Analyse für eine hohe Codequalität. Verwenden Sie Fähigkeiten und Skripte in Codequalität für Rustfmt, Clippy oder Cargo Audit.

17Installationen·2Trend·@d-o-hub

Installation

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

So installieren Sie code-quality

Installieren Sie den KI-Skill code-quality schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill code-quality
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Quelle: 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 |

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill code-quality
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-23
Aktualisiert
2026-03-11

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

Schnelle Antworten

Was ist code-quality?

Sorgen Sie durch Formatierung, Linting und statische Analyse für eine hohe Codequalität. Verwenden Sie Fähigkeiten und Skripte in Codequalität für Rustfmt, Clippy oder Cargo Audit. Quelle: d-o-hub/rust-self-learning-memory.

Wie installiere ich code-quality?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill code-quality Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Wo ist das Quell-Repository?

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