first commit
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled

This commit is contained in:
2026-03-17 16:22:57 +03:30
commit 3d5eaf9445
15349 changed files with 2847338 additions and 0 deletions
@@ -0,0 +1,11 @@
id,prompt
email-summary,"Create a workflow that runs every Monday morning to analyze weekend emails and create a summary report."
ai-news-digest,"Build a nightly workflow that fetches news from NewsAPI, uses OpenAI to summarize articles, and generates images for the top stories."
daily-weather-report,"Create a workflow that sends a personalized morning weather report email using OpenWeather API data."
invoice-pipeline,"Build an invoice processing workflow that extracts data from PDF/image invoices, validates the information, and generates weekly reports."
lead-qualification,"Create a workflow that receives web form submissions, uses AI to qualify leads, and schedules calendar appointments for qualified prospects."
slack-notification,"Build a workflow that monitors a database for new entries and sends Slack notifications with formatted summaries."
github-issue-triage,"Create a workflow that automatically labels and assigns GitHub issues based on their content using AI classification."
csv-data-processing,"Build a workflow that processes large CSV files, transforms the data, and uploads results to Google Sheets with rate limiting."
webhook-order-processing,"Create a webhook-triggered workflow that processes e-commerce orders, updates inventory, and sends confirmation emails."
content-moderation,"Build a workflow that reviews user-submitted content for moderation, flags inappropriate items, and notifies moderators."
1 id prompt
2 email-summary Create a workflow that runs every Monday morning to analyze weekend emails and create a summary report.
3 ai-news-digest Build a nightly workflow that fetches news from NewsAPI, uses OpenAI to summarize articles, and generates images for the top stories.
4 daily-weather-report Create a workflow that sends a personalized morning weather report email using OpenWeather API data.
5 invoice-pipeline Build an invoice processing workflow that extracts data from PDF/image invoices, validates the information, and generates weekly reports.
6 lead-qualification Create a workflow that receives web form submissions, uses AI to qualify leads, and schedules calendar appointments for qualified prospects.
7 slack-notification Build a workflow that monitors a database for new entries and sends Slack notifications with formatted summaries.
8 github-issue-triage Create a workflow that automatically labels and assigns GitHub issues based on their content using AI classification.
9 csv-data-processing Build a workflow that processes large CSV files, transforms the data, and uploads results to Google Sheets with rate limiting.
10 webhook-order-processing Create a webhook-triggered workflow that processes e-commerce orders, updates inventory, and sends confirmation emails.
11 content-moderation Build a workflow that reviews user-submitted content for moderation, flags inappropriate items, and notifies moderators.