# Full Brief

> Composite command: run /qq:brief and /qq:timeline in parallel, generating a complete PR review package.

- Skill: `tykisgod/full-brief` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tykisgod/full-brief`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tykisgod/full-brief/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tykisgod (https://skillmd.com/u/tykisgod)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tykisgod/full-brief

---


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
- No arguments: compare main...HEAD
- `--base <branch>`: specify the comparison base branch

## Execution Steps

1. Obtain a shared timestamp before launching agents.

2. Use two parallel agents to execute:
   - Agent 1: follow the complete instructions of `/qq:brief` to generate the architecture change document + PR review checklist
   - Agent 2: follow the complete instructions of `/qq:timeline` to generate the commit timeline + phase-grouped review documents

3. Once both agents complete, inform the user of all file paths.

## Output Files

All files go to the same directory, sharing the same timestamp:
- `Docs/qq/<branch-name>/arch-review_<timestamp>.md`
- `Docs/qq/<branch-name>/pr-review_<timestamp>.md`
- `Docs/qq/<branch-name>/timeline-arch_<timestamp>.md`
- `Docs/qq/<branch-name>/timeline-review_<timestamp>.md`

