agentsclimarketplace

Run2 scala testing idioms

Skill cxcscmu/SkillLearnBench/skills/b2-self-feedback-gemini-3.1-flash-lite-preview/python-scala-translation/run2_scala-testing-idioms

Idiomatic Scala testing patterns with ScalaTest.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run2_scala-testing-idioms

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

0.3 KB, 52 tokens by cl100k_base, as published. Nobody here has run it

Standard Approach

  1. Matchers: Use result shouldBe expected.
  2. Setup: Use BeforeAndAfterEach for shared setup/teardown.
  3. Structure: Keep tests close to implementations, use package correctly.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.