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>/.
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).
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.
Reviews GitHub pull requests or git diffs (staged changes/files) by delegating to specialist agents for code quality, security, performance, and documentation in parallel.
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).
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>.md