GitHub Project Share
Overview
Create a Chinese share article for a GitHub project using the README and official documentation. The output must follow the exact section order and format in references/article-template.md.
Workflow
- Parse the GitHub repo URL from the user input. The trigger is the GitHub URL itself.
- Use
web.runto fetch:- README content (primary source).
- Official documentation (from README links or repo website).
- Screenshots/images referenced in README/docs.
- Extract:
- Project summary, core features, and usage.
- Installation/deployment steps and configuration.
- Notable pitfalls or gotchas from docs/issues/FAQ.
- Generate the article using the template and keep sections in the required order.
- Add citations for all factual statements and any paraphrased doc content.
Output Rules
- Language: Chinese only.
- Use the template in
references/article-template.mdverbatim for section titles. - Only use screenshots found in README/official docs. Do NOT use GitHub OpenGraph images.
- Links must be wrapped in inline code (e.g.,
https://example.com) to avoid raw URLs. - If no screenshot is found, write "未找到截图" and continue.
- If official docs are not found, say so and use README as the primary source.
- If deployment steps are not documented, state the gap explicitly and provide the safest minimal steps from README only.
Quality Checklist
- All sections present and in order.
- Preface includes greeting, short summary, and docs link (if any).
- Project Preview includes at least one screenshot (or explicit absence) and usage instructions.
- Highlights are concrete and specific, not generic praise.
- Deployment includes step-by-step instructions plus pitfalls.
- Summary is concise and closes the article.
- Citations included throughout.
Resources
references/article-template.md: Required output structure.