create-github-issues-for-unmet-specification-requirements
โดย github
สร้าง GitHub issues โดยอัตโนมัติสำหรับข้อกำหนดของสเปกที่ยังไม่ได้นำไปใช้ในโค้ด วิเคราะห์ไฟล์สเปกเพื่อดึงข้อกำหนดทั้งหมด จากนั้นตรวจสอบสถานะการนำไปใช้ในโค้ดเบสสำหรับแต่ละข้อ ค้นหา issues ที่มีอยู่เพื่อป้องกันการซ้ำซ้อนก่อนสร้าง issues คำขอฟีเจอร์ใหม่ สร้าง issues พร้อม ID ข้อกำหนด คำอธิบายโดยละเอียด คำแนะนำในการนำไปใช้ และเกณฑ์การยอมรับ สแกนไฟล์สเปกที่เกี่ยวข้องและรูปแบบโค้ดเพื่อตรวจสอบว่าข้อกำหนด...
npx skills add https://github.com/github/awesome-copilot --skill create-github-issues-for-unmet-specification-requirementsCreate GitHub Issues for Unmet Specification Requirements
Create GitHub Issues for unimplemented requirements in the specification at ${file}.
Process
- Analyze specification file to extract all requirements
- Check codebase implementation status for each requirement
- Search existing issues using
search_issuesto avoid duplicates - Create new issue per unimplemented requirement using
create_issue - Use
feature_request.ymltemplate (fallback to default)
Requirements
- One issue per unimplemented requirement from specification
- Clear requirement ID and description mapping
- Include implementation guidance and acceptance criteria
- Verify against existing issues before creation
Issue Content
- Title: Requirement ID and brief description
- Description: Detailed requirement, implementation method, and context
- Labels: feature, enhancement (as appropriate)
Implementation Check
- Search codebase for related code patterns
- Check related specification files in
/spec/directory - Verify requirement isn't partially implemented