From claude-code-skills
Extract common questions from closed GitHub issues and generate an FAQ document with answers
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-skills:build-faq-from-issuesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Extract common questions from closed GitHub issues and generate a structured FAQ document with answers and source links.
Extract common questions from closed GitHub issues and generate a structured FAQ document with answers and source links.
Activate when:
## FAQ: [Project/Topic]
**Generated from**: [X closed issues] | **Labels**: [question, help, support]
### General
#### Q: [Common question]
[Answer synthesized from issue resolution]
— See #123
#### Q: [Another question]
[Answer]
— See #456
### Setup & Installation
#### Q: [Setup question]
[Answer with steps if needed]
— See #789
### Troubleshooting
#### Q: [Error or problem question]
[Answer with solution]
— See #101
### Configuration
#### Q: [Config question]
[Answer]
— See #202
question, help, support, faqWhen multiple issues ask the same thing:
npx claudepluginhub britt/claude-code-skills --plugin writing-user-storiesAnalyzes closed GitHub issues to generate structured case studies with root cause analysis and lessons learned. Useful for postmortems and building a knowledge base from issue history.
Manages full GitHub issue lifecycle: create with conventional commit titles, sub-issues, cross-repo links, edit/view/list, dump trees to markdown/YAML, push from files, comment/label/close.
Clusters GitHub Discussions by recurring confusion themes, ranks clusters by urgency, and drafts documentation fixes with verbatim community quotes and source links.