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-planCreate GitHub Issue from Implementation Plan
Create GitHub Issues for the implementation plan at ${file}.
Process
- Analyze plan file to identify phases
- Check existing issues using
search_issues - Create new issue per phase using
create_issueor update existing withupdate_issue - Use
feature_request.ymlorchore_request.ymltemplates (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)