What problem does it solve?
Filestore instances risk out-of-space outages when free space runs low, or wasted spend when over-provisioned. This Skill automates capacity inspection, threshold evaluation, and resizing of Google Cloud Filestore instances so storage stays right-sized without manual monitoring.
Core Features & Use Cases
- Fleet Capacity Inspection: Discovers Filestore instances via MCP tools or gcloud CLI and fetches used_bytes metrics from Cloud Monitoring to compute free space percentages.
- Threshold-Based Autoscaling: Evaluates instances against scale-up (<15% free) and scale-down (>30% free) thresholds, respecting tier-specific floors, ceilings, and step increments.
- Safe Execution Workflow: Produces a summary table with one of five verdicts per instance and requires explicit user confirmation before running any gcloud update command.
- Use Case: A platform engineer asks the agent to check all Filestore instances in project analytics-prod; the Skill reports that a Basic HDD volume at 90% utilization needs scale-up and proposes the exact attributed gcloud command, waiting for confirmation before executing.
Quick Start
Ask the agent to inspect Filestore capacity in your GCP project and recommend scaling actions for any instances outside the healthy free-space range.