workflow-development

Installation
SKILL.md

Workflow Development

Create or update GitHub Actions workflows for this Python 3.13 / uv repo.

Repo defaults

  • Start with AGENTS.md and .github/instructions/cicd-standards.instructions.md.

  • Pin actions to versions already used here: actions/checkout@v6,

    astral-sh/setup-uv@v7, and actions/upload-artifact@v7.

  • Set persist-credentials: false on checkout unless the job must push.

  • Prefer uv sync --frozen; add extras only when a workflow truly needs them.

  • OCR and Tesseract jobs usually need build-essential, pkg-config,

    tesseract-ocr, libtesseract-dev, and libleptonica-dev.

  • Add Linux input or evdev packages only when the workflow actually exercises

Installs
1
First Seen
Jun 22, 2026
workflow-development — ven0m0/arc-raiders-autoscrapper