con un clic
add-test-fixture
Create a file-based integration test (.spy + .expected/.error pair)
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Create a file-based integration test (.spy + .expected/.error pair)
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Suggest and apply a semver version bump based on commits since the last tag
Push current branch to remote origin
Scaffold a new Sharpy.Stdlib module (spy-sourced or handwritten C#) with all required files, conventions, docs, and tests
Implement a plan with a coordinated agent team
Run compiler or cross-language benchmarks and compare results
Regenerate C# snapshot tests and spy stdlib after intentional codegen changes
| name | add-test-fixture |
| description | Create a file-based integration test (.spy + .expected/.error pair) |
| argument-hint | <description of test> |
Create a new file-based integration test in src/Sharpy.Compiler.Tests/Integration/TestFixtures/.
category/test_name.spy + category/test_name.expected (exact stdout match)category/test_name.spy + category/test_name.error (substring match in error output)category/test_name.warning (empty = no warnings, non-empty lines = expected substrings).skip file to disable a testList dynamically:
ls -d src/Sharpy.Compiler.Tests/Integration/TestFixtures/*/ | xargs -I{} basename {}
.spy file testing one feature, kept minimal.expected or .error filedotnet test --filter "DisplayName~test_name" to verify