Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
5.6
Rating
0
Installs
Version Control & Collaboration
Category
The skill addresses a useful GitHub PR workflow task with a clear 3-step process. However, it has significant gaps in task knowledge: it references 'scripts/fetch_comments.py' which would need to contain the actual gh CLI implementation for fetching PR comments, but provides no guidance on how to determine the current branch's PR number, construct gh CLI commands for fetching comments/reviews, or programmatically apply fixes to code based on comments. The description is adequate for understanding the skill's purpose but lacks specifics on invocation parameters. The structure is clean and logical for a simple workflow. Novelty is moderate - while orchestrating PR comment handling has value, the core challenge (programmatically applying fixes to address comments) requires substantial LLM reasoning that this skill doesn't significantly reduce.
Loading SKILL.md…

Skill Author