ワンクリックで
workflow-run-tag-resolution
Resolve release tags reliably in follow-on GitHub workflows when the source repo uses annotated tags.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Resolve release tags reliably in follow-on GitHub workflows when the source repo uses annotated tags.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
{what this skill teaches agents}
Excel CLI automation skill for Windows workbooks. Use when a coding agent needs token-efficient, scriptable, or unattended Excel automation via excelcli commands. Best for CI/CD, scheduled jobs, batch processing, PowerShell workflows, and bulk workbook edits. Supports Power Query, DAX, PivotTables, Tables, Ranges, Charts, VBA, Data Models, screenshots, and formatting. Triggers: excelcli, Excel CLI, command line, batch, script, automation, CI/CD, scheduled, PowerShell, unattended, coding agent, workbook processing.
Excel MCP Server skill for Windows workbook automation. Use when an assistant needs rich MCP tools to create, inspect, modify, format, or analyze Excel files. Supports Power Query (M), Data Model/DAX, PivotTables, Tables, Ranges, Charts, Slicers, formatting, screenshots, VBA macros, connections, and calculation mode. Triggers: Excel, spreadsheet, workbook, xlsx, xlsm, Power Query, DAX, PivotTable, chart, dashboard, VBA, MCP.
{what this skill teaches agents}
Catch packaging-script regressions by asserting the real script exit path and current overlay surface.
Use a validated tooling downgrade when Dependabot flags an unpatchable transitive vulnerability in build-only dependencies.
| name | workflow-run-tag-resolution |
| description | Resolve release tags reliably in follow-on GitHub workflows when the source repo uses annotated tags. |
| domain | github-actions |
| confidence | high |
| source | earned |
| tools | [{"name":"gh","description":"Inspect workflow runs and confirm the failing job/log context.","when":"You need evidence that a follow-on workflow failed to resolve the released tag or version."}] |
Use 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.