respond-to-pr-comments-in-blocklist

安装量: 2.1K
排名: #3147

安装

npx skills add https://github.com/warpdotdev/common-skills --skill respond-to-pr-comments-in-blocklist

Respond to PR comments in blocklist Use this skill to respond to PR comments on the current branch. If comments are already visible in the conversation, typically from the built-in /pr-comments skill, continue from that context. If comments are not already visible, fetch and display them first, then guide the user through each actionable comment, collect an explicit decision, make requested code changes, and only then ask for approval before posting GitHub replies or resolving review threads. Preconditions Work in the repository checkout for the PR branch. Do not refetch comments unless the loaded context is missing essential fields such as comment body, author, URL, path, or line metadata. Do not post GitHub replies, submit reviews, or resolve threads until the final preview is approved by the user. If no PR comments are present in context, fetch and display them before continuing. Prefer invoking the built-in /pr-comments workflow when available. Otherwise use the equivalent GitHub CLI fallback: identify the current PR, fetch PR-level comments, review comments, and review bodies, then display them with insert_code_review_comments . After displaying fetched comments, ask the user whether to continue with this response workflow before making changes. Comment filtering Before asking for response mode, filter the loaded comments down to actionable comments that still need the user's attention. Skip these comments without asking the user about them: Show more Installs 432 Repository warpdotdev/common-skills GitHub Stars 18 First Seen 3 days ago

返回排行榜