name: github-issue-reply-assistant description: Free basic version that drafts a structured GitHub issue response and triage checklist. Reserves premium upgrade hooks for multilingual replies and fix-draft generation.
來源於7w4.net。
user_idrepo (owner/repo)issue_titleissue_bodytier (free/premium)python3 scripts/github_issue_reply_assistant.py \
--user-id user_003 \
--repo openclaw/openclaw \
--issue-title "Bug: login flow crashes" \
--issue-body "When I click login, app crashes on callback page"
python3 -m unittest scripts/test_github_issue_reply_assistant.py -v
整體質量良好。功能設計完整,引數驗證嚴謹,分層合理(免費版可直接使用,付費版預留升級通道),有基本測試覆蓋。主要優點是結構清晰、邏輯嚴密;不足是付費功能未真正實現、測試用例偏少、文件說明較少。適合需要自動化處理GitHub Issue回覆的開發者使用免費版功能。