一键导入
code-review
Structured review for design system compliance, TypeScript quality, page structure, security, and accessibility
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Structured review for design system compliance, TypeScript quality, page structure, security, and accessibility
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Interact with Basecamp via the Basecamp CLI. Full API coverage: projects, todos, cards, messages, files, schedule, check-ins, timeline, recordings, templates, webhooks, subscriptions, lineup, chat, gauges, assignments, notifications, and accounts. Use for ANY Basecamp question or action.
Brainstorm requirements and create sprint PRDs with atomic tasks. Creates sprints/vN/PRD.md and TASKS.md with user stories, architecture, and ordered task breakdowns.
Multi-agent logo design pipeline orchestrating 6 agents through Strategy, Concepts, Figma, Code, Preview, and QA phases
Pick the highest priority task from the sprint backlog and implement it with TDD, security scanning, and browser-based E2E testing
Scaffold a new page following all Colaberry AI platform standards including locked theming and page structure
Safe refactoring workflow that reads before writing, plans before editing, and verifies after each change
| name | code-review |
| description | Structured review for design system compliance, TypeScript quality, page structure, security, and accessibility |
| user-invocable | true |
Structured code review for the Colaberry AI platform. Checks design system compliance, TypeScript quality, page structure, security, and accessibility.
git diff --name-only to find all modified files.tsx/.ts file, check:
emerald-*, green-*, blue-*, amber-*, slate-*rounded-full (pill-shaped).catalog-card CSS class, no hover lift.surface-panel, .chip-brand, .chip-neutralContentTypeIcon used for content type icons (never emoji)any types.reveal wrapper on hero with SectionHeader (size="xl").surface-panel for filter/search bars.stagger-grid on card grids (not nested inside .reveal)EnterpriseCtaBand at page bottomdark: Tailwind variants.reveal-scale or .stagger-grid nested inside .reveal parentnpx tsc --noEmit
npm run lint
## Code Review Report
### Design System: PASS/FAIL
- [details]
### TypeScript: PASS/FAIL
- [details]
### Page Structure: PASS/FAIL
- [details]
### Dark Mode: PASS/FAIL
- [details]
### Security: PASS/FAIL
- [details]
### Build: PASS/FAIL
- tsc: 0 errors
- lint: 0 errors