copy-case

Copy a case's merged PDF between AWS environments via CLI and API calls.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Stream-claims/stream-engineering --skill copy-case
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: copy-case
Source: https://github.com/Stream-claims/stream-engineering/tree/main/skills/copy-case
Command: npx skills add https://github.com/Stream-claims/stream-engineering --skill copy-case

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of copying a case, including its merged PDF, from one environment (like production) to another (like development), streamlining debugging and reproduction of issues.

Core Features & Use Cases

  • Cross-environment case replication: Easily move case data between AWS environments.
  • PDF transfer and re-upload: Downloads the merged PDF from a source S3 bucket and uploads it to a destination environment.
  • Use Case: When a bug is reported in production, use this skill to quickly copy that specific case to your development environment to investigate and fix it locally.

Quick Start

Copy the case with ID '12345' from production to your development environment.

Frequently Asked Questions about copy-case

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

FAQPage Schema
How do I copy a production case to my local development environment for debugging?

Yes, you can replicate a case across AWS environments by copying its merged PDF from a source S3 bucket and uploading it to the destination environment, creating a new case entry via hybrid API interactions.

What prerequisites do I need to reproduce production cases locally using AWS S3?

You need AWS CLI configured, the Chrome-in-chrome extension for browser-authenticated API interactions, and Tailscale for environment access to reproduce production cases locally.

How does cross-environment case replication work with AWS CLI and S3?

It works by downloading the merged PDF from a source S3 bucket and uploading it to a destination environment via AWS CLI, while hybrid API interactions create the corresponding new case entry.

Can I transfer a merged PDF between AWS environments to reproduce a specific bug?

Yes, transferring a merged PDF between AWS environments copies the case data from production to development or staging, allowing you to reproduce and investigate the specific bug locally.

Why do I need Tailscale and the Chrome-in-chrome extension for environment copy tasks?

Tailscale provides secure environment access, while the Chrome-in-chrome extension facilitates the browser-authenticated API calls required to create new case entries during the environment copy process.