Skip to main content
webdevcody
GitHub 제작자 프로필

webdevcody

5개 GitHub 저장소에서 수집된 73개 skills를 저장소 단위로 보여줍니다.

수집된 skills
73
저장소
5
업데이트
2026년 7월 19일
저장소 탐색

저장소와 대표 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…

2026년 5월 3일
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…

2026년 5월 3일
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…

2026년 5월 3일
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…

2026년 5월 3일
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…

2026년 5월 3일
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`…

2026년 5월 3일
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…

2026년 5월 3일
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…

2026년 5월 3일
수집된 skill 67개 중 8개를 표시합니다.
저장소 5개 중 5개 표시
모든 저장소를 표시했습니다