
Publisher on askill
Decompose large features into small, reviewable PRs with dependency analysis. Use when implementing features that touch 10+ files or multiple components.
Create React components following project standards. Use when building new UI components, creating reusable components, or implementing designs.
Create Laravel Eloquent model with relationships, scopes, and casts
Create a new Feature-Sliced Design (FSD) slice with proper structure. Use when creating entities, features, widgets, or pages in FSD architecture.
Systematically diagnose and fix bugs. Use when debugging errors, fixing failing tests, or investigating unexpected behavior.
Create reusable custom hooks following React patterns. Use when creating hooks for state management, data fetching, or reusable logic.