devflow

Manages DevFlow task lifecycle including creation, deployment pipelines, and IDL path bindings.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/yuezhen-huang/my-bytedance-skillhub --skill devflow-yuezhen-huang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devflow
Source: https://github.com/yuezhen-huang/my-bytedance-skillhub/tree/main/devflow
Command: npx skills add https://github.com/yuezhen-huang/my-bytedance-skillhub --skill devflow-yuezhen-huang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing DevFlow tasks manually through the web UI is slow and repetitive. This Skill lets you create, query, start, and close DevFlow development tasks directly through gdpa-cli commands, including multi-environment lane setup and IDL path binding. ## Core Features & Use Cases - Task Lifecycle Management: Create tasks with PSM, branch, region, and environment parameters, then start development pipelines, inspect details, and close tasks when done. - Multi-Environment Lanes: Create PPE and BOE lanes in one command using --env ppe+boe, with automatic lane naming from branch suffixes. - IDL Path Binding: Query IDL repository info via BAM and bind or unbind IDL paths and PSMs for existing tasks. - Use Case: You need to debug a TikTok service change. Create a DevFlow task linked to your Meego ticket, start the PPE development pipeline, check DTO generation status with info, and close the task after verification. ## Quick Start Ask the AI to create a DevFlow task for your PSM and branch, then start the development pipeline and show the lane links.

Frequently Asked Questions about devflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a DevFlow task from the command line?

Run gdpa-cli run devflow create with --title, --psm, and --branch parameters. Optional flags include --region (cn or i18n), --env (ppe, boe, or ppe+boe), and --meego to link Meego tickets.

How to start a DevFlow development pipeline for a task?

Use gdpa-cli run devflow start followed by the task ID, or the full develop-start command. It returns direct pipeline links for each lane, including separate links for multi-environment tasks.

Can DevFlow tasks be linked to Meego tickets?

Yes, pass --meego with the ticket URL when creating a task, and repeat the flag to link multiple tickets. Both meego.larkoffice.com and meego.feishu.cn URL formats are supported.

How do I create PPE and BOE environments in one DevFlow task?

Set --env ppe+boe when creating the task. DevFlow generates one lane per environment, named from the branch suffix, such as ppe_20260206173200 and boe_20260206173200.

Why does devflow create fail with authentication errors?

All DevFlow commands require ByteCloud credentials. Run gdpa-cli login first, optionally specifying cn or i18n, then retry the command.

How do I find the IDL repository for a PSM?

Run gdpa-cli run devflow idl-repo --psm with your three-part PSM name. It queries the BAM platform and returns the repo, service file path, branch, and repo type, with a --json output option.