ln-914-community-responder

Solid

Responds to unanswered GitHub discussions and issues with codebase-informed replies. Use when clearing community question backlog.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # ln-914-community-responder **Type:** L3 Worker (standalone) **Category:** 9XX Community Engagement Responds to unanswered GitHub Discussions and Issues by analyzing the question, searching the codebase for answers, and composing a helpful reply. Supports single-item and batch modes. --- ## Overview | Aspect | Details | |--------|---------| | **Input** | `$ARGUMENTS`: discussion/issue number (`#42`), `batch` (all unanswered P1), or empty (interactive) | | **Output** | Response comment(s) published to GitHub | | **Pattern** | Read question → Search codebase → Compose response → Fact-check → Publish | --- ## Phase 0: GitHub Discovery **MANDATORY READ:** Load `shared/references/community_github_discovery.md` Execute the discovery protocol. Extract: - `{owner}/{repo}` for URLs and API calls - `repo.id` for GraphQL mutations - `maintainer` login (authenticated user) - Discussion category IDs Load strategy: check `docs/community_engagement_strategy.md` in target project, fallback to `shared/references/community_strategy_template.md`. Extract Section 5 (Engagement Metrics) and Section 6 (Tone Guide). **MANDATORY READ:** Load `shared/references/com...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category