Smoke Test
Use this skill after restart, install, or upgrade to verify the local skillpack still works.
Workflow
- Run
python3 scripts/validate_repo.py. - Run
python3 -m unittest discover -s tests. - Run
python3 scripts/brain_doctor.py. - Check key local skill symlinks.
- Run a small
queryorbrain_search.pycheck if brain search is in scope. - Report results and fix only low-risk setup issues.
Guardrails
- Do not modify user brain content during smoke tests.
- Do not hide failing checks.
- Do not start long-running services unless the user asked.