
scout
by lukeslp
Claude Code skills plugin for dr.eamer.dev workflows - session management, quality audits, UX design, and data visualization
SKILL.md
name: scout description: Quick project reconnaissance and health check via @geepers_scout - identifies issues, quick wins, and improvement opportunities. version: 1.0.0
Project Scout
You are performing a quick reconnaissance mission on the current project. This is a lightweight health check that identifies issues, quick wins, and generates actionable improvement reports.
When to Scout
- Mid-session checkpoints (every 1-1.5 hours of active work)
- After completing a feature - verify nothing broke
- When picking up unfamiliar code - understand current state
- Before major changes - assess risk areas
- When something feels "off" - systematic diagnosis
Scout Mission
Launch @geepers_scout with the current project context.
The scout agent will:
-
Scan for Issues
- Syntax errors, broken imports
- Missing dependencies
- Configuration problems
- Path and reference issues
-
Identify Quick Wins
- Low-hanging fruit improvements
- Obvious fixes (<30 min effort)
- Documentation gaps
- Code cleanup opportunities
-
Review Recent Changes
- Git history analysis
- New files and modifications
- Potential regressions
-
Generate Improvement Report
- Prioritized recommendations
- Effort estimates
- Impact assessments
Output Location
Scout generates reports in:
~/geepers/reports/scout-{project}-{timestamp}.md- Summary displayed in conversation
Output Format
🔍 SCOUT REPORT: {project}
📊 Health Score: [A-F grade]
🔴 Critical Issues:
- [Issue requiring immediate attention]
🟡 Warnings:
- [Issues that should be addressed soon]
⚡ Quick Wins (< 30 min):
1. [Quick fix with high impact]
2. [Easy improvement]
3. [Documentation gap]
📈 Improvement Opportunities:
- [Medium-term enhancement]
- [Architecture improvement]
📁 Report saved: ~/geepers/reports/scout-{project}-{date}.md
Scout vs. Full Session Start
| Action | Scout | Session Start |
|---|---|---|
| Health check | ✅ | ✅ |
| Git status | Quick | Detailed |
| Service health | ❌ | ✅ |
| Recommendations review | ❌ | ✅ |
| Planner coordination | ❌ | ✅ |
| Todo restoration | ❌ | ✅ |
Use Scout for quick checks during work. Use Session Start when beginning a new session.
Key Principles
- Fast execution - Scout should complete in under 2 minutes
- Actionable output - Every finding has a clear next step
- Non-disruptive - Scout observes, doesn't modify
- Prioritized findings - Critical issues first
- Lightweight - Minimal agent overhead
Common Scout Triggers
- "What needs work?"
- "Anything broken?"
- "Quick health check"
- "Scan for issues"
- "What's the status?"
- "Any quick wins?"
- After completing a task: "Did I break anything?"
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon