elie222
@elie222
Public Skills
next-step
by elie222
Continue execution with the next requested step
qa-run
by elie222
Run browser QA flows and write a JSON report
step-by-step
by elie222
Execute tasks one step at a time with user confirmation
llm-test
by elie222
Guidelines for writing tests for LLM-related functionality
security
by elie222
Security guidelines for API route development
write-tests
by elie222
Write focused unit tests for backend and utility logic
roast-my-code
by elie222
Perform a blunt, humorous code review before proposing fixes
review
by elie222
Review code changes, auto-fix safe issues, and report bugs
fullstack-workflow
by elie222
Complete fullstack workflow combining GET API routes, server actions, SWR data fetching, and form handling. Use when building features that need both data fetching and mutations from API to UI.
prisma
by elie222
How to use Prisma
testing
by elie222
Guidelines for testing the application with Vitest
ui-components
by elie222
UI component and styling guidelines using Shadcn UI, Radix UI, and Tailwind
utilities
by elie222
Util functions
server-actions
by elie222
Guidelines for implementing Next.js server actions
create-pr
by elie222
Commit changes and open a pull request with safe metadata
polish
by elie222
Remove lint and low-risk code quality issues from current branch changes
qa-new-flow
by elie222
Create a new browser QA flow file from the template
ux-writing
by elie222
Improve UX copy for labels, actions, and error messages
logging
by elie222
How to do backend logging
project-structure
by elie222
Project structure and file organization guidelines
address-pr-comments
by elie222
Resolve active pull request comments and prepare replies
e2e
by elie222
Run and debug E2E flow tests. Use when triggering E2E tests, checking test status, debugging failures with Axiom logs, or setting up local E2E testing. E2E tests run from the inbox-zero-e2e repo and test real email workflows.
explain-changes
by elie222
Explain recent changes and provide a structured summary with security checks
pr-loop
by elie222
Review, commit, create PR, then auto-address review comments in a loop.
wait
by elie222
Pause execution for a user-specified duration
cursor-rules
by elie222
How to add or edit Cursor rules in our project
environment-variables
by elie222
Add environment variable
llm
by elie222
Guidelines for implementing LLM (Language Model) functionality in the application
installing-packages
by elie222
How to install packages
page-structure
by elie222
Page structure