Resolve release tags reliably in follow-on GitHub workflows when the source repo uses annotated tags.
61
72%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./.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.798c3c7
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.