agent-native-audit
Run comprehensive agent-native architecture review with scored principles
Resolve all PR comments using parallel processing
$ npx -y skills add davekilleen/Dex --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/resolve_pr_parallelContext preview
What this command does when you run it.
Resolve all PR comments using parallel processing
name: resolve_pr_parallel description: Resolve all PR comments using parallel processing argument-hint: "[optional: PR number or current PR]"
Resolve all PR comments using parallel processing.
Claude Code automatically detects and understands your git context:
Get all unresolved comments for PR
gh pr status bin/get-pr-comments PR_NUMBER
Create a TodoWrite list of all unresolved items grouped by type.
Spawn a pr-comment-resolver agent for each unresolved item in parallel.
So if there are 3 comments, it will spawn 3 pr-comment-resolver agents in parallel. liek this
1. Task pr-comment-resolver(comment1) 2. Task pr-comment-resolver(comment2) 3. Task pr-comment-resolver(comment3)
Always run all in parallel subagents/Tasks for each Todo item.
Last, check bin/get-pr-comments PR_NUMBER again to see if all comments are resolved. They should be, if not, repeat the process from 1.
A personal operating system for your work. Strategic work management, meeting intelligence, relationship tracking, daily planning — all configured for your specific role.
Repo: davekilleen/Dex
Run comprehensive agent-native architecture review with scored principles
Create or edit Claude Code skills with expert guidance on structure and best practices
Enhance a plan with parallel research agents for each section to add depth, best practices, and implementation details
Record a video walkthrough of a feature and add it to the PR description