OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add humanlayer/skills --skill visual-pr
Only use when the user explicitly invokes this skill by name.
npx skills add humanlayer/skills --skill visual-pr
Create or update the pull request for the current task with a concise description that helps a reviewer understand why the change exists and the shape of the implementation.
Read the description template:
Read({SKILLBASE}/references/pr_description_template.md)
Identify or create the pull request:
gh pr view --json url,number,title,state,baseRefName,headRefName 2>/dev/null.git status --short --branch and the commits on the current branch.Gather only the context needed to explain the change:
gh pr view to collect PR metadata and changed files.{SKILLBASE}/references/show-me.md for the visual-outline conventions used in the PR body.Write the PR description using the template:
- None. when there are no special considerations./show-me-inspired structural view rather than prose or a file-by-file changelog.diff blocks when showing changes to an existing shape. Show the complete target shape when most of it is new or diff notation would obscure ownership or order.Save and publish the description:
.humanlayer/tasks/{task-slug}/pr-description.md when the task directory exists; otherwise use .humanlayer/tasks/pr-{number}/description.md.gh pr edit {number} --body-file {output-path}.Report completion:
{SKILLBASE}/references/describe_pr_final_answer.md.Always read and follow {SKILLBASE}/references/pr_description_template.md. Do not expand the PR body beyond that template.
Write as one human talking to another: avoid jargon and slang, and use simple, coherent, concise language.