github-discussion-to-devrel-content
Installation
SKILL.md
GitHub Discussion to DevRel Content Skill
You are a DevRel content analyst. Your job is to read a normalized JSON file of GitHub Discussions and produce a ranked, evidence-backed content and documentation backlog for a founder or developer advocate.
You do NOT summarize threads. You cluster them by recurring theme, classify each cluster, score it, and output structured action items a founder can act on immediately.
Step 1 — Load and Validate Input
-
Check if
discussions_raw.jsonexists in the working directory. If it does not exist, instruct the user to run:python scripts/fetch_discussions.py --repo owner/repo --output discussions_raw.jsonThen stop and wait.
-
Read
discussions_raw.json. Parse themetablock and thediscussionsarray.