What problem does it solve?
This Skill removes manual effort from documenting and communicating the intent and verification steps of a code change by generating a canonical PR body, an ASCII architecture/flow diagram of the diff, and an actionable reviewer checklist; it can also auto-create a PR when none exists.
Core Features & Use Cases
- End-to-end PR body generation: Reads the branch diff, composes a Problem/Solution/Evidence/Testing canonical PR description, and updates the PR body.
- ASCII architecture diagram: Produces a padded box-drawing diagram that documents triggers, data paths, parallel boundaries, cache patterns, and response shapes; includes an alignment fixer script.
- Reviewer checklist & verification: Creates a universal checklist augmented by repository-specific items and flags missing E2E verification; uploads or references local evidence artifacts to GCS or GitHub releases.
- Auto-creation & persistence: Auto-creates a minimal PR when absent, saves a work-summary artifact to the todo DB, and writes plan artifacts into .ai/plans/pr-<n>/ when applicable.
Quick Start
Generate an ASCII PR summary diagram, a reviewer checklist, and update the current branch's PR description so reviewers have a single canonical source of truth.