Сводка блокировок по pull request для стендапов

★ 8.2 · productivity

pr-blocker-summarizer is a Claude Code skill that converts a JSON export of open pull requests into a blockers-first standup digest. It classifies each PR by inspecting `checks` (passing/failing), `review` (approved/changes_requested/pending), and `age_days`, producing separate lists of blocked and merge-ready PRs. Run `python3 scripts/run_pipeline.py --input prs.json --output digest.json` to get a JSON response with a one-line summary such as "7 open · 3 blocked · 2 ready to merge". The skill works entirely on the provided export — no GitHub API calls, no comments or merges. It's a practical fit for teams that need to triage a review backlog, spot stale branches, or auto-generate a daily PR status report for standup.