| name | watzup |
| description | Check recent activity and status |
📊 Project Status Check
Analyze the current project and provide a comprehensive status report.
Gather Information:
-
Git Status
- Current branch
- Uncommitted changes
- Recent commits (last 5)
- Ahead/behind origin
-
Package Info (if package.json exists)
- Name and version
- Dependencies count
- Scripts available
- Outdated packages (if possible)
-
Code Health
- Scan for TODO/FIXME comments
- Count files by type (.ts, .js, .tsx, etc.)
- Estimate lines of code
-
Build/Test Status
- Check if build script exists
- Check if test script exists
- Note any obvious issues
Output Format:
📊 PROJECT STATUS: [Project Name]
═══════════════════════════════════
🌿 Git Status
Branch: [branch]
Changes: [count] uncommitted files
Last commit: [message]
📦 Dependencies
Production: [count]
Dev: [count]
📝 Code Stats
Files: [count]
TODOs: [count]
FIXMEs: [count]
🔧 Available Scripts
- npm run build
- npm run test
- ...
⚠️ Issues Found
- [any issues]
✅ Quick Actions
- [suggested next steps]
Start the analysis now!