What problem does it solve? Writing clear pull request descriptions is time-consuming, and reviewers often struggle to understand why a change exists and how it is structured. This Skill automates creating or updating PR descriptions that explain the change with concise visual outlines. ## Core Features & Use Cases - Automatic PR detection: Finds the PR for the current branch via gh pr view, or creates one after committing and pushing task-related changes. - Template-driven descriptions: Writes a PR body with a one-sentence rationale, reviewer warnings, and a compact change outline using diff blocks, pseudocode, file trees, component trees, and call-flow views. - Persistent artifacts: Saves the description to .humanlayer/tasks/ and publishes it with gh pr edit, then reports the PR URL and changed files. - Use Case: After finishing a feature branch, invoke the skill to produce a reviewer-friendly PR description showing the new API contract, changed component tree, and control-flow diffs, then publish it to GitHub automatically. ## Quick Start Ask the agent to use the visual-pr skill to describe the pull request for the current branch.