一键导入
always-test-frontend-changes
Whenever you make changes to the frontend (Vue components, templates, CSS), test them in the browser before confirming they work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Whenever you make changes to the frontend (Vue components, templates, CSS), test them in the browser before confirming they work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Add a new language/translation to the IGOOR application. Use when the user wants to add a new language, translate the app, support a new locale, or add i18n translations. Triggers on phrases like "add language", "add translation", "new language", "translate app", "add Spanish/German/Portuguese", "support a new locale", "internationalize". Usage: /add-language <locale_code> <language_name> Example: /add-language es_ES Spanish Example: /add-language de_DE German
Update existing language translations or create new language translations based on the French source of truth. Use when adding missing translations to existing languages or adding support for completely new languages in IGOOR.
| name | always-test-frontend-changes |
| description | Whenever you make changes to the frontend (Vue components, templates, CSS), test them in the browser before confirming they work. |
Before testing, ensure the IGOOR application is running:
Activate the virtual environment (if not already active):
venv/scripts/activate
Start the IGOOR server:
python main.py
Use Playwright or your browser of choice to test all frontend changes:
Navigate to http://localhost:9714/
Test the specific changes you made:
Accessing plugins settings:
For onboarding plugin specifically:
Only say "it works" when:
If changes don't work:
ws://localhost:9715/plugin_name if applicablehttp://localhost:9714/api/... if applicable