بنقرة واحدة
frontend-code-review
Standardized checklist and process for reviewing frontend code (.tsx, .ts, .js).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Standardized checklist and process for reviewing frontend code (.tsx, .ts, .js).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Act as a technical co-founder to turn a product idea into a shippable v1. Use when a user asks to build an app/product, ship an MVP, launch, or wants a technical cofounder style workflow (discovery, scope, plan, staged build, polish, handoff).
Comprehensive backend development skill for building scalable backend systems using Python (FastAPI), Postgres, Redis, and more. Includes API design, database optimization, security implementation, and performance tuning.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). PROACTIVE ACTIVATION when cacheComponents config is detected.
When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'vs page,' 'competitor comparison,' 'comparison page,' '[Product] vs [Product],' '[Product] alternative,' or 'competitive landing pages.' Covers four formats: singular alternative, plural alternatives, you vs competitor, and competitor vs competitor. Emphasizes deep research, modular content architecture, and varied section types beyond feature tables.
Refactor high-complexity React components. Use when complexity metrics are high or to split monolithic UI.
Automates the creation of detailed, well-formatted Pull Requests using the GitHub CLI. Parses conventional commits to generate titles and descriptions.
| name | frontend-code-review |
| description | Standardized checklist and process for reviewing frontend code (.tsx, .ts, .js). |
Intent: Use whenever requested to review frontend code (React, Next.js, TypeScript).
Supports:
git diff or staged files.isLoading vs flag)any avoided? are interfaces defined clearly?'use client' used only when necessary?useMemo/useCallback used appropriately (not prematurely)?next/image used with proper sizing?divs used where button, section, etc., are needed?alt text? Do inputs have labels?# Code Review
Found <N> urgent issues:
## 1. <Issue Title>
**File**: `<path>` line `<line>`
```typescript
<snippet of problematic code>
Reason: <Why is this urgent?> Suggested Fix:
<snippet of fixed code>
Found suggestions: