什麼是 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