Skip to main content
webdevcody
ملف منشئ GitHub

webdevcody

عرض على مستوى المستودعات لـ ٧٣ skills مجمعة عبر ٥ مستودعات GitHub.

skills مجمعة
٧٣
مستودعات
٥
محدث
١٩ يوليو ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

add-e2e-test
محللو ضمان جودة البرمجيات والمختبرون

Add a Playwright end-to-end test for a user-facing flow — sign-in, form submit, multi-step wizard, payment, navigation, etc. Detects existing Playwright setup and inherits its config (baseURL, projects, fixtures, auth state); installs Playwright via the…

٣ مايو ٢٠٢٦
add-empty-error-states
مطوّرو الويب

Sibling to add-skeleton-loaders. After data fetching is wired in a route or component, verify and auto-fix the two non-loading states most often forgotten — empty (the request succeeded but returned zero items / null) and error (the request failed). Empty…

٣ مايو ٢٠٢٦
add-feature
مطوّرو البرمجيات

End-to-end workflow for planning and shipping a new feature in an existing codebase. Phases — clarify → explore → design → mandatory plan-approval gate → implement (subagent fan-out where useful) → verify → gated reviews (code + duplication always; security…

٣ مايو ٢٠٢٦
add-form
مطوّرو الويب

Scaffold a form in this TanStack Start app following the project's conventions — a single zod schema reused on the client (react-hook-form resolver) AND on the server function (input validation), shadcn `<Form>`/`<FormField>` primitives for the UI, a server…

٣ مايو ٢٠٢٦
add-regression-test
محللو ضمان جودة البرمجيات والمختبرون

After a bug fix lands (or is staged), generate a regression test that fails on the pre-fix code and passes on the post-fix code — pinning the bug so it can't silently return. Walks the agent through reproducing the failure first (against the pre-fix state via…

٣ مايو ٢٠٢٦
add-seed-data
مصممو قواعد البيانات

Generate a developer seed-data script for a feature — creates representative rows through the data-access layer (not raw SQL) so the seed respects schema, foreign keys, and any business invariants encoded in DA functions. Detects an existing `scripts/seed.ts`…

٣ مايو ٢٠٢٦
add-skeleton-loaders
مطوّرو الويب

Verify that any new TanStack Start route — or any new data-fetching section added to an existing route — renders shadcn `<Skeleton />` placeholders matching the eventual layout while data is in flight. Auto-fix gaps inline before reporting done. Trigger…

٣ مايو ٢٠٢٦
address-pr-comments
محللو ضمان جودة البرمجيات والمختبرون

Address every unresolved review comment on a GitHub pull request — locate the PR (current branch, PR URL, PR number, or issue number with linked PR), fetch both inline review comments and PR-level issue comments, then for each thread ground the fix in the…

٣ مايو ٢٠٢٦
عرض 8 من أصل ٦٧ skills مجمعة.
عرض ٥ من أصل ٥ مستودعات
تم تحميل كل المستودعات