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 件のリポジトリを表示
すべてのリポジトリを表示しました