vLLM-ascend_FAQ_Generator

Collect, classify, and generate Markdown FAQs from closed GitHub issues.

31|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/Ascend/agent-skills --skill vllm-ascend-faq-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vLLM-ascend_FAQ_Generator
Source: https://github.com/Ascend/agent-skills/tree/main/skills/vLLM-ascend_FAQ_Generator
Command: npx skills add https://github.com/Ascend/agent-skills --skill vllm-ascend-faq-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates triaging closed issues by collecting, classifying, and converting them into a structured Debug FAQ for developers.

Core Features & Use Cases

  • Issue Collector: automatically gathers closed issues from the vLLM-ascend repository and extracts context.
  • Issue Classifier: sorts issues into categories for knowledge base organization.
  • FAQ Writer: generates a reusable Markdown FAQ that helps developers reproduce fixes and understand patterns.

Quick Start

Process closed issues in vLLM-ascend to generate a developer-focused Debug FAQ.

Frequently Asked Questions about vLLM-ascend_FAQ_Generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a FAQ from closed GitHub issues automatically?

To generate a FAQ from closed GitHub issues automatically, this Skill orchestrates collector, classifier, and writer agents to extract context, categorize issues, and output a structured Markdown knowledge base for developers.

What is the best way to organize closed issues into a developer knowledge base?

Organizing closed issues into a developer knowledge base is best handled by an automated classifier agent that sorts issues into distinct categories, enabling structured triage and documentation generation for future reference.

How do I convert resolved GitHub issues into Markdown documentation?

To convert resolved GitHub issues into Markdown documentation, an automated writer agent processes classified issue data to output categorized Markdown files that help developers reproduce fixes and understand resolution patterns.

Can I automate issue triage for open-source repository maintenance?

Yes, you can automate issue triage for open-source repository maintenance by deploying an orchestrated agent pipeline that collects closed issues, classifies them by category, and generates structured FAQ outputs.

Does automated FAQ generation work with the vLLM-ascend repository?

Yes, automated FAQ generation works with the vLLM-ascend repository by utilizing an issue collector agent specifically configured to gather closed issues and extract context for knowledge base creation.