with one click
atdd-task
atdd-task contains 11 collected skills from spenguinlui, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
在 4 個 Rails 專案(sf_project / jv_project / core_web / e_trading)跑 local dev 指令——console、server、rspec、migrate、rake、bundle。這些指令一律「進 Tilt 起的 web container」跑,不在 host 直接跑。Use when 要對這些 rails 專案開 console、跑 rspec、跑 migration / rake / bundle,或 local server(sf.local / jv.local / core.local / et.local)連不上要排查時。
資料遷移工具,從 Production 安全地遷移資料到 Local/Staging 環境。自動清理敏感資料,硬編碼禁止反向遷移。
Archive Claude Code telemetry logs to dated files (YYYY-MM-DD~YYYY-MM-DD.json). Use when user wants to archive, rotate, or save telemetry logs.
Generates optimized prompts for any AI tool. Use when writing, fixing, improving, or adapting a prompt for LLM, Cursor, Midjourney, image AI, video AI, coding agents, or any other AI tool.
BA 報告撰寫指引。在撰寫、審查或修改 BA 報告(-ba.md)時使用。確保 BA 報告使用純業務語言,不包含任何技術術語。
AWS EC2 operations including checking service status, viewing logs, server health monitoring, and production/staging environment management. Use when user asks to check/view/查看 production/staging servers, service status/狀態/狀況, logs/日誌, or perform remote operations like deployment and database backup.
本地效能測試工具,用於測量程式碼執行時間、記憶體使用、N+1 查詢偵測等。支援 Ruby、JavaScript、Python。
Cleans Claude Code cache files and temporary data to free up disk space. Use when the user requests to clean cache, free up space, or optimize Claude Code storage.
Debug 經驗知識庫查詢工具。偵測調查卡住的行為訊號,並從知識庫中查詢相關的除錯提示。
Fix 調查輔助工具,整合各種調查資源(Error Tracking、APM、Log、Code)並自動彙整調查結果。根據 Discovery Source 引導系統性調查流程。
Production 環境保護機制,攔截所有可能影響 Production 的操作,強制要求確認,記錄所有存取。