draft-pr-comment

Draft and post checklist-style GitHub PR comments requesting specific changes.

50|17|Updated Sep 2, 2023
One-click install
npx skills add https://github.com/bkelly-lab/jkp-data --skill draft-pr-comment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: draft-pr-comment
Source: https://github.com/bkelly-lab/jkp-data/tree/main/.claude/skills/draft-pr-comment
Command: npx skills add https://github.com/bkelly-lab/jkp-data --skill draft-pr-comment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drafts and posts a structured PR comment that requests specific changes from the PR author.

Core Features & Use Cases

  • Drafts a structured PR comment that clearly lists required and optional changes
  • Integrates reviewer findings into a checklist-style format for efficient communication
  • Posts the prepared comment to the PR after reviewer confirmation to ensure quality control

Quick Start

Provide the PR number and any reviewer findings to generate and post the structured PR comment.

Frequently Asked Questions about draft-pr-comment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate posting a structured code review checklist as a GitHub PR comment?

To automate posting a PR comment, you provide the PR number and reviewer findings so the skill can draft a checklist-style feedback comment and publish it via the gh CLI after your confirmation.

How do I convert code review findings into a structured checklist for a PR author?

You can convert code review findings into a structured checklist by supplying your reviewer findings to generate a draft PR comment that clearly lists required and optional changes in a checklist format.

Can I review and edit a draft PR comment before it is posted to GitHub?

Yes, the skill assembles a draft body from your findings and requires your confirmation before executing the final publish step to post the comment to the PR, ensuring quality control.

Does this PR comment automation tool require the GitHub CLI to post feedback?

Yes, posting the structured PR feedback requires the gh CLI, specifically using the gh pr comment command to execute the final publish step after you confirm the draft.

What is the best way to request specific changes from a PR author using a structured format?

The best way to request specific changes is using a checklist-style PR comment that integrates reviewer findings, clearly distinguishing required changes from optional ones before posting.

Are there limitations to using checklist-style PR comments for code review collaboration?

A limitation is that the skill requires manual confirmation before posting, meaning it does not automatically publish feedback without review, which may slow down fully automated CI/CD pipelines.