From smalltalk-dev
Runs SUnit tests in a running Pharo image for a specific test class or package via /st-test. Use to verify changes after import or check test results.
How this skill is triggered — by the user, by Claude, or both
Slash command
/smalltalk-dev:st-testThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Execute SUnit tests after importing changes to Pharo.
Execute SUnit tests after importing changes to Pharo.
/st-test TestClassName # run a single test class
/st-test PackageName-Tests # run all tests in a package
run_class_testrun_package_test/st-test RsJsonTest
/st-test RediStick-Json-Tests
npx claudepluginhub mumez/smalltalk-dev-plugin --plugin smalltalk-devRuns test suites for RSpec, Minitest, Jest/Vitest, pytest, and Go tests, returning structured pass/fail results with failure details. Supports scoped runs by directory, file, or test name pattern.
Generate ABAP Unit tests for classes with dependency analysis, interface-based test doubles, and method-level surgical insertion.