pixee-workflow

Manage Pixee workflow lifecycles across repositories with list, create, update, and delete operations.

31|12|Updated Nov 28, 2023
One-click install
npx skills add https://github.com/pixee/pixee-cli --skill pixee-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pixee-workflow
Source: https://github.com/pixee/pixee-cli/tree/main/skills/pixee-workflow
Command: npx skills add https://github.com/pixee/pixee-cli --skill pixee-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List, create, update, and delete Pixee workflows on a repository.

Core Features & Use Cases

  • Lifecycle management: List, create, update, and delete workflows for a single repository.
  • Partial updates: Update existing workflows with selective fields and unset nullable fields.
  • Prerequisites-aware: Respects shared prerequisites and repository resolution protocol defined by pixee-shared and pixee-repo skills.

Quick Start

Create a daily-scheduled workflow for a repository and verify it appears in the workflow list.

Frequently Asked Questions about pixee-workflow

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

FAQPage Schema
How do I manage DevOps automation workflows across repositories?

You can manage DevOps automation workflows across repositories using full lifecycle operations to list, create, update, and delete workflows for a given repository. The --repo flag is required to target operations.

Can I update only specific fields in a repository workflow?

Yes, you can perform partial updates on existing repository workflows by updating selective fields and unsetting nullable fields using the --unset flag.

What do I need to set up before creating a Pixee workflow?

Creating a Pixee workflow requires shared prerequisites for authentication and repository resolution, enforced by the pixee-shared and pixee-repo skills, before applying automation workflows.

How do I create and verify a scheduled workflow for my repository?

To create and verify a scheduled workflow, use the create subcommand with the --repo flag for your target repository, then list the workflows to verify it appears in the output.

Does workflow orchestration support deleting automation configurations from a repository?

Yes, workflow orchestration supports deleting automation configurations from a repository through the delete subcommand, completing the lifecycle management of repository-level workflows.