post-issue-comment

Generate and submit GitHub issue comments using the GitHub CLI.

1|Updated Jun 25, 2026
One-click install
npx skills add https://github.com/dyoshikawa/webseek --skill post-issue-comment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-issue-comment
Source: https://github.com/dyoshikawa/webseek/tree/main/.rulesync/skills/post-issue-comment
Command: npx skills add https://github.com/dyoshikawa/webseek --skill post-issue-comment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of drafting and posting context-aware, professional comments on GitHub issues, ensuring your communication remains consistent and efficient without sounding like a generic bot.

Core Features & Use Cases

  • Contextual Drafting: Automatically retrieves issue descriptions and existing comments to ground replies in the current discussion.
  • Intent-Based Generation: Crafts responses based on specific user instructions while maintaining a natural, conversational, and concise tone.
  • Use Case: When managing a busy open-source repository, use this Skill to quickly acknowledge a bug report, request missing logs, or provide a status update on a pull request without manually switching contexts.

Quick Start

Use the post-issue-comment skill to reply to issue number 42 with the intent to ask the reporter for reproduction steps and a sample configuration file.

Frequently Asked Questions about post-issue-comment

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

FAQPage Schema
How do I automate posting comments on GitHub issues?

You need the GitHub CLI (gh) installed and authenticated in your environment to use this Skill. The CLI handles the necessary read and write operations on repository issues, fetching metadata and posting the generated comments directly.

Can I draft replies that sound human instead of like a generic bot?

Yes, you can draft human-like GitHub issue replies by providing specific instructions for your desired intent. The Skill synthesizes your intent with the existing discussion context to generate professional, concise, and conversational responses that avoid sounding robotic.

How do I ask a bug reporter for reproduction steps without switching contexts?

You can request reproduction steps or missing logs by providing an intent instruction to this Skill. It retrieves the existing issue description and comment history to ground the reply, then posts the context-aware response directly to the GitHub issue thread.

Does this approach require manually reading the issue history before replying?

No, manual reading is not required because the Skill automatically retrieves issue descriptions and existing comments. It grounds the drafted response in the current discussion context, allowing you to provide status updates or acknowledge bug reports efficiently.