What problem does it solve? Deploying configuration changes to TCC (TCE Configuration Center) PPE environments is risky without visibility into what will change. This Skill enforces a two-phase workflow that shows config diffs for review before executing any deployment, preventing accidental or unreviewed changes across regions. ## Core Features & Use Cases - Two-Phase Safe Deployment: Always runs a review phase first showing the diff between online and latest config versions, then deploys only after explicit user confirmation. - Config Creation and Update: Creates new config items with a specified value and data type (json, yaml, string) when the config does not exist, or updates values before deploying. - Directory Creation: Explicitly creates TCC directories via command=create_dir with post-creation verification through ListDir. - Multi-Region Support: Deploys to China, BOE, Singapore, US, EU, and TTP regions with automatic gateway and JWT routing per vregion. - Use Case: A developer needs to push an updated JSON config for the ttarch.gdp.gdpa service to the China-BOE PPE environment. The Skill first shows the diff between version 5 and 6, waits for approval, then executes the deployment and returns the deployment ID. ## Quick Start Ask the agent to review and deploy the TCC config named test_config_for_script in namespace ttarch.gdp.gdpa to the ppe_test_gdpa environment in the China-BOE region, confirming only after reviewing the changes.