elie222
@elie222
Public Skills
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.
create-pr
by elie222
Commit changes and open a pull request with safe metadata
explain-changes
by elie222
Explain recent changes and provide a structured summary with security checks
next-step
by elie222
Continue execution with the next requested step
polish
by elie222
Remove lint and low-risk code quality issues from current branch changes
pr-loop
by elie222
Review, commit, create PR, then auto-address review comments in a loop.
roast-my-code
by elie222
Perform a blunt, humorous code review before proposing fixes
qa-new-flow
by elie222
Create a new browser QA flow file from the template
qa-run
by elie222
Run browser QA flows and write a JSON report
ux-writing
by elie222
Improve UX copy for labels, actions, and error messages
wait
by elie222
Pause execution for a user-specified duration
write-tests
by elie222
Write focused unit tests for backend and utility logic
review
by elie222
Review code changes, auto-fix safe issues, and report bugs
step-by-step
by elie222
Execute tasks one step at a time with user confirmation
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
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.
logging
by elie222
How to do backend logging
installing-packages
by elie222
How to install packages
llm-test
by elie222
Guidelines for writing tests for LLM-related functionality
project-structure
by elie222
Project structure and file organization guidelines
page-structure
by elie222
Page structure
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
security
by elie222
Security guidelines for API route development
utilities
by elie222
Util functions
server-actions
by elie222
Guidelines for implementing Next.js server actions