Agent Skills: Push Report

>

UncategorizedID: opendatahub-io/ai-helpers/vllm-backport-push-report

Repository

opendatahub-ioLicense: Apache-2.0
3674

Install this agent skill to your local

pnpm dlx add-skill https://github.com/opendatahub-io/ai-helpers/tree/HEAD/helpers/skills/vllm-backport-push-report

Skill Files

Browse the full folder contents for vllm-backport-push-report.

Download Skill

Loading file tree…

helpers/skills/vllm-backport-push-report/SKILL.md

Skill Metadata

Name
vllm-backport-push-report
Description
>

Push Report

Creates a timestamped directory under reports/<version>/, copies the report and candidates JSON, commits, pushes, and prints the GitHub URL.

Usage

REPORT_URL=$(bash scripts/push-report.sh \
  --report artifacts/backport-triage/report.md \
  --candidates artifacts/backport-triage/ranked.json \
  --version v0.13.0)
  • stdout — the report URL (capture with $(...))
  • stderr — progress messages

Error Handling

If git push is rejected, try git pull --rebase once before retrying.