From qq
Generates complete PR review package by running /qq:brief and /qq:timeline in parallel: architecture review, checklist, commit timeline, and phase-grouped reviews in Docs/qq/<branch-name>/.
How this skill is triggered — by the user, by Claude, or both
Slash command
/qq:full-briefThe 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).
Composite command: run /qq:brief and /qq:timeline in parallel, generating a complete PR review package.
Arguments: $ARGUMENTS
--base <branch>: specify the comparison base branchObtain a shared timestamp before launching agents.
Use two parallel agents to execute:
/qq:brief to generate the architecture change document + PR review checklist/qq:timeline to generate the commit timeline + phase-grouped review documentsOnce both agents complete, inform the user of all file paths.
All files go to the same directory, sharing the same timestamp:
Docs/qq/<branch-name>/arch-review_<timestamp>.mdDocs/qq/<branch-name>/pr-review_<timestamp>.mdDocs/qq/<branch-name>/timeline-arch_<timestamp>.mdDocs/qq/<branch-name>/timeline-review_<timestamp>.mdnpx claudepluginhub tykisgod/quick-questionGroups branch commit history into semantic timeline phases and generates architecture evolution timeline plus code review documents. Use for structured PR reviews tracing development order.
Conducts deep PR reviews using 6-7 parallel specialized agents for code quality, security, testing, frontend/backend architecture. Use for thorough pull request analysis before merging.
Orchestrates map-reduce PR reviews: splits changes into units, parallel sub-reviews, synthesizes findings, posts deduplicated comments. Supports CI/CD, visual diffs, confidence gating.