What problem does it solve?
Manually checking the BotAssist repository each morning is time‑consuming and error‑prone. This Skill provides an automated, read‑only snapshot of git status, test results, build health, and server availability so developers can start work with confidence.
Core Features & Use Cases
- Git overview: branch, uncommitted changes, recent commits, unpushed commits, and stashes.
- Backend test report: runs pytest and summarizes pass/fail counts and missing coverage.
- Frontend build status: executes the Vite build and reports success, errors, and warnings.
- Server health check: queries the
/health endpoint to confirm the API is up.
- Known issues summary: extracts current bug count and security concerns from CLAUDE.md and Linear board status.
Quick Start
Run the /morning skill to receive a concise daily status report for BotAssist.