full-brief

Generate complete PR review packages for game development code changes.

10|2|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/tykisgod/quick-question --skill full-brief
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: full-brief
Source: https://github.com/tykisgod/quick-question/tree/main/skills/full-brief
Command: npx skills add https://github.com/tykisgod/quick-question --skill full-brief

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious, error-prone process of manually running separate commands to generate a full PR review package for code changes, saving developers significant time during code review workflows for game development projects.

Core Features & Use Cases

  • Parallel Command Execution: Runs /qq:brief and /qq:timeline simultaneously to cut down on total processing time for review documentation.
  • Comprehensive PR Documentation: Automatically generates architecture change documents, PR review checklists, commit timelines, and phase-grouped review files with consistent timestamps.
  • Use Case: Game development teams working on Unity, Godot, Unreal, or S&box projects can use this Skill to generate a complete PR review package for a feature branch in seconds, no manual command running required.

Quick Start

Invoke the full-brief skill to generate a complete PR review package for your current feature branch, optionally specifying a custom base branch for comparison if needed.

Frequently Asked Questions about full-brief

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a complete PR review package for a game development branch?

You can automatically generate a PR review package by running a composite command that executes multiple review commands in parallel, producing architecture documents, checklists, and commit timelines simultaneously.

What is included in an automated code review package for feature branches?

An automated code review package includes architecture change documents, PR review checklists, commit timelines, and phase-grouped review files, all stamped with a shared timestamp for consistent versioning across the documentation.

Does this automated PR review generation work with Unity and Godot projects?

Yes, automated PR review generation works with Unity and Godot projects, as well as Unreal and S&box engines, supporting branch comparison workflows specifically tailored for game development feature and bug fix branches.

How do I compare feature branches against a custom base branch for code review?

To compare feature branches against a custom base branch for code review, you invoke the generation command and optionally specify your desired base branch, which automatically aligns the parallel documentation generation against that specific reference point.

Why use parallel execution for generating code review documentation?

Parallel execution for generating code review documentation cuts down total processing time by running commands simultaneously rather than sequentially, eliminating the tedious and error-prone manual process of generating individual review artifacts.