What problem does it solve?
This Skill provides a reproducible, end-to-end verification workflow that catches build divergences, security regressions, API failures, UI rendering issues, and background worker problems before code lands in CI or production.
Core Features & Use Cases
- Local + Docker parity checks: Fast local cargo build/test for iteration and canonical Docker build/test to detect environment divergences.
- Security guardrails & API smoke: Tenant-scoped semgrep scans and authenticated API endpoint verification to ensure tenancy-first correctness.
- UI and worker verification: Chrome-CDP driven UI interaction and screenshots plus worker log scans for trending, conversation, and suggestion health.
- Use Case: Run the full regression suite before merging a major refactor to confirm no build-system, security, API, UI, or background-worker regressions were introduced.
Quick Start
Run the full regression suite for kenjaku to verify local and Docker builds, semgrep guardrails, API e2e, Chrome-CDP UI checks, and worker health.