List Project Status | แสดงสถานะ project ทั้งหมด - issues, PRs, commits, branches
Displays comprehensive project status including open issues, PRs, recent commits, and active branches. Use when returning to a project after time away or starting a new work session.
/plugin marketplace add MaouStan/ai-productivity-kit/plugin install ai-productivity-kit@ai-productivity-kitList Project Status แสดงสถานะ project ทั้งหมด - issues, PRs, commits, branches
แสดงภาพรวมของ project:
📊 Project Status: [project name]
## Issues
🔵 Open: [#] issues
🟡 In Progress: [#] issues
🟢 Closed (recent): [#] issues
### Open Issues
- #[number]: [title] ([labels])
### In Progress
- #[number]: [title] ([labels]) - [status]
## Pull Requests
🔵 Open: [#] PRs
### Open PRs
- #[number]: [title] ([status])
## Recent Commits
[commits จาก git log]
## Active Branches
[branches จาก git branch]
User: /lll
AI:
📊 Project Status: my-project
## Issues
🔵 Open: 3 issues
🟡 In Progress: 2 issues
🟢 Closed: 5 issues (this week)
### Open Issues
- #15: Add user profile (enhancement)
- #14: Fix login bug (bug)
- #13: Plan: Refresh token (plan)
### In Progress
- #12: Context: JWT Auth - Implementing refresh flow
- #10: Add rate limiting - Testing middleware
## Pull Requests
🔵 Open: 1 PR
### Open PRs
- #8: Feature/jwt-auth - Waiting for review
## Recent Commits
abc123 (2h ago): Add refresh token endpoint
def456 (4h ago): Implement token blacklist
789abc (Yesterday): Add JWT middleware
## Active Branches
* main
feature/jwt-auth
feature/rate-limiting
bugfix/login-error