com um clique
dynamodb-tests
Always use this skill when running tests against dynamodb (DDB)
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Always use this skill when running tests against dynamodb (DDB)
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Always use this skill before opening an issue in the Toasty repository
Always use this skill before authoring a commit message in the Toasty repository
Always use this skill before authoring or editing a Toasty design document under docs/dev/design/
Always use this skill before opening a pull request in the Toasty repository
Author or edit any prose for the Toasty project — documentation, design docs, READMEs, PR descriptions, issue bodies, commit message bodies, or other human-readable text — following project writing conventions
Bring the Toasty user guide and rustdoc back in sync with recent code changes by walking the git log for user-observable behavior and updating affected docs
| name | dynamodb-tests |
| description | Always use this skill when running tests against dynamodb (DDB) |
To run against DDB only use: cargo test --features dynamodb -- --test-threads=1
Use this when troubleshooting and testing issues specific to DDB: cargo test --features dynamodb --no-default-features -- --test-threads=1
Use this when you need to troubleshoot a specific failing test method: cargo test --features dynamodb --no-default-features <test method name> -- --test-threads=1