Automates your build, release, and deploy flows through declarative YAML manifests and a CLI. Pipelines chain steps with dependency graphs, built-in actions track BuildSpec and BuildRun records, and you can stream logs in real time. The canonical pattern is build once in test, then promote the same artifacts by release_id to staging and prod. Workflows add AI agent steps with conditional execution, step-level harness overrides, and multi-layer env merging. It handles the boring stuff like webhook triggers, secret interpolation, and job tracking so you don't wire it manually every time. The direct deploy bypass flag is a nice escape hatch when pipelines get in the way.
npx skills add https://github.com/incept5/eve-skillpacks --skill eve-pipelines-workflows