← スキル一覧に戻る

load-anomaly-guard
by nadavyigal
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: load-anomaly-guard description: Detects unsafe training load spikes (>20-30% week-over-week) and emits safety flags. Use in nightly background jobs or when reviewing weekly training volume with conservative adjustment recommendations. metadata: short-description: Background load monitor that flags spikes and proposes protective changes.
When Claude should use this skill
- Nightly background check on training data
- Immediately after a high-intensity or long run is logged
- When analyzing weekly training load patterns for safety issues
Invocation guidance
- Provide recent
TrainingHistory, plannedPlanwindow, and any injury flags. - Compute week-over-week changes and monotony; flag spikes > deterministic caps.
- Suggest adjustments (rest/swaps) and emit
SafetyFlag[].
Input schema
See references/input-schema.json.
Output schema
See references/output-schema.json.
Integration points
- Background job: nightly cron.
- API:
v0/app/api/plan/load-guard(new) returning flags + suggested adjustments. - UI: Badge on Plan/Today screens; push/email via
v0/lib/email.ts.
Safety & guardrails
- If spike >20–30% week-over-week, emit
load_spikeand recommend rest or reduced volume. - If injury signals present, bias toward
rest-dayadjustments. - No medical diagnosis; advise professional consult on repeated spikes or pain.
Telemetry
- Emit
ai_skill_invoked,ai_safety_flag_raised, and optionallyai_adjustment_appliedwhen suggestions are auto-applied.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です