Coding
PromptBeginner5 minmarkdown
Nano Banana Pro
Agent skill for nano-banana-pro
6
**CRITICAL**: Always use `CODING_STANDARDS.md` as the primary reference document when:
Sign in to like and favorite skills
CRITICAL: Always use
CODING_STANDARDS.md as the primary reference document when:
CODING_STANDARDS.md first@pages/*, @utils/*, etc.).js extensions in importspages/ - Page Object classes extending BasePage tests/ - Test files using established patterns utils/ - Helper functions and TypeScript types constants/ - Application constants with `as const` config/ - Configuration files fixtures/ - Custom Playwright fixtures
@fixtures/pages.jsshould [action] [expected result]test.describe.serial() for dependent testsgenerateTestUser() for test datafeat: description, fix: description, etc.This document (
CODING_STANDARDS.md) is the single source of truth for this project. When in doubt, always refer to it. The standards document reflects the actual codebase and should be treated as the authoritative guide for all development decisions.
README.md - Project setup and running instructionspackage.json - Dependencies and scriptstsconfig.json - TypeScript configuration with path mappingplaywright.config.ts - Test configuration