💻

Development

Code generation, debugging, testing, and development workflows

3,780 Skills

管理画面用Next.jsプロジェクト(admin/)をwebappと同じ構成で立ち上げる。Issue #426の完了を目指す。/admin-setup コマンドで使用。

Codexサブエージェントによるコードベース分析。バグ調査、セキュリティレビュー、パフォーマンス最適化、アーキテクチャレビューが必要な場合に使用。「Codexで分析」「詳細調査」「根本原因調査」などのキーワードで発動

Playwright MCPを使用したE2Eテスト・動作確認を実行する。「E2Eテスト」「動作確認」「ブラウザテスト」「画面テスト」と依頼された場合、または /develop-feature の Phase 3.2 から呼び出される場合に使用。

TDD(テスト駆動開発)ワークフローを実行する。親Issue作成、サブIssue分解、テストスケルトン作成、テスト実装、Green達成までの一連のサイクルを支援。/tdd, /tdd-create-parent-issue,...

TanStack Query (React Query) best practices and patterns from TkDodo's authoritative guides. Use when writing,...

Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks...

Test Expo/React Native apps with Jest, React Native Testing Library (RNTL), and Maestro. Use when setting up test...

Write and test Move smart contracts on Sui blockchain. Use when creating new Move packages, defining...

Build Sui blockchain apps with @mysten/sui TypeScript SDK. Use when creating SuiClient, building/signing...

Build applications with Supabase backend-as-a-service. Use when implementing authentication (email/password, OAuth,...

Plan and strategize testing for web and mobile applications. Use when creating test strategy documents, analyzing...

A set of resources to help me write all kinds of internal communications, using the formats that my company likes to...

Split staged git changes into logical atomic commits. Use when asked to "commit atomically", "split my changes",...

Inspect the current git diff, compose a commit message following project conventions, and execute git commit. This...