Верификация и слияние PR с проверкой качества

testing

pr-verify is a Claude Code skill that verifies and merges `bot:ready-to-merge` pull requests through an interactive workflow featuring impact analysis, test supplementation, and a confidence-scored one-click merge. Triggered via `/pr-verify [pr_number]`, it either shows a numbered list of eligible PRs from the past `PR_DAYS_LOOKBACK` days (default: 7) or jumps directly to a specified PR. Before merging, three pre-flight checks run in sequence: detection of new commits added after the ready-to-merge label was set, CI status validation against required jobs (Code Quality, Unit Tests on Ubuntu/macOS/Windows, Coverage Test, and i18n-check), and merge conflict detection. Teams using GitHub-based PR automation who need a reliable, auditable gate before merging will find this skill especially useful for maintaining code quality and release safety.