with one click
dynamodb-tests
Always use this skill when running tests against dynamodb (DDB)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Always use this skill when running tests against dynamodb (DDB)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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