review-month-level

Evaluate Month nodes for week count, weather severity, budget, and regional coverage violations.

98|7|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Sea-Go/Sea-BreakTheWaves --skill review-month-level
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-month-level
Source: https://github.com/Sea-Go/Sea-BreakTheWaves/tree/main/agent_v2/skills/review-month-level
Command: npx skills add https://github.com/Sea-Go/Sea-BreakTheWaves --skill review-month-level

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Month-level constraint review to ensure monthly planning integrity by validating week counts, weather windows, budgets, and regional coverage.

Core Features & Use Cases

  • Validates Month.weekCount against actual days: weeks alignment.
  • Checks that each Week has adequate WeatherConstraint severity and identifies high-risk weeks.
  • Sums Day-level costs to confirm monthly budget compliance.
  • Verifies regional coverage across Weeks to ensure core locations are represented.
  • Use Case: A planning analyst runs this to detect budget overruns and missing weather windows for the upcoming month.

Quick Start

Review a given Month node with its Weeks data and ClimateData to surface violations and recommended recalculation steps.

Frequently Asked Questions about review-month-level

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate monthly budget compliance against week-level weather constraints?

Validate monthly budget compliance by evaluating WeekCount, WeatherConstraint severity, monthly budget, and regional coverage together. The review sums Day-level costs, checks weather windows, and produces clear violation reports with severity levels for planning adjustments.

What is the best way to automate monthly planning reviews for weather windows and regional coverage?

Automate monthly planning reviews by applying constraint rules to Month nodes with linked Weeks, ClimateData, and WeatherConstraint. The process verifies regional coverage across Weeks, validates weather windows, and outputs recommended recalculation steps for any violations found.

How do I check if my Week count aligns with actual days for monthly planning?

Check Week count alignment by validating Month.weekCount against actual days and weeks alignment. The review identifies mismatches between planned week counts and actual calendar days, then integrates with recalculate_week_count to apply automatic corrections where needed.

Does monthly constraint review work with ClimateData and WeatherConstraint linked to Week nodes?

Monthly constraint review works with Month nodes that have linked Weeks, ClimateData, and WeatherConstraint data. It evaluates weather-window severity for each Week, identifies high-risk weeks, and verifies that core locations are represented across the regional coverage.

Why does my monthly budget verification show regional coverage violations?

Monthly budget verification shows regional coverage violations when Weeks do not adequately represent core locations. The review checks regional coverage across all Weeks linked to the Month node and reports which required locations are missing from the monthly plan.

When should I not use automated monthly constraint reviews for planning?

Avoid automated monthly constraint reviews when Month nodes lack linked Weeks, ClimateData, or WeatherConstraint data, as the review requires these relationships to evaluate week counts, weather windows, budgets, and regional coverage effectively.