什么是 github-issue-from-templates?
使用数据驱动模板创建 GitHub 问题。通过可配置的模板配置支持任何问题类型。当用户要求创建 GitHub 票证、问题或支持票证时,或者当他们想要添加新问题模板时使用。 来源:dfitchett/agent-skills。
使用数据驱动模板创建 GitHub 问题。通过可配置的模板配置支持任何问题类型。当用户要求创建 GitHub 票证、问题或支持票证时,或者当他们想要添加新问题模板时使用。
通过命令行快速安装 github-issue-from-templates AI 技能到你的开发环境
来源:dfitchett/agent-skills。
This skill creates GitHub issues by dynamically fetching field definitions from GitHub issue templates at runtime. Template metadata (triggers, labels, defaults, formatting rules) is stored in per-template JSON config files. Configs can be stored locally or in a GitHub repository for cross-machine and team sharing. The skill itself contains no hardcoded field definitions.
Why a separate directory? The skill installation directory (/.claude/skills/...) is replaced on npx skills update. Storing template configs in /.claude/configs/github-issue-from-templates/.local/ (local mode) or a GitHub repo (GitHub mode) keeps them safe across updates. The settings.json file always lives locally since it tells the skill where to find configs.
Before starting the workflow, determine which GitHub tool is available:
使用数据驱动模板创建 GitHub 问题。通过可配置的模板配置支持任何问题类型。当用户要求创建 GitHub 票证、问题或支持票证时,或者当他们想要添加新问题模板时使用。 来源:dfitchett/agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/dfitchett/agent-skills --skill github-issue-from-templates使用数据驱动模板创建 GitHub 问题。通过可配置的模板配置支持任何问题类型。当用户要求创建 GitHub 票证、问题或支持票证时,或者当他们想要添加新问题模板时使用。 来源:dfitchett/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dfitchett/agent-skills --skill github-issue-from-templates 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/dfitchett/agent-skills