Cf Verify banner
fredrick84823 fredrick84823

Cf Verify

DevOps community

Description

--- description: Cloud Function 完整測試與驗證:unit → integration → e2e(local) → deploy → trigger → GCP logs argument-hint: '[--auto-deploy] [function_name]' allowed-tools: Bash, mcp__gcp__* --- ## Flags - `--auto-deploy`:本地三階段測試(Unit → Integration → E2E)全通過後,**不詢問**,直接進入 CI/CD 部署階段 ## 自動化原則 除非遇到以下情況,否則**不中斷流程、不詢問使用者**: 1. Codex 提出具體修復建議(讓使用者決定是否套用) 2. 本地三階段測試全通過,且**未帶 `--auto-deploy`**(部署前最終確認) 3. 遇到需要人工判斷的環境問題(如缺少 credentials) ## 你的任務 幫使用者對 Cloud Function 執行完整的測試與驗證流程(Python 專案)。 根據使用者需求,可執行以下

Installation

Installs to ~/.claude/skills/fredrick84823-fstack-cf-verify/SKILL.md

Terminal
mkdir -p ~/.claude/skills/fredrick84823-fstack-cf-verify && curl -fsSL https://raw.githubusercontent.com/fredrick84823/fstack/HEAD/commands/cf-verify.md -o ~/.claude/skills/fredrick84823-fstack-cf-verify/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository