ワンクリックで
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