brightdata-prod-checklist

Featured

Execute Bright Data production deployment checklist and rollback procedures. Use when deploying Bright Data integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "brightdata production", "deploy brightdata", "brightdata go-live", "brightdata launch checklist".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Bright Data Production Checklist ## Overview Complete checklist for deploying Bright Data scraping integrations to production with zone verification, monitoring, and rollback procedures. ## Prerequisites - Staging environment tested - Production zone credentials in secrets vault - Monitoring and alerting configured ## Instructions ### Step 1: Zone and Credential Verification - [ ] Production zone active in Bright Data CP - [ ] Zone password stored in secrets vault (not `.env`) - [ ] API token scoped to production zone only - [ ] SSL certificate (`brd-ca.crt`) deployed - [ ] Separate zone from development/staging ```bash # Verify production zone is active curl -s -H "Authorization: Bearer ${BRIGHTDATA_API_TOKEN}" \ https://api.brightdata.com/zone/get_active_zones \ | python3 -c "import sys,json; zones=json.load(sys.stdin); print([z['name'] for z in zones])" # Test production proxy connectivity curl -x "http://brd-customer-${BRIGHTDATA_CUSTOMER_ID}-zone-${BRIGHTDATA_ZONE}:${BRIGHTDATA_ZONE_PASSWORD}@brd.superproxy.io:33335" \ -s -w "HTTP %{http_code} in %{time_total}s\n" \ https://lumtest.com/myip.json ``` ### Step 2: Code Quality - [ ] No hardcoded credentials (grep for passwords, tokens) - [ ] Retry logic with exponential backoff (see `brightdata-rate-limits`) - [ ] Request queuing with concurrency limits (p-queue) - [ ] Response validation (check for CAPTCHA pages, empty responses) - [ ] Timeout set to 60-120s for Web Unlocker - [ ] Error logging include...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

databricks-prod-checklist

Execute Databricks production deployment checklist and rollback procedures. Use when deploying Databricks jobs to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "databricks production", "deploy databricks", "databricks go-live", "databricks launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

bamboohr-prod-checklist

Execute BambooHR production deployment checklist and rollback procedures. Use when deploying BambooHR integrations to production, preparing for launch, or implementing go-live procedures with BambooHR API. Trigger with phrases like "bamboohr production", "deploy bamboohr", "bamboohr go-live", "bamboohr launch checklist", "bamboohr prod ready".

2,266 Updated today
jeremylongshore
AI & Automation Featured

brightdata-deploy-integration

Deploy Bright Data integrations to Vercel, Fly.io, and Cloud Run platforms. Use when deploying Bright Data-powered applications to production, configuring platform-specific secrets, or setting up deployment pipelines. Trigger with phrases like "deploy brightdata", "brightdata Vercel", "brightdata production deploy", "brightdata Cloud Run", "brightdata Fly.io".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-prod-checklist

Execute Documenso production deployment checklist and rollback procedures. Use when deploying Documenso integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "documenso production", "deploy documenso", "documenso go-live", "documenso launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

firecrawl-prod-checklist

Execute Firecrawl production deployment checklist and rollback procedures. Use when deploying Firecrawl integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "firecrawl production", "deploy firecrawl", "firecrawl go-live", "firecrawl launch checklist".

2,266 Updated today
jeremylongshore