shift-right-testing

Community

Test in production safely with gradual rollouts.

Authorpacphi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps teams implement shift-right testing strategies to validate features in production with progressive delivery, application of feature flags, canary deployments, synthetic monitoring, and chaos engineering for resilient systems.

Core Features & Use Cases

  • Feature Flags: Progressive rollout control and instant rollback to minimize risk.
  • Canary Deployment: Deploy to a small subset of users, compare metrics before full rollout.
  • Synthetic Monitoring: Proactive validation across endpoints and user journeys.
  • Real User Monitoring (RUM): Capture real user experience data for ongoing improvement.
  • Chaos Engineering: Controlled failure injection to validate resilience and containment.
  • A/B Testing: Compare feature variants to inform decisions.

Quick Start

  1. Enable feature flags to start with a small percentage and gradually increase.
  2. Deploy a canary release and monitor metrics; rollback if thresholds are exceeded.
  3. Set up synthetic monitoring and RUM to observe production behavior.
  4. Run a chaos experiment to stress-test resilience and define rollback criteria.
  5. Use production data to refine pre-production tests and observability.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: shift-right-testing
Download link: https://github.com/pacphi/ampel/archive/main.zip#shift-right-testing

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository