بنقرة واحدة
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