원클릭으로
test
Run EggMapper tests — all tests or filtered by class/method name
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run EggMapper tests — all tests or filtered by class/method name
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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
| 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.