Resolve release tags reliably in follow-on GitHub workflows when the source repo uses annotated tags.
71
65%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./.squad/skills/workflow-run-tag-resolution/SKILL.mdUse this when a GitHub Actions workflow is triggered by workflow_run and needs to recover the release tag or version from the completed source workflow.
git/matching-refs, when the repo uses annotated tags.git tag --points-at "$HEAD_SHA" and sort/filter for semver-style release tags.actions/checkout@v4 with fetch-depth: 0, then git fetch --force --tags origin and git tag --points-at "$HEAD_SHA" --sort=-version:refname.workflow_run.head_sha directly to the REST matching-refs .object.sha value for annotated tags.468809e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.