بنقرة واحدة
react-fe-dev
React frontend development patterns for AI Doctor Assistant
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
React frontend development patterns for AI Doctor Assistant
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Generate a structured pre-consultation patient briefing. Use when the physician asks for a briefing, a pre-consultation summary, or sends /briefing.
Search the live web or read a specific web page for recency-sensitive clinical information — drug recalls, newly published guidance, FDA/EMA safety communications — that the local clinical guidelines corpus does not cover. Use when the physician asks to "search the web", "look up the latest", or asks about something the guidelines search returned no results for.
Claude Agent SDK patterns and best practices
Code review and refactoring guidelines
FastAPI backend patterns for AI Doctor Assistant
Architecture guidance for AI Doctor Assistant
| name | react-fe-dev |
| description | React frontend development patterns for AI Doctor Assistant |
Component.test.tsxuseMemo/useCallback judiciously - not everywherehooks/ directoryuseQuery and useMutation for API callssrc/
├── components/ # Reusable UI components
│ ├── PatientList/
│ ├── Briefing/
│ └── common/
├── pages/ # Route-level components
├── hooks/ # Custom React hooks
├── services/
│ └── api.ts # All API calls centralized here
└── types/ # TypeScript interfaces
interface for props, type for unionsscreen.getByRole over getByTestIdnpm testnpm run devVITE_API_URL env var