bytedance-goofy-deploy

Automate Goofy Deploy deployments and rollbacks via bytedcli commands.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/itsuki0927/opencode --skill bytedance-goofy-deploy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bytedance-goofy-deploy
Source: https://github.com/itsuki0927/opencode/tree/main/skills/bytedance-goofy-deploy
Command: npx skills add https://github.com/itsuki0927/opencode --skill bytedance-goofy-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Goofy Deploy workflow management can be cumbersome without a unified entrypoint, leading to delays and misconfigurations when deploying or rolling back web/frontend applications.

Core Features & Use Cases

  • List projects and view deployments to track release status.
  • Trigger new deployments or rollbacks using bytedcli Goofy Deploy commands in controlled environments.
  • Retrieve project and team information to coordinate releases.

Quick Start

Operate deployment workflows by running a bytedcli goofy-deploy command against your target site.

Frequently Asked Questions about bytedance-goofy-deploy

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

FAQPage Schema
How do I automate frontend deployment and rollback with bytedcli?▼

You can automate frontend deployment and rollback by running bytedcli goofy-deploy commands against your target site to trigger new versions or revert existing releases.

What is the best way to list projects and view deployment status for web applications?▼

Listing projects and viewing deployment status is done by executing Goofy Deploy commands via bytedcli, allowing you to track release versions and retrieve project information across teams.

Can I use bytedcli to coordinate releases across multiple teams and sites?▼

Yes, bytedcli goofy-deploy supports retrieving project and team information to coordinate releases and manage deployments across different teams and sites.

How do I roll back a web application version using Goofy Deploy?▼

To roll back a web application version, run the bytedcli goofy-deploy rollback command in your controlled environment to revert the target site to a previous deployment.

Does the bytedcli goofy-deploy workflow require a specific configuration format?▼

Yes, the workflow enforces a YAML frontmatter containing a name and description at SKILL.md, and can reference optional directories like scripts and references to extend functionality.