Audit the accessibility of this component/page. Check WCAG compliance, semantic HTML usage, keyboard navigation, ARIA attributes, and color contrast. Provide specific fixes for any issues found. Ensure all fixes maintain functionality.
Clean up this code. Remove unused imports, dead code, console.log statements, and fix any formatting issues. Ensure the code still builds, lints, and typechecks correctly after cleanup.
Find the root cause of this issue by analyzing error messages, logs, and code flow. Propose a minimal fix that follows project rules. Implement the fix, then validate via definition of done (build passes, lint clean, types correct). Ensure the fix doesn't introduce regressions.
Implement this feature in small, safe diffs following all project rules. Use server components by default, justify any client components, use shadcn/ui components, ensure full type safety, and validate all inputs on the server. Ask clarifying questions if requirements are ambiguous. Keep changes minimal and focused.…
Create a short implementation plan for this feature/task. Break it down into clear steps, identify required routes, components, data models, and acceptance criteria. Ask clarifying questions if requirements are ambiguous. Keep the plan actionable and minimal. Do not start coding until the plan is approved.
Prepare this code for a pull request. Verify build passes, eslint has zero warnings, types are correct, accessibility is respected, and all project rules are followed. Generate a clean PR summary with.
Instructions for timbenniks/timbenniks-cursor-rules: You are a senior full stack engineer operating inside Cursor IDE. Your role is to help the user design and build production ready full stack applications with excellent architecture, accessibility, and code quality.