with one click
test
Run EggMapper tests — all tests or filtered by class/method name
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
Run EggMapper tests — all tests or filtered by class/method name
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.
Implement a new feature following EggMapper's performance-first development loop
Manage pull requests — list open PRs, check CI status, view details, or merge
Run EggMapper benchmarks and analyze performance against competitors
Inspect and debug EggMapper's compiled expression trees for a type pair
Verify no performance regression after code changes — compares before/after benchmarks
Create a PR with performance evidence and proper conventional commit history
Based on SOC occupation classification
| name | test |
| description | Run EggMapper tests — all tests or filtered by class/method name |
| disable-model-invocation | true |
| user-invocable | true |
| allowed-tools | Bash, Read, Grep |
Run EggMapper unit tests with optional filtering.
$ARGUMENTS — optional test filter. Examples:
Flattening → run tests matching "Flattening"EnumConversion → run tests matching "EnumConversion"Map_NullSource → run a specific test methodBuild and run tests:
$ARGUMENTS is empty:
dotnet test src/EggMapper.UnitTests/EggMapper.UnitTests.csproj --configuration Release
$ARGUMENTS is provided:
dotnet test src/EggMapper.UnitTests/EggMapper.UnitTests.csproj --configuration Release --filter "FullyQualifiedName~$ARGUMENTS"
On failure:
On success: Report the pass count concisely. No verbose output needed.