Menu
Review code for project standards, design system, security, and best practices
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Use when a conversation is getting long, drifting, juggling multiple tasks, re-pasting the same files, or showing stale/confused context — and at the start of any new task. Triggers: long thread, context bloat, topic switch, repeated file uploads, 'why is it forgetting', degraded answers, finished one task and starting another.
Use when a user wants to deconstruct a complex problem, business challenge, product decision, strategy question, career crossroads, or stuck situation by stripping assumptions, identifying first principles, rebuilding options from foundational truths, and choosing one high-leverage action.
Audit role-based access control and permission drift across product surfaces.
Add a new feature to an existing @fabrk/* package following monorepo conventions
Build or rebuild the ADR index and dependency graph in AgentDB
Query AgentDB with semantic routing, hierarchical recall, causal graphs, and context synthesis
Use when reviewing code changes, PRs, or auditing existing code for quality.
Spacing (8-point grid)
Colors
Typography
Radius
Imports
Props
Size Limits
## CODE REVIEW SUMMARY **Files Reviewed**: X **Issues Found**: Y (Critical: A, Warning: B, Info: C) ### Critical Issues - [SECURITY] file.tsx:42 - SQL injection vulnerability - [DESIGN] component.tsx:15 - Hardcoded color breaks theming ### Warnings - [PERF] hook.ts:28 - Missing dependency in useEffect - [SIZE] page.tsx - 250 lines, exceeds 200 limit ### Approved Patterns - Good use of design tokens - Proper error handling