morning

Run a read-only daily health check of the BotAssist repository.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/amotion-ai/botassist --skill morning-amotion-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: morning
Source: https://github.com/amotion-ai/botassist/tree/main/.claude/skills/morning
Command: npx skills add https://github.com/amotion-ai/botassist --skill morning-amotion-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about morning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a daily health check on my repository to check git status and test results?

A daily health check provides an automated, read-only snapshot of git status, pytest results, frontend build status, and server availability. You can run the morning skill to get this concise overview without manually inspecting each component.

What is included in an automated codebase health check for frontend and backend?

An automated codebase health check includes a git overview of branches and stashes, a pytest backend test summary, a Vite frontend build status report, and a server health endpoint query to confirm API availability.

Can I run pytest and npm build without modifying any repository files?

Yes, you can run pytest and npm build in a read-only mode without modifying any files. The health check skill gathers repository metadata, executes tests, and invokes the frontend build solely to report status.

How do I check if my API server is up before starting daily development?

To check if your API server is up, query the /health endpoint. The daily health check skill automates this server health check to confirm the API is running alongside git and test validations.

Does the daily health check extract known issues from project documentation?

Yes, the daily health check extracts known issues by reading project documentation like CLAUDE.md and checking the Linear board status. It summarizes current bug counts and security concerns for developer awareness.

What's the best way to get a quick overview of unpushed commits and stashes?

The best way to get a quick overview of unpushed commits and stashes is an automated git status check. The daily health check reports branches, uncommitted changes, recent commits, unpushed commits, and stashes in one snapshot.