From Dev10x
Validates pre-merge conditions like unresolved threads, CI status, draft state, mergeability, working copy, fixup commits, and review approval before merging GitHub PRs.
npx claudepluginhub dev10x-guru/dev10x-claude --plugin Dev10xThis skill is limited to using the following tools:
Pre-merge validation gate that checks 8 conditions before
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Pre-merge validation gate that checks 8 conditions before
executing gh pr merge. Prevents premature merges by verifying
unresolved threads, CI, draft state, mergeability, working copy,
fixup commits, and review approval.
The full workflow — 8 pre-merge checks, strategy selection from
project settings, merge execution, post-merge verification —
lives in instructions.md.
When this skill is invoked, Read instructions.md now and
follow it end-to-end. TaskCreate and AskUserQuestion calls
documented there are REQUIRED.