From qq
Automatically reviews and iteratively fixes critical issues in recent changes to skills, configs, settings via subagent loop for quality and consistency.
npx claudepluginhub tykisgod/quick-questionThis skill uses the workspace's default tool permissions.
Respond in the user's preferred language (detect from their recent messages, or fall back to the language setting in CLAUDE.md).
Runs cross-LLM iterative code reviews with Codex or Gemini CLI peers, applying accepted fixes until consensus on improved code and report.
Reviews code changes using parallel personas for correctness, testing, maintainability, and conditional areas like security, performance, APIs. Merges into P0-P3 severity reports for PR prep and iterative feedback.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Respond in the user's preferred language (detect from their recent messages, or fall back to the language setting in CLAUDE.md).
Review changes from the most recent interaction via a subagent review loop. Automatically loops until no critical issues remain or 5 rounds are completed.
For Unity changes: when verifying that a runtime/scene change actually behaves as intended, use tykit live queries (
unity_query/get-field/console) instead of re-reading the diff. Seeshared/tykit-first.md.
Look back at the files changed in the most recent interaction and list them (file paths + one-line summary of each change).
Loop automatically. Terminates when:
[Critical] issues in the reviewOutput === Round N/5 === at the start of each round.
Dispatch a subagent (subagent_type: "general-purpose", model: "opus") with a prompt containing:
[Critical], [Moderate], or [Suggestion] with file path, line number, and explanation[Critical] issue: fix immediately[Moderate] issue: fix at discretion[Suggestion] items: note but do not fix unless trivial[Critical] issues fixed → start next round (back to a)[Critical] issues → output "Review passed" and proceed to cleanupOutput a brief review conclusion, then clear the skill change marker:
source "${CLAUDE_PLUGIN_ROOT}/scripts/platform/detect.sh"
rm -f "$QQ_TEMP_DIR/claude-skill-modified-marker-$PPID"
After the review loop ends, recommend the next step:
/qq:commit-push?"/qq:commit-push?"