testing-procedures
Installation
SKILL.md
Testing Procedures
1. Build Commands
Windows
scripts/build_windows.bat Debug
Linux
scripts/build_linux.sh
NEVER
- Run cmake directly
- Use WSL for Windows builds
2. Test Execution
Related skills
More from bartoszwarzocha/kalahari
qt6-desktop-ux
Qt6 UI/UX patterns for desktop applications. Use for dialogs, panels, toolbars.
64kalahari-coding
Core coding patterns and conventions for Kalahari project. MUST be used by all code-related agents.
1quality-checklist
Code review quality checklist. Use before commits and during code review.
1architecture-patterns
Kalahari architecture patterns and key classes. Use for code analysis and design.
1