From m
Parse a PR_comments file and launch parallel m:issue-qc agents for each unresolved issue giving each agent the PR_comments filepath and line numbers relevant to the issue it will investigate
npx claudepluginhub ai-builder-team/ai-builder-plugin-marketplace --plugin mThis skill uses the workspace's default tool permissions.
Read the file at `$ARGUMENTS`. Find every section marked `๐ก Unresolved`.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Read the file at $ARGUMENTS. Find every section marked ๐ก Unresolved.
For each unresolved issue, launch a m:issue-qc agent via the Task tool (subagent_type: "m:issue-qc"). Launch all of them in parallel โ do not wait for any agent to finish before launching the next.
Each agent prompt MUST follow this template exactly:
Investigate this PR review concern:
**PR_Comments_File:** <absolute path to $ARGUMENTS>
**PR_Comment_Issue_Line(s):** <line numbers in the PR comments file where this issue appears>
**Concern:** <the reviewer's comment text>
IMPORTANT: You MUST use the Edit tool to annotate the PR_Comments_File in-place. Add a `QC_BOT_COMMENTS:` line directly below the reviewer's comment block at the specified lines with your verdict (โ
VALID, โ INVALID, or โ ๏ธ PARTIAL) and a one-line summary of evidence. Do NOT just return text โ you must edit the file.
After all agents complete, summarize results in a table:
| # | $ARGUMENTS Lines | Reviewer | Verdict | Summary |
|---|
Then list valid issues grouped by severity.