Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
pamelafox avatar

Discussion Commenter

  • 64 installs
  • 112 repo stars
  • Updated July 8, 2026
  • pamelafox/presentation-skills

Helps with ai & agent building tasks.

About

discussion-commenter is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • discussion-commenter
  • AI & Agent Building
  • AI-coding skill

Discussion Commenter by the numbers

  • 64 all-time installs (skills.sh)
  • +2 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #6,160 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/pamelafox/presentation-skills --skill discussion-commenter

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs64
repo stars112
Last updatedJuly 8, 2026
Repositorypamelafox/presentation-skills

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Discussion Commenter

Post Q&A entries from markdown writeups as individual comments to a GitHub Discussion.

Usage

Run the script with the writeup file path, discussion URL, and date:

uv run .agents/skills/discussion-commenter/post_qas.py \
  "path/to/writeup.md" \
  "https://github.com/orgs/ORG/discussions/NUMBER" \
  "2026/01/06"

Arguments

1. writeup_path - Path to the markdown writeup file containing Q&As 2. discussion_url - Full URL to the GitHub discussion 3. date - Date string to prefix each comment (e.g., "2026/01/06")

Options

  • --dry-run - Parse and display what would be posted without actually posting

Requirements

  • GitHub CLI (gh) must be installed and authenticated
  • User must have permission to comment on the discussion

Output

Each ## Question section in the writeup becomes a separate comment, formatted as:

**2026/01/06: Question Title**

Answer content...

Subsections (### Follow-up) are included in the parent question's comment.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.