# Daily

> Quick daily status: what changed, what's broken, what to work on next.

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

---


## Project
!`basename $(pwd)`

## Git Status
!`git status --short`

## Recent Commits (last 5)
!`git log --oneline -5 2>/dev/null`

## Uncommitted Changes
!`git diff --stat 2>/dev/null`

## Test Status
!`npm test -- --passWithNoTests 2>&1 | tail -15 || python -m pytest --tb=short 2>&1 | tail -15 || echo "No test runner detected"`

## TODO/FIXME
!`grep -rn "TODO\|FIXME\|HACK\|XXX" --include="*.ts" --include="*.tsx" --include="*.js" --include="*.py" --include="*.rs" . 2>/dev/null | grep -v node_modules | head -15`

Give me:
1. **Status**: Project state summary
2. **Issues**: Anything broken or concerning
3. **Suggestions**: Top 3 things to work on today, prioritized by impact

