← スキル一覧に戻る

run-insights-recovery
by nadavyigal
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: run-insights-recovery description: Analyzes completed runs to provide effort assessment, recovery recommendations, and next-session guidance. Use immediately after user saves a run, asks "how did I do?", or requests recovery advice. metadata: short-description: Post-run insights with effort assessment, recovery tips, and safety flags.
When Claude should use this skill
- Immediately after a run is saved
- When the user asks "how did I do?" or "what should I do next?"
- When user requests recovery advice or post-run analysis
Invocation guidance
- Provide
RecentRunTelemetryplus derived metrics (pace stability, splits) and upcoming workouts. - Map effort to easy/moderate/hard and generate concise bullets.
- Return
InsightwithRecoveryRecommendationand optionalnextSessionNudge.
Input schema (JSON)
{
"run": RecentRunTelemetry,
"derivedMetrics": { "paceStability": string, "cadenceNote"?: string, "hrNote"?: string },
"upcomingWorkouts": Workout[],
"userFeedback"?: { "rpe"?: number, "soreness"?: string }
}
Output schema (JSON)
Insight
Integration points
- API/hooks: Post-run pipeline in
v0/lib/run-recording.tsand chat surface inv0/lib/enhanced-ai-coach.ts. - UI: Today screen banners and run detail modal.
- Storage: Save alongside run in Dexie via
v0/lib/db.ts.
Safety & guardrails
- If HR missing, default to pace/RPE and add
SafetyFlagwithmissing_data. - If user reports pain/dizziness, advise stopping and consulting a professional; downgrade next session.
- Keep guidance ≤120 words; no medical diagnosis.
Telemetry
- Emit
ai_skill_invokedandai_insight_createdwithrun_id,effort,safety_flags.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です