ln-914-community-responder
SolidResponds 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
Quality Score: 97/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Solid
ln-910-community-engagement
Analyzes community health and delegates engagement tasks. Use when managing GitHub issues, discussions, and announcements.
479 Updated yesterday
levnikolaevich AI & Automation Solid
ln-913-community-debater
Launches RFC and debate discussions on GitHub. Use when proposing changes that need community input or voting.
479 Updated yesterday
levnikolaevich AI & Automation Solid
ln-912-community-announcer
Composes and publishes announcements to GitHub Discussions. Use when sharing releases, updates, or news with the community.
479 Updated yesterday
levnikolaevich AI & Automation Solid
ln-911-github-triager
Produces prioritized triage report from open GitHub issues, PRs, and discussions. Use when reviewing community backlog.
479 Updated yesterday
levnikolaevich Code & Development Solid
respond-github
Respond to a GitHub issue/PR or GitLab issue/MR
483 Updated today
desplega-ai