pr-auto-fix プラグインの監視ループを起動するトリガースキル。Hook で PR 作成が検知された後、Claude が pr-auto-fix:auto-fix-pr として呼び出すと Monitor (pr-auto-fix-watcher) がバックグラウンドで起動する。Monitor からの通知を受けて pr-auto-fixer エージェントへディスパッチする責務を持つ。ユーザーが手動で起動するスキルではなく、Hook 経由でのみ呼ばれる前提。
$npx -y skills add honeststack/claudecode-marketplace --skill auto-fix-prInstalls into the current project.
Run `npx skills use "https://github.com/honeststack/claudecode-marketplace" --skill "honeststack/claudecode-marketplace/auto-fix-pr"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/honeststack/claudecode-marketplace" that are relevant to the current task. Run `npx skills add "https://github.com/honeststack/claudecode-marketplace"` and select the relevant skills, then follow their instructions.