New to Claude Skills? Learn how to install them →

davila7 on GitHub

Google Cloud WAF Reliability

Free

Enhance reliability for Google Cloud workloads.

Get this skill

Free · Opens the source repo

What Google Cloud WAF Reliability does

The Google Cloud WAF Reliability skill provides a structured approach to evaluating and improving the reliability of workloads on Google Cloud. It is grounded in the Google Cloud Well-Architected Framework's Reliability pillar, which emphasizes principles that help architects and developers design systems that are resilient, highly available, and capable of gracefully recovering from disruptions. This skill is particularly useful for teams looking to align their cloud architecture with best practices in reliability.

By leveraging this skill, users can assess their workloads against a set of established reliability principles. These principles include defining reliability based on user experience, setting realistic Service Level Objectives (SLOs), and ensuring high availability through resource redundancy. The skill guides users in implementing observability practices to detect potential failures and emphasizes the importance of testing recovery from failures and data loss. This structured guidance helps teams minimize downtime and enhance user experience, making it a valuable resource for cloud architects and developers.

The skill also includes a set of workload assessment questions designed to facilitate discussions about reliability requirements and constraints within an organization. By asking the right questions, teams can identify gaps in their current architecture and take actionable steps toward improving reliability. Additionally, a validation checklist allows users to evaluate their architecture’s alignment with reliability recommendations, ensuring that they are on the right path to building resilient systems.

Overall, this skill is ideal for cloud architects, developers, and DevOps teams who are responsible for designing and managing workloads in Google Cloud. It provides practical recommendations and a framework for achieving high reliability, ultimately leading to better performance and user satisfaction.

When to use it

Use this skill when designing or evaluating workloads on Google Cloud to ensure they meet reliability best practices.

When not to use it

This skill may not be suitable for environments outside of Google Cloud or for teams not focused on reliability as a primary concern.

What you can build with it

Evaluating a New Workload

When planning a new application deployment on Google Cloud, use this skill to ensure that the architecture aligns with reliability best practices.

Improving Existing Systems

Assess current workloads to identify reliability gaps and implement recommendations for enhancing resilience and availability.

Training Teams on Reliability Principles

Use the skill as a training resource to educate team members about the importance of reliability in cloud architecture.

How to install Google Cloud WAF Reliability

View source

1. Install with the skills CLI

npx skills add davila7/claude-code-templates/google-cloud-waf-reliability --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by davila7

Google Cloud Well-Architected Framework skill for the Reliability pillar

Overview

The Reliability pillar of the Google Cloud Well-Architected Framework provides principles and recommendations to help you design, deploy, and manage reliable, resilient, and highly available workloads in Google Cloud. A reliable system consistently performs its intended functions under defined conditions, is resilient to failures, and recovers gracefully from disruptions, thereby minimizing downtime, enhancing user experience, and ensuring data integrity.

Core principles

The recommendations in the reliability pillar of the Well-Architected Framework are aligned with the following core principles:

Relevant Google Cloud products

The following are examples of Google Cloud products and features that are relevant to reliability:

  • Compute: Compute Engine Managed Instance Groups (MIGs), Google Kubernetes Engine (GKE), Cloud Run
  • Networking: Cloud Load Balancing, Cloud CDN, Cloud DNS
  • Storage and databases: Cloud Storage (multi-region), Cloud SQL High Availability, Spanner, Filestore, Firestore
  • Operations: Cloud Monitoring, Cloud Logging, Google Cloud Managed Service for Prometheus
  • Disaster recovery: Backup and DR Service, Filestore backups

Workload assessment questions

Ask appropriate questions to understand the reliability-related requirements and constraints of the workload and the user's organization. Choose questions from the following list:

  • How does your organization define and measure the reliability of your systems in relation to user experience?
  • How does your organization approach setting reliability targets for your services?
  • What is your organization's strategy for ensuring high availability through resource redundancy?
  • How does your organization leverage horizontal scalability to maintain performance and reliability?
  • How does your organization utilize observability (metrics, logs, traces) to gain insights and detect potential failures?
  • How does your organization manage alerting based on observability data to ensure timely responses to significant issues without causing alert fatigue?
  • What measures does your organization take to ensure systems can gracefully degrade during high load or partial failures?
  • How frequently and comprehensively does your organization test for recovery from system failures (e.g., regional failovers, release rollbacks)?
  • What is your organization's approach to testing for recovery from data loss?
  • How does your organization conduct and utilize postmortems after incidents?

Validation checklist

Use the following checklist to evaluate the architecture's alignment with reliability recommendations:

  • User-focused SLIs and SLOs are explicitly defined and actively monitored.
  • The architecture avoids single points of failure through cross-zone or cross-region redundancy.
  • Autoscaling is enabled to handle variable demand without manual intervention.
  • Application and infrastructure health checks are configured to trigger automated failovers.
  • Regular backup schedules are in place, and restoration processes are routinely tested.
  • The system architecture incorporates patterns like circuit breakers, retries with exponential backoff, and rate limiting to support graceful degradation.
  • Game days or chaos engineering practices are regularly held to validate failure recovery.
  • A formalized, blameless postmortem process exists to ensure organizational learning from operational incidents.

Frequently asked questions about Google Cloud WAF Reliability

Similar skills