# Status

> แสดงภาพรวมสถานะโปรเจค ได้แก่ phase, sprint และ git status ในครั้งเดียว ใช้ skill นี้เมื่อต้องการดูภาพรวม เช่น "status โปรเจค", "ตอนนี้อยู่ที่ไหน", "progress เป็นยังไง"

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

---


แสดงภาพรวมสถานะโปรเจคทั้งหมด

อ่านไฟล์เหล่านี้แล้วสรุป:
1. `.claude/config/current-phase.md` → phase number ปัจจุบัน (N)
2. `context/plans/PLAN.md` → ชื่อ phase และ % เสร็จ
3. `context/tasks/in_progress/current_sprint.md` → งานที่กำลังทำ
4. `context/tasks/backlog/phase_<N>_*.md` → top 3 tasks รอทำ (ใช้ N จากข้อ 1)
5. รัน `git status --short` → มี uncommitted changes ไหม
6. รัน `git log --oneline -5` → commits ล่าสุด

แสดงผลในรูปแบบนี้:
─────────────────────────────
📍 Phase ปัจจุบัน: [ชื่อ] ([X/Y tasks เสร็จ])
🔄 กำลังทำ: [ชื่อ tasks]
📋 รอทำต่อ: [top 3 tasks จาก backlog]
🌿 Branch: [ชื่อ branch]
📝 Uncommitted: [มี/ไม่มี + จำนวนไฟล์]
🕐 Commit ล่าสุด: [message + เวลา]
─────────────────────────────
แนะนำ next action: [หนึ่งประโยค]

```
─────────────────────────────────────
ถัดไป → /list-task   (ดู tasks ทั้งหมด)
─────────────────────────────────────
```

