Token导航 LogoToken导航TokenDH.com
运维和基础设施需要联网github未标认证来源可访问clear审计提醒

github-issuesGitHub Issues 管理

Agent Skill

用于围绕 GitHub 仓库、Issue、Pull Request、分支、提交和代码协作流程提供辅助能力。它适合让 Agent 查询项目状态、整理变更、辅助创建或检查协作事项,并把仓库中的信息转成可执行的下一步。使用时需要区分只读查询和写入操作;涉及创建 PR、修改 Issue、推送分支或访问私有仓库时,应确认 token 权限、目标仓库范围和用户授权。

总安装

1,397

周安装

60

GitHub Stars

4,513

下载量

490
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:github-issues(GitHub Issues 管理)
来源仓库:https://github.com/epicenterhq/epicenter
仓库路径:skills/github-issues
安装命令:
npx skills add https://github.com/epicenterhq/epicenter --skill github-issues
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/epicenterhq/epicenter --skill github-issues

简介

GitHub Issues 管理技能提供 Issue/PR 回复规范和社区友好沟通准则,避免机械化回应。

  • 适合需要快速定位问题、提供调试建议或宣布修复方案的技术支持场景。
  • 回复应保持自然对话语气,避免使用编号列表或标题结构破坏交流流畅度。
  • 安装命令为 npx skills add https://github.com/epicenterhq/epicenter --skill github-issues。
  • 提及他人贡献时应明确致谢,营造开放包容的开源协作氛围。

SKILL.md

GitHub Issue & PR Comment Guidelines

When to Apply This Skill

Use this pattern when you need to:

  • Reply to GitHub issues, PR threads, or feature/bug discussions.
  • Write acknowledgments, follow-up questions, and troubleshooting replies.
  • Announce fixes with clear credit and community-friendly tone.
  • Offer direct debugging help with scheduling links when needed.
  • Avoid over-structured, corporate-style comment responses.

Anti-Patterns (Avoid These)

  • Over-structured responses: Don't use headers, numbered sections, or bullet lists for simple replies. A conversational paragraph is usually better.
  • Formulaic openings: Don't start every comment identically. Match the tone to the conversation.
  • Restating what's obvious: If someone asked a question, just answer it. Don't recap what they said.
  • Corporate announcements: "We are pleased to announce..." — just say what changed.

Follow writing-voice for tone.

Follow writing-voice for tone.

Opening Pattern

Always start with a personal greeting using the user's GitHub handle:

  • "Hey @username, thank you for the issue"
  • "Hey everyone, thanks for the notice!"
  • "Hey all, thanks for the issue!"

Core Elements

1. Acknowledgment

  • Start by acknowledging their issue/contribution
  • Express empathy for problems: "sorry to hear this!", "sorry to hear your shortcut was lost!"
  • Apologize for delays: "I apologize for the delayed response"

2. Good News Delivery

When announcing features or fixes:

  • "good news!" or "Good news!"
  • Add celebration emoji sparingly
  • Credit contributors: "Thank you for the inspiration" or "Thank you and @user1 and @user2 for the inspiration"

3. Debugging Offers

For complex issues, offer direct help:

  • "If you have time, I would love to hop on a call with you, and we can debug this together"
  • "Let's hop on a call sometime in the coming days, and I'll debug it with you"
  • Always include cal.com link: "https://cal.com/epicenter/whispering"
  • Add availability: "I'm free as early as tomorrow"

4. Discord Promotion

When appropriate, mention Discord:

  • "PS: I've also recently created a Discord group, and I'd love for you to join! You can ping me directly for more features."
  • Include link: "https://go.epicenter.so/discord"

5. Follow-up Questions

Ask clarifying questions to understand the issue better:

  • "To clarify, could you confirm that this issue persists even with the latest v7.1.0 installer?"
  • "Did you ever get a popup to grant permission to access recording devices?"
  • "Does this happen when you make recordings for more than 4 seconds?"

6. Closing

End with gratitude:

  • "Thank you!"
  • "Thanks again!"
  • "Thank you again for your help and will be taking a look!"
  • "My pleasure!" (when thanked)

Response Examples

Feature Implementation Response

Hey @username, thank you for the issue, and good news! [Whispering v7.1.0](link) now includes the [feature]! Thank you for the inspiration.

[Brief description of how it works]

PS: I've also recently created a Discord group, and I'd love for you to join! You can ping me directly for more features.

https://go.epicenter.so/discord

Debugging Response

Hey @username, so sorry to hear this! I apologize for the delayed response; I was finalizing [the latest release v7.1.0](link).

To clarify, could you confirm that this issue persists even with the latest v7.1.0 installer?

If you have time, I would love to hop on a call with you, and we can debug this together. You can book a meeting with me using my cal.com link right here, I'm free as early as tomorrow:

https://cal.com/epicenter/whispering

Thank you!

Quick Acknowledgment

Hey @username, sorry to hear [problem]! Did you ever get a fix?

PR Discussion (back-and-forth)

Good catch! Updated to only clear the dev app cache in nuke mode.

The flow is now:
- `bun clean`: artifacts and node_modules
- `bun nuke`: above + Rust targets + dev cache

Let me know if you want a confirmation prompt before clearing.

Writing Style Notes

See writing-voice for punctuation and tone guidelines.

  • Use casual, approachable language
  • Be genuinely enthusiastic about user contributions
  • Reference specific users and give credit
  • Link to relevant issues, releases, or commits
  • Keep responses personal and conversational
  • Avoid corporate or overly formal language
  • PR comments can be brief: ongoing discussions don't need full greetings/closings
  • Match the energy: short question gets short answer, detailed report gets detailed response

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

31.87%
按下载量换算156

Gemini CLI

23.99%
按下载量换算118

Antigravity

18.22%
按下载量换算89

OpenCode

12.09%
按下载量换算59

windsurf

7.6%
按下载量换算37

Cursor

3.27%
按下载量换算16

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills