If you're testing Akka.NET actors, this skill from Aaron Stannard walks you through eight different testing patterns with complete code samples. It covers the basics like unit testing actors and message flows, but also gets into the trickier stuff like testing persistent actors with event sourcing, cluster sharding behavior, and state recovery. The examples.md file has working code for each pattern, while anti-patterns-and-reference.md shows you what not to do and how to integrate tests into CI/CD. It's practical rather than theoretical, which makes sense given it's from someone deeply involved in the Akka.NET ecosystem. Worth grabbing if you're beyond hello world actors and need to actually verify your distributed systems work correctly.
npx skills add https://github.com/aaronontheweb/dotnet-skills --skill akka-net-testing-patterns