| name | tester |
| description | Comprehensive testing suite for all toolkit skills (navigator, youtuber, transcriber, translator, croissant_expert, nlp_expert, wizard, communication_officer, obsidian_expert). |
Tester Skill
This skill provides a complete suite for verifying the functionality of all skills in the Croissant Toolkit.
Usage
Run Navigator Test
python3 .gemini/skills/tester/scripts/test_navigator.py
Run Youtuber Test
python3 .gemini/skills/tester/scripts/test_youtuber.py
Run Transcriber Test
python3 .gemini/skills/tester/scripts/test_transcriber.py
Run Translator Test
python3 .gemini/skills/tester/scripts/test_translator.py
Run NLP Expert Test
python3 .gemini/skills/tester/scripts/test_nlp_expert.py
Run Croissant Expert Test
python3 .gemini/skills/tester/scripts/test_croissant_expert.py
Run Wizard Test
python3 .gemini/skills/tester/scripts/test_wizard.py
Run Communication Officer Test
python3 .gemini/skills/tester/scripts/test_communication_officer.py
Run Obsidian Expert Test
python3 .gemini/skills/tester/scripts/test_obsidian_expert.py
Resources
scripts/
test_navigator.py: Tests Google search and scraping.
test_youtuber.py: Tests YouTube search and scraping.
test_transcriber.py: Tests YouTube transcription.
test_translator.py: Tests AI translation.
test_nlp_expert.py: Tests semantic entity extraction.
test_croissant_expert.py: Tests Croissant metadata serialization.
test_wizard.py: Tests the full automated pipeline.
test_communication_officer.py: Tests email notifications.
test_obsidian_expert.py: Tests Markdown note generation.