一键导入
pr
Manage pull requests — list open PRs, check CI status, view details, or merge
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage pull requests — list open PRs, check CI status, view details, or merge
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Implement a new feature following EggMapper's performance-first development loop
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
Run EggMapper tests — all tests or filtered by class/method name
| name | pr |
| description | Manage pull requests — list open PRs, check CI status, view details, or merge |
| disable-model-invocation | true |
| user-invocable | true |
| allowed-tools | Bash, Read |
List, inspect, or merge pull requests on the EggMapper repo.
$ARGUMENTS — optional action:
list → list all open PRs with CI status<number> → show details + CI status for that PR (e.g., 42)merge <number> → merge a PR after verifying CI is greenci → show CI status for the current branchgh pr list --repo eggspot/EggMapper
Then for each PR, show: number, title, author, CI status, branch name.
gh pr view $NUMBER --repo eggspot/EggMapper
gh pr checks $NUMBER --repo eggspot/EggMapper
Report: title, description summary, changed files count, CI check results (pass/fail/pending).
gh pr checks --repo eggspot/EggMapper
If no PR exists yet for the current branch, use:
gh run list --branch $(git branch --show-current) --repo eggspot/EggMapper --limit 3
main (never merge to another base without asking)gh pr merge $NUMBER --squash --repo eggspot/EggMapper
feat: commits → minor version bump after mergefix: / perf: / chore: → patch bumpBREAKING CHANGE / feat!: → major bump