dual-pass-review
Dual-Pass Code Review Workflow
Mandatory review checkpoint that runs after any code changes to ensure quality and convention compliance.
Core Principle
Every code change requires verification before task completion.
Two review passes:
- First Pass: Review unstaged changes for correctness + convention compliance
- Second Pass: Conditional - ONLY if first pass made changes, review again
When to Use
Trigger AUTOMATICALLY after:
- Feature implementation (
/cook,/code) - Bug fixes (
/fix,/debug) - Refactoring (
/refactor) - Any edit/write operations that modify code
More from congdon1207/agents.md
documentation
Use when the user asks to enhance documentation, add code comments, create API docs, improve technical documentation, or document code. Triggers on keywords like "document", "documentation", "API docs", "comments", "JSDoc", "XML comments", "explain code".
23ui-ux-pro-max
UI/UX design intelligence. 67 styles, 96 palettes, 57 font pairings, 25 charts, 13 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.
11frontend-development
Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code.
8clean-code
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
6frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications, OR when they provide screenshots/images/designs to replicate or draw inspiration from. For screenshot inputs, extracts design guidelines first using ai-multimodal analysis, then implements code following those guidelines. Generates creative, polished code that avoids generic AI aesthetics.
6security-review
Use when reviewing code for security vulnerabilities, implementing authorization, or ensuring data protection.
5