Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

js2

يحتوي js2 على 21 من skills المجمعة من loopdive، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
21
Stars
25
محدث
2026-07-24
Forks
2
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

analyze-regression
محللو ضمان جودة البرمجيات والمختبرون

Compare two test262 result files to find exactly which tests changed status. Use after a test262 run shows unexpected pass count changes.

2026-07-24
analyze-wat
مطوّرو البرمجيات

Compile a source file to WAT and analyze the output for codegen inefficiencies. Use after a codegen change to verify the output is clean, when investigating performance issues, or when creating optimization issues from real compiler output.

2026-07-24
architect-spec
مطوّرو البرمجيات

Write an implementation spec for a hard issue. Read compiler source, identify exact functions/lines, design the fix, document edge cases.

2026-07-24
bisect-regression
محللو ضمان جودة البرمجيات والمختبرون

Quickly find which commit introduced a test262 regression using git bisect with automated test.

2026-07-24
claim-issue
مطوّرو البرمجيات

Atomically claim an issue for a developer (human or agent) via the cross-developer lock ref, so two devs never pick up the same task. Syncs with origin first, refuses if already claimed or already done on main, and pushes the claim immediately without touching main or triggering CI.

2026-07-24
create-issue
محللو ضمان جودة البرمجيات والمختبرون

Create a new issue file from a test262 failure pattern. Includes smoke test, sample extraction, and proper frontmatter.

2026-07-24
dev-self-merge
مطوّرو البرمجيات

Merge self-check for a green PR. Reads the PR's required-check status from the checks API (the committed ci-status feed is RETIRED), outputs MERGE (mark task completed, stand down — server-side auto-enqueue enqueues,

2026-07-24
handle-regression
محللو ضمان جودة البرمجيات والمختبرون

Protocol for detecting, isolating, and fixing regressions in test262 pass count. Use when a test run shows fewer passes than expected.

2026-07-24
merge-wave
مطوّرو البرمجيات

Triage N open PRs with sharded test262 results, rank by net pass delta, merge winners, close catastrophes. Use when multiple PRs have completed CI and you want to land a batch.

2026-07-24
pr-conflict-refresh
مطوّرو البرمجيات

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.

2026-07-24
regression-triage
محللو ضمان جودة البرمجيات والمختبرون

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.

2026-07-24
scratch-cleanup
مطوّرو البرمجيات

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.

2026-07-24
session-wrapup
مطوّرو البرمجيات

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.

2026-07-24
shutdown-dev
المهن الحاسوبية الأخرى

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.

2026-07-24
smoke-test-issue
محللو ضمان جودة البرمجيات والمختبرون

Quick validation of whether an issue still reproduces against current main. Use before dispatching to avoid wasting cycles on already-fixed issues.

2026-07-24
sprint-planning
متخصصو إدارة المشاريع

Collaborative sprint planning — validate issues, prioritize, get architect/SM input, create task queue. Any agent can facilitate.

2026-07-24
sprint-retrospective
متخصصو إدارة المشاريع

Run a sprint retrospective — gather data, analyze incidents, propose action items. Any agent can facilitate.

2026-07-24
tech-lead-loop
المهن الحاسوبية الأخرى

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.

2026-07-24
test-and-merge
مطوّرو البرمجيات

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.

2026-07-24
test262-pass-rates
مطوّرو البرمجيات

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.

2026-07-24
sprint-wrap-up
مطوّرو البرمجيات

End-of-sprint checklist — finalize results, clean up worktrees, update docs, prepare for retro. Any agent can run this.

2026-07-24