Agent Skills: Check Backported

>

UncategorizedID: opendatahub-io/ai-helpers/vllm-backport-check-backported

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-check-backported

Skill Files

Browse the full folder contents for vllm-backport-check-backported.

Download Skill

Loading file tree…

helpers/skills/vllm-backport-check-backported/SKILL.md

Skill Metadata

Name
vllm-backport-check-backported
Description
>

Check Backported

Scans the downstream repo's git history and merged PRs to detect which upstream bugfixes have already been backported.

Detection Methods

  1. SHA matchgit log --grep="cherry picked from commit" on the downstream branch
  2. Title matchgh pr list --state merged --base <branch> title contains #<number>

Usage

bash scripts/check-backported.sh \
  --input artifacts/backport-triage/filtered.json \
  --downstream /path/to/downstream-repo \
  --branch rhai/0.13.0 \
  --output artifacts/backport-triage/candidates.json

Output

candidates.json — same as input with already_backported: true/false added to each PR object. Prints match counts to stderr.