# Status

> Show project status dashboard across registered repositories

- Skill: `lethilu4796/status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lethilu4796/status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lethilu4796/status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: lethilu4796 (https://skillmd.com/u/lethilu4796)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lethilu4796/status

---


Project status dashboard:

1. **Git Status** for each project in the workspace:
   - Branch name, uncommitted changes, last commit, ahead/behind remote
   - Check CLAUDE.md or memory for registered project paths

2. **Services**: Check if dev servers are running
   - Check CLAUDE.md for configured dev ports
   - Use `lsof -i :PORT` or `netstat` to check port availability

3. **Database**: Check database connectivity if applicable
   - Test connection using project's database URL from .env

4. **Recent Activity**: Last 3 commits per repo

5. **Test Status**: Run a quick test count (if test command is known from CLAUDE.md)

Present as a clean dashboard with status indicators.

