Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
21
1. Before committing changes, always run the tests and ESLint fix:
Sign in to like and favorite skills
# Run tests in parallel (FAST - recommended for full suite) ./test-parallel.sh # Run specific specs in parallel ./test-parallel.sh tests/09_player_context_menu.cy.js tests/01_scripts.cy.js # Run single spec (for debugging with console output) ./test.sh tests/09_player_context_menu.cy.js # Fix lint issues npx eslint --fix
feat:, fix:, docs:, refactor:)../test-parallel.sh) before committing or pushing../test-parallel.sh for fast parallel execution of the full suite../test.sh <spec> when debugging individual tests.require/import() within functions or blocks.