Project Status Skill
Diagnose the current state of the application and server.
Usage
Run the status check script:
bash
node .agent/skills/project-status/scripts/status.js
What it Checks
- •System Resources: RAM and Disk usage.
- •PM2 Processes: List of running bots/services, their status (online/stopped), CPU, and Memory usage.
- •Configuration: Validity of the
.envfile and presence of critical variables.