What problem does it solve? ByteDance engineers juggle dozens of internal platforms (Codebase, TCE, TCC, Feishu, RDS, Merlin, and more), each with its own console and API. This Skill teaches the agent to route any internal R&D task to the correct bytedcli command domain instead of opening web pages or hand-writing internal API calls. ## Core Features & Use Cases - Unified command routing: Maps user tasks to 60+ command domains covering code review, releases, configuration, logs, data queries, approvals, and collaboration. - Domain guides and references: Ships per-domain guides (TCE, Feishu, Merlin, ES, Lark DevOps, and more) plus invocation, command-surface, and troubleshooting references for precise flags and safety rules. - Guarded write operations: Documents dry-run-first workflows, confirmation gates, and safety rules for destructive actions like cluster updates, instance deletion, and release submissions. - Use Case: Ask the agent to "check the CI for this MR" or "query slow logs for my PSM" and it selects the right domain (codebase, log), applies the correct site and authentication, and returns structured JSON output. ## Quick Start Ask the agent to handle a ByteDance internal platform task, such as checking the status of a merge request or querying logs for a service, and it will route the request through the appropriate bytedcli command.