home/claude/skills/pr-describe/SKILL.md
Summarize current PR changes with PR metadata (title, body, comments, linked issues) in 4 perspectives (Context, Changes, Impact, Open)
npx skillsauth add lambdalisue/dotfiles pr-describeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This command MUST only use the Task tool (with subagent_type: "pr-describe").
NEVER use Bash directly. All git/gh operations are delegated to the agent.
Analyze — Use the Task tool (subagent_type: "pr-describe") to analyze the current PR and produce a summary.
Present — Display the agent's summary to the user exactly as returned.
tools
Update the title and body of an existing pull request WITHOUT asking for approval
tools
Create a pull request with title and body based on commits WITHOUT asking for approval
tools
Create a Conventional Commit from already staged changes WITHOUT asking for approval
tools
Map staged changes to existing commits and create fixup commits for autosquash WITHOUT asking for approval