From fd5b9daa437c3e983a2272b8e7abb02b5d3eded0 Mon Sep 17 00:00:00 2001 From: mohitagw15856 <119053560+mohitagw15856@users.noreply.github.com> Date: Thu, 2 Apr 2026 15:12:37 +0530 Subject: [PATCH] Add files via upload --- .github/ISSUE_TEMPLATE/bug-report.md | 65 +++++++++++++++++++ .github/ISSUE_TEMPLATE/question-feedback.md | 21 +++++++ .github/ISSUE_TEMPLATE/skill-request.md | 70 +++++++++++++++++++++ 3 files changed, 156 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/question-feedback.md create mode 100644 .github/ISSUE_TEMPLATE/skill-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..15283a1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,65 @@ +--- +name: "🐛 Bug Report" +about: "A skill isn't triggering correctly, producing wrong output, or something else is broken" +title: "[BUG] " +labels: ["bug"] +assignees: "" +--- + +## Which skill is affected? + + + +**Skill path:** + +--- + +## What's the problem? + + + +- [ ] Skill isn't triggering when it should +- [ ] Skill is triggering when it shouldn't +- [ ] Output is missing a section +- [ ] Output format is wrong +- [ ] Skill description is incorrect or misleading +- [ ] Plugin isn't showing in the marketplace +- [ ] Installation issue +- [ ] Other: ___________ + +--- + +## What did you expect to happen? + +--- + +## What actually happened? + + + +--- + +## How to reproduce + + + +1. +2. +3. + +--- + +## Environment + +- **Claude Code version:** +- **OS:** +- **Install method:** marketplace / manual / symlink + +--- + +## Any additional context? + + diff --git a/.github/ISSUE_TEMPLATE/question-feedback.md b/.github/ISSUE_TEMPLATE/question-feedback.md new file mode 100644 index 0000000..bbeb7c1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question-feedback.md @@ -0,0 +1,21 @@ +--- +name: "💬 Question or Feedback" +about: "Ask a question about using the skills, or share feedback on the library" +title: "[QUESTION] " +labels: ["question"] +assignees: "" +--- + +## What's your question or feedback? + +--- + +## Context + + + +--- + +## What have you already tried? + + diff --git a/.github/ISSUE_TEMPLATE/skill-request.md b/.github/ISSUE_TEMPLATE/skill-request.md new file mode 100644 index 0000000..38e2868 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/skill-request.md @@ -0,0 +1,70 @@ +--- +name: "💡 Skill Request" +about: "Suggest a new skill you'd like to see added to the library" +title: "[SKILL REQUEST] " +labels: ["skill-request"] +assignees: "" +--- + +## What skill are you requesting? + + + +**Skill name:** + +--- + +## What profession or role is this for? + + + +- [ ] Product Management +- [ ] Marketing & GTM +- [ ] Engineering & Tech +- [ ] Data & Analytics +- [ ] Leadership & People +- [ ] Design & UX +- [ ] Business & Strategy +- [ ] Legal +- [ ] Finance +- [ ] HR +- [ ] Sales +- [ ] Other: ___________ + +--- + +## What workflow does this skill solve? + + + +--- + +## What should the output look like? + + + +--- + +## Example trigger phrases + + + +- +- + +--- + +## Are you willing to build this skill yourself? + +- [ ] Yes — I'll raise a PR with the SKILL.md +- [ ] Maybe — I'd like guidance first +- [ ] No — I'm suggesting it for someone else to build + +--- + +## Any additional context? + +