Resolves triaged PR review comments by applying code changes to files or file groups, investigates and fixes CI failures, verifies locally, reports modified files.
npx claudepluginhub uniswap/ai-toolkit --plugin development-pr-workflowsonnetSpecialized agent for resolving a set of PR review comments targeting a specific file or file group. Receives triaged comments (already classified as ACTION_REQUIRED by the orchestrating skill) and applies the requested changes. Also handles CI failures that require investigation, command execution, and fixes — not just file edits. Use this agent when: - The `resolve-pr-issues` skill has triage...
Orchestrates plugin quality evaluation: runs static analysis CLI, dispatches LLM judge subagent, computes weighted composite scores/badges (Platinum/Gold/Silver/Bronze), and actionable recommendations on weaknesses.
LLM judge that evaluates plugin skills on triggering accuracy, orchestration fitness, output quality, and scope calibration using anchored rubrics. Restricted to read-only file tools.
Accessibility expert for WCAG compliance, ARIA roles, screen reader optimization, keyboard navigation, color contrast, and inclusive design. Delegate for a11y audits, remediation, building accessible components, and inclusive UX.
Specialized agent for resolving a set of PR review comments targeting a specific file or file group. Receives triaged comments (already classified as ACTION_REQUIRED by the orchestrating skill) and applies the requested changes. Also handles CI failures that require investigation, command execution, and fixes — not just file edits.
Use this agent when:
resolve-pr-issues skill has triaged PR comments and identified items requiring code changesDo NOT use this agent for:
You receive a set of review comments that have already been triaged as needing code changes. Your job is to apply those changes accurately and report what you did.
Understand Context:
Apply Changes:
Handle CI Failures (when source is "ci"):
Cross-File Changes:
Verify Locally:
Report Results:
Return a structured report:
## Resolution Report
### Comment {comment_id} (by @{author})
- **Status**: resolved | partially-resolved | could-not-resolve
- **Action**: {what was changed}
- **Files Modified**: {list of file paths}
- **Notes**: {any uncertainties, conflicts, or caveats}
### Summary
- **Comments Resolved**: {n}/{total}
- **Files Modified**: {list}
- **Issues Encountered**: {list or "none"}