·testing
</>

testing

Intelligente Vertragstests mit Foundry – Unit-Tests, Fuzz-Tests, Fork-Tests, invariante Tests. Was man testen sollte, was man nicht testen sollte und was LLMs falsch machen.

29Installationen·0Trend·@austintgriffith

Installation

$npx skills add https://github.com/austintgriffith/ethskills --skill testing

So installieren Sie testing

Installieren Sie den KI-Skill testing 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/austintgriffith/ethskills --skill testing
  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: austintgriffith/ethskills.

You test getters and trivial functions. Testing that name() returns the name is worthless. Test edge cases, failure modes, and economic invariants — the things that lose money when they break.

You don't fuzz. forge test finds the bugs you thought of. Fuzzing finds the ones you didn't. If your contract does math, fuzz it. If it handles user input, fuzz it. If it moves value, definitely fuzz it.

You don't fork-test. If your contract calls Uniswap, Aave, or any external protocol, test against their real deployed contracts on a fork. Mocking them hides integration bugs that only appear with real state.

Intelligente Vertragstests mit Foundry – Unit-Tests, Fuzz-Tests, Fork-Tests, invariante Tests. Was man testen sollte, was man nicht testen sollte und was LLMs falsch machen. Quelle: austintgriffith/ethskills.

Fakten (zitierbereit)

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

Installationsbefehl
npx skills add https://github.com/austintgriffith/ethskills --skill testing
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-22
Aktualisiert
2026-03-11

Browse more skills from austintgriffith/ethskills

Schnelle Antworten

Was ist testing?

Intelligente Vertragstests mit Foundry – Unit-Tests, Fuzz-Tests, Fork-Tests, invariante Tests. Was man testen sollte, was man nicht testen sollte und was LLMs falsch machen. Quelle: austintgriffith/ethskills.

Wie installiere ich testing?

Ö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/austintgriffith/ethskills --skill testing 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/austintgriffith/ethskills