cursor-rule
01Cursor rule
Use contextur for code reviews and reviewer personalization.
Cursor rule
Use contextur for code reviews and reviewer personalization.
Agent
Specialized architecture reviewer for SuperApp Retail. Focuses exclusively on Clean Architecture layer boundaries, feature package isolation, DI registration completeness, public API surface (barrel) changes, and cross-package impact. Use when the main agent delegates architectural concerns from a PR review.
Agent
Specialized bug-finder for SuperApp Retail. Focuses on runtime crash risks, async/state defects, logic regressions, and integration contract mismatches in changed code.
Agent
Specialized agent that analyzes a git diff versus origin/develop, groups the branch into logical change areas, and infers the likely aim of each area from code evidence. Use as the first step in the explain-changes-vs-develop skill.
Agent
Specialized agent that challenges and refines change-intent analysis, downgrades overconfident claims, and generates evidence-backed open questions when branch intent is unclear. Use as the second step in the explain-changes-vs-develop skill.
Agent
Final synthesis step for the explain-changes-vs-develop skill. Produces a concise explanation of branch intent with logical change areas, calibrated confidence, an always-present Mermaid diagram, and open questions when needed.
Agent
Expert Flutter and SuperApp Retail code reviewer combining correctness, quality, and mechanical compliance checks. Applies structured review for bugs, architecture, project compliance, and pre-PR validation rules. Use when performing PR-style reviews, reviewing git diffs, or when the main agent delegates code review…
Agent
Expert Data layer reviewer for SuperApp Retail. Specializes in Retrofit services, DTOs (Freezed + jsonserializable), DataSources, Repository implementations, and DI bindings. Use when the diff touches files in data/service/, data/dto/, data/source/, data/repository/, or data/mapper/.
Agent
Devil's advocate agent that cross-checks all Critical and Blocker findings from other review subagents before synthesis. Verifies each finding against actual code on disk, existing codebase patterns, and rule applicability. Runs after parallel reviewers and before the synthesizer.
Agent
Expert performance and memory reviewer for SuperApp Retail. Specializes in Flutter widget rebuild analysis, memory leaks (timers, streams, controllers not disposed), unnecessary object allocation in build(), and Dart algorithmic efficiency. Use when the diff touches presentation/pages/, presentation/widgets/…
Agent
Mechanical pre-PR compliance gatekeeper for SuperApp Retail. Checks pubspec.yaml version rules, hardcoded colors/sizes/strings, Spanish text in UI, magic numbers, Freezed usage, generic exceptions, and English-only comments/logs. Produces a pass/fail checklist. Always runs on every diff.
Agent
Final synthesis step for the agent-review pipeline. Reads all parallel subagent reports and produces a concise executive summary, a priority-ordered action list, and an overall PR health verdict. Always runs last, after all other reviewers have finished.
Agent
Specialized technical debt and refactor reviewer for SuperApp Retail. Focuses on maintainability hotspots, refactor candidates, and architectural erosion risks while keeping findings mostly non-blocking.
Agent
Expert UI/widget reviewer for SuperApp Retail. Specializes in UI Kit System compliance (theme tokens, AgoraTheme, Agora components, responsive design). Use when the diff touches files in presentation/pages/, presentation/widgets/, or any widget/screen file.
Skill Claude CodeCodex
Runs git diff vs origin/develop and asks the agent to review it like a PR with staged context and specialized subagents.
Skill Claude CodeCodex
Analyzes files the developer attaches as an expert Flutter and SuperApp Retail reviewer. Reviews for bugs, errors, bad practices, architecture violations, and project compliance. Use when the user attaches files for review, asks to analyze code, check for bugs, or review attached code.