Problem
The pr skill was not being loaded into Claude Code's system-reminder (description too long, skill added late), causing the PR workflow to be silently skipped. Additionally, the skill had several automation gaps: wrong commit order before replies, no fallback when CI never starts, missing thread ID source, no preliminary review pass after gh pr ready for ready-triggered bots (e.g. CodeRabbit).
Expected behaviour
The skill is reliably loaded and invoked. The autonomous monitor loop correctly handles: post-ready bot reviews, CI retries with fallback, push-before-reply ordering, and thread ID resolution.
Problem
The
prskill was not being loaded into Claude Code's system-reminder (description too long, skill added late), causing the PR workflow to be silently skipped. Additionally, the skill had several automation gaps: wrong commit order before replies, no fallback when CI never starts, missing thread ID source, no preliminary review pass aftergh pr readyfor ready-triggered bots (e.g. CodeRabbit).Expected behaviour
The skill is reliably loaded and invoked. The autonomous monitor loop correctly handles: post-ready bot reviews, CI retries with fallback, push-before-reply ordering, and thread ID resolution.