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

isomer

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

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

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

isomer-conventions
مطوّرو البرمجيات

Repository-specific code smells and blessed conventions for the Isomer Next monorepo. Use when writing or reviewing code in this repo (tRPC routers, Kysely/Prisma access, zod schemas, React components, tests) to catch deviations from team conventions, and when the user wants to record a new code smell or best practice ("remember this convention", "add a code smell", "we always/never do X here").

2026-07-09
review-dependency-upgrade
محللو ضمان جودة البرمجيات والمختبرون

Use this skill when the user asks to review, evaluate, or assess a dependency upgrade — e.g. "review this upgrade", "is bumping X from a.b.c to x.y.z safe?", "what breaks if I upgrade <pkg>?", "check this package bump". Covers pnpm/npm packages and github-actions. Researches breaking changes for every intermediate version and reports which ones actually impact the user's codebase. Also runs unattended on Dependabot PRs via GitHub Actions — no human in the loop.

2026-06-09
bugfix
مطوّرو البرمجيات

Implement the minimal fix for an already-triaged bug, run the full test suite, and open a stacked PR via Graphite. Requires the `triage` skill to have run first.

2026-06-05
feature-implement
مطوّرو البرمجيات

Implement a feature ticket. Hard guardrails — Storybook (FE) or tRPC test (BE) required, area conventions enforced via CLAUDE.md, stacked PRs via Graphite. Picks up from `feature-plan` or one-shot when eligible.

2026-06-05
feature-plan
مطوّرو البرمجيات

Produce 2-3 implementation approaches with trade-offs for a scoped feature ticket. Stops and waits for a human to pick. Does not write code.

2026-06-05
pr-review
محللو ضمان جودة البرمجيات والمختبرون

Grade a pull request against the project risk taxonomy, flag hot-path touches, surface missing tests/stories, and post a structured review comment. Does not approve or merge.

2026-06-05
triage
مطوّرو البرمجيات

Triage a bug from a Linear ticket — reproduce, locate suspect code, write a failing test. Stops before fixing. Use as the first step of any bug-driven agent run.

2026-06-05
write-pr
مطوّرو البرمجيات

This writes a pull request (PR) description for the current branch.

2026-03-30
create-release
مطوّرو البرمجيات

This creates a release for the given tag

2026-03-05