eve-pipelines-workflows

Installation
SKILL.md

Eve Pipelines and Workflows

Use these patterns to automate build and deploy actions and invoke workflow jobs.

Pipelines (v2 steps)

  • Define pipelines under pipelines in .eve/manifest.yaml.
  • Steps can be action, script, or agent.
  • Use depends_on to control ordering.
  • Built-in actions include build, release, deploy, run, job, create-pr.
  • Run manually:
    • eve pipeline list
    • eve pipeline show <project> <name>
    • eve pipeline run <name> --ref <sha> --env <env> --repo-dir ./my-app
  • Trigger blocks exist in the manifest; GitHub and Slack webhooks can create pipeline runs.

Built-in Actions

build action

Related skills
Installs
254
First Seen
Feb 8, 2026