Agent skill
winget-pr-retry
WinGet PR(microsoft/winget-pkgs)のCI/CDパイプラインを空プッシュで再トリガーすることで、リリースをリトライする。使用タイミング:(1) WinGet PRの自動実行がエラーになった場合、(2) microsoft/winget-pkgsへのPRでCI/CDを再実行したい場合、(3) リリースプロセスでWinGet検証を再トリガーする必要がある場合
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/winget-pr-retry
SKILL.md
WinGet PR Retry
Overview
WinGet PR(microsoft/winget-pkgs)の自動実行(CI/CD)がエラーになった場合、空コミットをプッシュしてパイプラインを再トリガーします。
Usage
Run the PowerShell script to retry a WinGet PR:
./skills/winget-pr-retry/scripts/Retry-WinGetPR.ps1
Parameters
-BranchName(optional): 再実行するブランチ名。省略時は現在のブランチ-Message(optional): 空コミットのメッセージ。デフォルト: "Empty commit to retrigger CI/CD pipeline"
Examples
Current branch:
./skills/winget-pr-retry/scripts/Retry-WinGetPR.ps1
Specific branch:
./skills/winget-pr-retry/scripts/Retry-WinGetPR.ps1 -BranchName NuitsJp.GistGet-1.2.0
Custom message:
./skills/winget-pr-retry/scripts/Retry-WinGetPR.ps1 -Message "Retry: Fix validation error"
How It Works
- Navigate to
external/winget-pkgssubmodule - Checkout specified branch (or use current)
- Create empty commit with
git commit --allow-empty - Push to origin to trigger CI/CD pipeline
Resources
scripts/
skills/winget-pr-retry/scripts/Retry-WinGetPR.ps1- PowerShell Core script for retrying WinGet PRs
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?