Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .cursor/skills/accessibility-review/SKILL.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,10 @@ description: Reviews keyboard navigation support, semantic HTML tags, drawer/dia

Use this skill when reviewing user interfaces to ensure compliance with a11y standards.

## Repository Review Protocol

Follow `AGENTS.md` review throttling and `docs/codex-review-protocol.md` before starting. Do not review opportunistically, do not mutate files during pure review, and update `docs/branch-review-ledger.md` after completed branch/PR reviews.

## Review Checklist

### 1. Keyboard & Focus Control
Expand Down
4 changes: 4 additions & 0 deletions .cursor/skills/ai-architecture-review/SKILL.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,10 @@ description: Reviews RAG flows, context assembly, model routing, structured outp

Use this skill when reviewing or modifying the RAG (Retrieval-Augmented Generation) pipeline, document retrieval, and LLM integrations.

## Repository Review Protocol

Follow `AGENTS.md` review throttling and `docs/codex-review-protocol.md` before starting. Do not review opportunistically, do not mutate files during pure review, and update `docs/branch-review-ledger.md` after completed branch/PR reviews.

## Review Checklist

### 1. Retrieval Quality & Provenance
Expand Down
4 changes: 4 additions & 0 deletions .cursor/skills/api-review/SKILL.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,10 @@ description: Reviews API routes for routing contracts, input schema validation (

Use this skill when reviewing or modifying API routes, endpoints, or network boundaries within this repository (primarily under `src/app/api/`).

## Repository Review Protocol

Follow `AGENTS.md` review throttling and `docs/codex-review-protocol.md` before starting. Do not review opportunistically, do not mutate files during pure review, and update `docs/branch-review-ledger.md` after completed branch/PR reviews.

## Review Checklist

### 1. Request Validation
Expand Down
4 changes: 4 additions & 0 deletions .cursor/skills/code-quality-review/SKILL.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,10 @@ description: Reviews code quality, naming structures, control flow patterns, abs

Use this skill when auditing source files for maintainability, readability, and structural patterns.

## Repository Review Protocol

Follow `AGENTS.md` review throttling and `docs/codex-review-protocol.md` before starting. Do not review opportunistically, do not mutate files during pure review, and update `docs/branch-review-ledger.md` after completed branch/PR reviews.

## Review Checklist

### 1. Maintainability & Naming
Expand Down
4 changes: 4 additions & 0 deletions .cursor/skills/design-review/SKILL.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,10 @@ description: Reviews layout density, theme adherence, typography, spacing, and v

Use this skill when auditing UI styling, colors, layout structures, and spacing rules.

## Repository Review Protocol

Follow `AGENTS.md` review throttling and `docs/codex-review-protocol.md` before starting. Do not review opportunistically, do not mutate files during pure review, and update `docs/branch-review-ledger.md` after completed branch/PR reviews.

## Review Checklist

### 1. Style & Spacing Consistency
Expand Down
4 changes: 4 additions & 0 deletions .cursor/skills/frontend-architecture-review/SKILL.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,10 @@ description: Reviews Next/React boundaries, state ownership, duplicated client s

Use this skill when reviewing Next.js App Router structures, component boundaries, state management, and React performance.

## Repository Review Protocol

Follow `AGENTS.md` review throttling and `docs/codex-review-protocol.md` before starting. Do not review opportunistically, do not mutate files during pure review, and update `docs/branch-review-ledger.md` after completed branch/PR reviews.

## Review Checklist

### 1. Next.js App Router Boundaries
Expand Down
4 changes: 4 additions & 0 deletions .cursor/skills/performance-review/SKILL.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,10 @@ description: Reviews model latency/cost, cache policies, duplicate query coalesc

Use this skill when reviewing query bottlenecks, database RPC latencies, client bundle sizes, or API cost overhead.

## Repository Review Protocol

Follow `AGENTS.md` review throttling and `docs/codex-review-protocol.md` before starting. Do not review opportunistically, do not mutate files during pure review, and update `docs/branch-review-ledger.md` after completed branch/PR reviews.

## Review Checklist

### 1. Database & API Latency
Expand Down
4 changes: 4 additions & 0 deletions .cursor/skills/release-readiness-review/SKILL.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,10 @@ description: Reviews build validation, linting/type-checking, target database ch

Use this skill when preparing a branch for merging, pull request submission, or production deployment.

## Repository Review Protocol

Follow `AGENTS.md` review throttling and `docs/codex-review-protocol.md` before starting. Do not review opportunistically, do not mutate files during pure review, and update `docs/branch-review-ledger.md` after completed branch/PR reviews.

## Review Checklist

### 1. Build & Automation Checks
Expand Down
4 changes: 4 additions & 0 deletions .cursor/skills/repo-auditor/SKILL.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,10 @@ description: Reviews module dependencies, broken imports, unused files, and stru

Use this skill when auditing the workspace layout, folder structures, imports, and dependencies.

## Repository Review Protocol

Follow `AGENTS.md` review throttling and `docs/codex-review-protocol.md` before starting. Do not review opportunistically, do not mutate files during pure review, and update `docs/branch-review-ledger.md` after completed branch/PR reviews.

## Review Checklist

### 1. Structural Audits
Expand Down
4 changes: 4 additions & 0 deletions .cursor/skills/security-review/SKILL.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,10 @@ description: Reviews credentials, token handling, JWT claims, service-role confi

Use this skill when reviewing code that touches authentication, database schemas, environment variables, storage, or external API gateways.

## Repository Review Protocol

Follow `AGENTS.md` review throttling and `docs/codex-review-protocol.md` before starting. Do not review opportunistically, do not mutate files during pure review, and update `docs/branch-review-ledger.md` after completed branch/PR reviews.

## Review Checklist

### 1. Key Confinement & Environment Safety
Expand Down
2 changes: 2 additions & 0 deletions .cursor/skills/supabase-postgres-best-practices/SKILL.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -25,6 +25,8 @@ Reference these guidelines when:
- Optimizing for Postgres-specific features
- Working with Row-Level Security (RLS)

For review-only use, follow `AGENTS.md` review throttling and `docs/codex-review-protocol.md` first. Do not review opportunistically, do not mutate files during pure review, and update `docs/branch-review-ledger.md` after completed branch/PR reviews.

## Rule Categories by Priority

| Priority | Category | Impact | Prefix |
Expand Down
4 changes: 4 additions & 0 deletions .cursor/skills/testing-review/SKILL.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,10 @@ description: Reviews unit/integration/E2E coverage, checks for fragile/flaky tes

Use this skill when reviewing test coverage, testing harnesses, and test execution paths (Vitest + Playwright).

## Repository Review Protocol

Follow `AGENTS.md` review throttling and `docs/codex-review-protocol.md` before starting. Do not review opportunistically, do not mutate files during pure review, and update `docs/branch-review-ledger.md` after completed branch/PR reviews.

## Review Checklist

### 1. Test Harness Coverage
Expand Down
4 changes: 4 additions & 0 deletions .cursor/skills/ux-review/SKILL.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,10 @@ description: Reviews the question-to-answer flow, source-review friction, eviden

Use this skill when reviewing user interface flows, search input behaviors, sidebars, modal navigation, and responsiveness.

## Repository Review Protocol

Follow `AGENTS.md` review throttling and `docs/codex-review-protocol.md` before starting. Do not review opportunistically, do not mutate files during pure review, and update `docs/branch-review-ledger.md` after completed branch/PR reviews.

## Review Checklist

### 1. Search Composer Integration
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -68,6 +68,9 @@ jobs:
- name: Format check
run: npm run format:check

- name: Codex auto-resolve workflow guards
run: npm run check:codex-autofix-workflow

- name: Lint
run: npm run lint

Expand Down
Loading
Loading