Skill Claude CodeCodex
Find every open PR that is CONFLICTING/DIRTY against current main after a merge wave, ping its assigned dev to merge main into their branch and push, and track the re-test status.
Skill Claude CodeCodex
Find every open PR that is CONFLICTING/DIRTY against current main after a merge wave, ping its assigned dev to merge main into their branch and push, and track the re-test status.
Skill Claude CodeCodex
Cut and publish a versioned release of @loopdive/js2 + the js2wasm proxy — bump both manifests in lockstep, land a reviewed release PR, then push the vX.Y.Z tag that triggers npm/JSR publish. Use this whenever the user wants to release, publish, ship, cut, or tag a version, bump the version number, push a release tag…
Skill Claude CodeCodex
Bulk-classify a list of test262 pass→other transitions from a CI run. Distinct from handle-regression (single fix) and analyze-regression (diff two runs). Use after a merge wave when the sharded run reports N regressions and you need to bucket them by root cause and decide which are false positives.
Skill Claude CodeCodex
Sweep leaked ad-hoc dev scratch files (check-.ts, debug-.ts, test--debug.ts, tests/probe-.test.ts, etc.) into .tmp/ so git status stays clean and token cost per tool call stays low.
Skill Claude CodeCodex
End-of-session checkpoint — append diary, update active sprint doc with interim results/retro, write tech-lead handoff, commit and push. Use before /compact or at end-of-day. Distinct from sprint-wrap-up which closes a sprint.
Skill Claude CodeCodex
Cleanly shut down a dev teammate — instruct them to write a context summary to plan/agent-context/{name}.md first, receive their approval, verify process exit. Use for scale-down, rotation, sprint wrap-up.
Skill Claude CodeCodex
Quick validation of whether an issue still reproduces against current main. Use before dispatching to avoid wasting cycles on already-fixed issues.
Skill Claude CodeCodex
Collaborative sprint planning — validate issues, prioritize, get architect/SM input, create task queue. Any agent can facilitate.
Skill Claude CodeCodex
Run a sprint retrospective — gather data, analyze incidents, propose action items. Any agent can facilitate.
Skill Claude CodeCodex
End-of-sprint checklist — finalize results, clean up worktrees, update docs, prepare for retro. Any agent can run this.
Skill Claude CodeCodex
Repo-specific PR/CI conventions for an agent subscribed to PR activity (loopdive/js2wasm). Read this BEFORE acting on a CI or review event. Overrides the generic PR-steward defaults where this repo's merge queue, gates and hooks make them wrong — most importantly: agents NEVER enqueue, a bot hold is a real regression…
Skill Claude CodeCodex
Suspend ALL in-flight team work durably — snapshot every agent worktree, write a.
Skill Claude CodeCodex
The tech lead's standing loop for keeping development unblocked across a sprint. Defines phase-by-phase protocol enforcement, merge-queue monitoring, and escalation triggers. Invoke at session start, again after every significant state change, and whenever devs look idle.
Skill Claude CodeCodex
Dev self-merge pipeline — merge main into branch, equiv tests, CI wait, self-merge via /dev-self-merge. Run by devs, not a separate tester agent.
Skill Claude CodeCodex
Show current test262 pass rates for both the js-host (gc) and standalone targets side by side, from committed baseline summaries — no network fetch, no compile. Use for a quick conformance status check.
MCP server Claude CodeCodexCursor +2
MCP server "symphony" as configured in loopdive/js2. Runs scripts/claude-symphony-channel.mjs with node.
Instructions file CodexOpenCode
Instructions for loopdive/js2, covering agent instructions, claude memories, commit messages, commit attribution and codex session.
Instructions file
Instructions for loopdive/js2, covering js2wasm, answering style, running tests, dev scratch and working in worktrees.