From Dev10x
Responds to GitHub PR review comments by validating, triaging issues, implementing fixes, replying, and resolving threads. Handles single or batch unaddressed comments.
npx claudepluginhub dev10x-guru/dev10x-claude --plugin Dev10xThis skill is limited to using the following tools:
Recommended entry point for all PR review comments. Orchestrates
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.
Recommended entry point for all PR review comments. Orchestrates
the full pipeline: collect comments, triage each one, implement
fixes, reply, and resolve threads. Do not call
Dev10x:gh-pr-fixup or Dev10x:gh-pr-triage directly unless
you are handling the full pipeline yourself.
The full workflow — single vs batch mode, triage routing, fixup
creation, thread resolution, parent detection — 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.