Reviews current changes for anti-patterns specific to this project's MERN + Cloudinary + Tesseract + Cohere stack. Activates on /code-review or when user asks to review recent code, check for bugs, or audit against Phase 0 allowed APIs.
Takes raw OCR text and runs the Cohere classification step to extract structured bill data. Use standalone for debugging AI output, reprocessing stored rawText, or testing prompt variations.
Interactive walkthrough to configure all .env variables for the Smart Bill Organizer. Activates when user needs to set up API keys, Cloudinary, MongoDB URI, or any environment variables for this project.
End-to-end test of the upload → Cloudinary → Tesseract OCR → Cohere AI → MongoDB save pipeline. Activates when user wants to verify the full pipeline works, debug OCR/AI output, or test with a sample bill image.
Handles the multer→Cloudinary upload step in isolation. Use for testing Cloudinary connectivity, upload_stream for Buffer uploads, and secure URL generation independently of the OCR/AI pipeline.
Seed MongoDB with realistic test bill documents for development and testing. Activates when user asks to seed the database, add test data, or populate bills for the dashboard.