GitHub Issue Reply Assistant

👤 wingogx 📦 v1.0.0 ⭐ 4.3 ⬇️ 747 下載
💻 開發程式設計 免費

📖 技能介紹


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小蔥技能站找到。


GitHub Issue Smart Reply Assistant

Value

  • Free tier: one high-quality reply draft + triage checklist.
  • Premium tier (reserved): multilingual reply, fix-draft, similar-issue clustering.

Input

  • user_id
  • repo (owner/repo)
  • issue_title
  • issue_body
  • optional tier (free/premium)

Run

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"

Tests

python3 -m unittest scripts/test_github_issue_reply_assistant.py -v

🤖 AI 評測

整體質量良好。功能設計完整,引數驗證嚴謹,分層合理(免費版可直接使用,付費版預留升級通道),有基本測試覆蓋。主要優點是結構清晰、邏輯嚴密;不足是付費功能未真正實現、測試用例偏少、文件說明較少。適合需要自動化處理GitHub Issue回覆的開發者使用免費版功能。

📊 多維度評分

適應性4.4
規範性4.1
有效性4.3
可靠性4.3
可信度4.8

📁 包含檔案 (5 個)

📄 SKILL.md 860 B
📄 _meta.json 147 B
📄 references/skillpay-api-contract.md 1.3 KB
📄 scripts/github_issue_reply_assistant.py 4.8 KB
📄 scripts/test_github_issue_reply_assistant.py 1.4 KB