create-github-issue-feature-from-specification

द्वारा github

विनिर्देश फ़ाइलों से feature_request.yml टेम्पलेट का उपयोग करके GitHub मुद्दे बनाएं। आवश्यकताओं को निकालने के लिए विनिर्देश फ़ाइलों का विश्लेषण करता है और स्वचालित रूप से मुद्दे के शीर्षक और विवरण उत्पन्न करता है। नए मुद्दे बनाने से पहले डुप्लिकेट को रोकने के लिए मौजूदा मुद्दों की खोज करता है। GitHub API के माध्यम से नए मुद्दे बनाने और मौजूदा मुद्दों को अपडेट करने दोनों का समर्थन करता है। विनिर्देश सामग्री के आधार पर स्वचालित र

npx skills add https://github.com/github/awesome-copilot --skill create-github-issue-feature-from-specification

Create GitHub Issue from Specification

Create GitHub Issue for the specification at ${file}.

Process

  1. Analyze specification file to extract requirements
  2. Check existing issues using search_issues
  3. Create new issue using create_issue or update existing with update_issue
  4. Use feature_request.yml template (fallback to default)

Requirements

  • Single issue for the complete specification
  • Clear title identifying the specification
  • Include only changes required by the specification
  • Verify against existing issues before creation

Issue Content

  • Title: Feature name from specification
  • Description: Problem statement, proposed solution, and context
  • Labels: feature, enhancement (as appropriate)

github की और Skills

console-rendering
github
Go में struct टैग-आधारित कंसोल रेंडरिंग सिस्टम का उपयोग करने के निर्देश
official
github-pr-query
github
jq तर्क समर्थन के साथ GitHub पुल अनुरोधों को कुशलतापूर्वक क्वेरी करें
official
jqschema
github
JSON डेटा से संरचना और प्रकार की जानकारी निकालने वाली JSON स्कीमा खोज उपयोगिता
official
gh-agent-session
github
GitHub CLI एजेंट सत्र विस्तार
official
gh-agent-task
github
GitHub CLI एजेंट कार्य विस्तार
official
github-copilot-agent-tips-and-tricks
github
GitHub Copilot Agent PRs के साथ काम करने के लिए टिप्स और ट्रिक्स
official
rust-coding-skill
github
Use this skill whenever editing `*.rs` files in the `rust/` SDK in order to write idiomatic, efficient, well-structured Rust code
official
ai-ready
github
किसी भी रिपॉजिटरी को AI-तैयार बनाएं — आपके कोडबेस का विश्लेषण करता है और AGENTS.md, copilot-instructions.md, CI वर्कफ़्लो, इश्यू टेम्पलेट और अधिक जनरेट करता है। आपकी PR समीक्षा को माइन करता है…
official