Skip to content

Catalyst Dev — Change Log

Version 6.2.0

Apr 11, 2026

Smart Merge Blocker Diagnosis

The merge-pr skill now queries GitHub’s full merge state to identify specific blockers (failing CI, unresolved review threads, missing approvals, outdated branches) and automatically resolves what it can in a unified loop. When blockers can’t be auto-fixed, you get actionable guidance like which reviewers to request or which files have conflicts — never generic “branch protection is blocking” errors. The new review-comments skill resolves GitHub review threads after addressing each comment, and oneshot workflows now wait for automated reviewers before attempting merge.

PRs

  • dev: smart merge blocker diagnosis and review thread resolution (#67) (ae74a74)