mit einem Klick
test
Run unit tests with coverage
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Run unit tests with coverage
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Document code in this repository.
Show what changed in leanSpec between devnet versions or HEAD
Common developer workflows, commands, and troubleshooting for leanSpec
Read-only, multi-agent audit of the leanSpec codebase. Fans out the py-architect, consensus-researcher, code-tester, and doc-writer agents across the source tree to find dead code, over-abstraction, stdlib simplifications, test gaps, safety/security defects, and documentation rot, then synthesizes a precise, prioritized AUDIT_REPORT.md. Never modifies code.
Run leanSpec fixtures against a client implementation
Run all code quality checks
| name | test |
| description | Run unit tests with coverage |
Run pytest unit tests.
just test
Pass additional arguments after --:
/test -- -v - Verbose output/test -- -k "test_serialize" - Run matching tests/test -- tests/spec/ssz/ - Run specific test directory/test - Run all unit tests/test -- --cov - Run with coverage report