What problem does it solve? Pull request descriptions that only list changed files force reviewers to reconstruct the system's flow from the diff, slowing review and inviting misunderstandings. This Skill writes a description that models the change first, so a reader who never saw the branch can follow it. ## Core Features & Use Cases - Three structured artifacts: Generates a Mermaid flow diagram of the path the change lives in, a before/after outcomes table for each observable case, and a question-to-file map that tells reviewers where each rule lives. - Create or update PRs via gh: Creates a new pull request with the correct base, title convention, and ticket from commit trailers, or patches an existing PR's body through the GitHub API. - Simplified Technical English prose: Writes all description prose following the ASD-STE100 guideline for unambiguous, reviewable language. - Use Case: After finishing a feature branch, ask the Skill to open a PR; it reads the full diff, renders and validates the Mermaid diagram, drafts the description, and posts it with gh pr create. ## Quick Start Ask the AI to open a pull request for the current branch using the write-pr skill with a flow diagram and outcomes table.