create-github-issues-feature-from-implementation-plan

द्वारा github

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

npx skills add https://github.com/github/awesome-copilot --skill create-github-issues-feature-from-implementation-plan

Create GitHub Issue from Implementation Plan

Create GitHub Issues for the implementation plan at ${file}.

Process

  1. Analyze plan file to identify phases
  2. Check existing issues using search_issues
  3. Create new issue per phase using create_issue or update existing with update_issue
  4. Use feature_request.yml or chore_request.yml templates (fallback to default)

Requirements

  • One issue per implementation phase
  • Clear, structured titles and descriptions
  • Include only changes required by the plan
  • Verify against existing issues before creation

Issue Content

  • Title: Phase name from implementation plan
  • Description: Phase details, requirements, and context
  • Labels: Appropriate for issue type (feature/chore)

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