From Dev10x
Launches background agent to monitor GitHub PR CI checks and review comments, auto-address issues with fixup commits, notify team when ready. Invoke after PR creation.
npx claudepluginhub dev10x-guru/dev10x-claude --plugin Dev10xThis skill is limited to using the following tools:
Launch a background agent that monitors a PR through its full
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.
Launch a background agent that monitors a PR through its full lifecycle — CI checks, review comments, team notification — so the user can keep working.
The full workflow — background dispatch, polling loop, fixup
handling, team notification, 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.