chart-layout-guardrails

Enforce cross-platform dashboard guardrails to detect layout and interaction regressions.

2|1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/sgpropertyanalytics/sg-property-analytics --skill chart-layout-guardrails
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chart-layout-guardrails
Source: https://github.com/sgpropertyanalytics/sg-property-analytics/tree/main/.claude/skills/chart-layout-guardrails
Command: npx skills add https://github.com/sgpropertyanalytics/sg-property-analytics --skill chart-layout-guardrails

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents accidental dashboard regressions by enforcing guardrails during development and deployment.

Core Features & Use Cases

  • Cross-platform guard checks across desktop, tablet, iPad, iPhone, and Android.
  • Safe wrapper patterns that allow responsive tweaks without touching chart internals.
  • Pre- and post-change verification to detect overflow, clipped labels, and broken interactions.

Quick Start

Preview and apply guardrails by running the verification before starting any dashboard changes.

Frequently Asked Questions about chart-layout-guardrails

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

FAQPage Schema
How do I prevent dashboard layout regressions across multiple platforms?

You can prevent dashboard regressions by applying cross-platform guard checks and safe wrapper patterns during development. This verifies responsive layouts across desktop, tablet, iPad, iPhone, and Android, ensuring stable visuals before and after changes.

What is a safe wrapper pattern for responsive dashboard charts?

A safe wrapper pattern applies responsive tweaks to dashboard layouts without touching chart internals. This non-intrusive approach prevents visual regressions while maintaining cross-platform stability across desktop, tablet, and mobile devices.

How do I detect chart layout overflow and broken interactions before deployment?

Run pre-change and post-change verifications to detect chart layout overflow, clipped labels, and broken interactions. This explicit cross-platform verification catches visual regressions before dashboard deployment.

Can I apply guardrails to existing dashboards without modifying chart internals?

Yes, you can apply non-intrusive guardrails to existing dashboards using safe wrapper patterns. This allows responsive tweaks without touching chart internals, preventing accidental visual regressions across all platforms.

When should I run dashboard verification checks during development?

Run verification checks before starting any dashboard changes and again after modifications. Pre- and post-change verifications detect layout overflow and interaction regressions, ensuring stable visuals across desktop, tablet, iPad, iPhone, and Android platforms.