From qq
Automatically reviews and iteratively fixes critical issues in recent changes to skills, configs, settings via subagent loop for quality and consistency.
How this skill is triggered — by the user, by Claude, or both
Slash command
/qq:self-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Respond in the user's preferred language (detect from their recent messages, or fall back to the language setting in CLAUDE.md).
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?"npx claudepluginhub tykisgod/quick-questionCode review with semantic diffs, expert routing by file type, and auto-task creation for critical issues. Works on staged changes, files, or PRs.
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.