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-requirements

Create GitHub Issues for Unmet Specification Requirements

Create GitHub Issues for unimplemented requirements in the specification at ${file}.

Process

  1. Analyze specification file to extract all requirements
  2. Check codebase implementation status for each requirement
  3. Search existing issues using search_issues to avoid duplicates
  4. Create new issue per unimplemented requirement using create_issue
  5. Use feature_request.yml template (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

Skills เพิ่มเติมจาก github

console-rendering
github
คำแนะนำสำหรับการใช้ระบบเรนเดอร์คอนโซลที่ใช้ struct tag ใน Go
official
github-pr-query
github
สอบถาม Pull Request บน GitHub อย่างมีประสิทธิภาพ พร้อมรองรับการกรองด้วยอาร์กิวเมนต์ jq
official
jqschema
github
ยูทิลิตี้ค้นพบสคีมา JSON ที่แยกข้อมูลโครงสร้างและประเภทจากข้อมูล JSON
official
gh-agent-session
github
ส่วนขยายเซสชันเอเจนต์ CLI ของ GitHub
official
gh-agent-task
github
ส่วนขยายงานตัวแทน GitHub CLI
official
github-copilot-agent-tips-and-tricks
github
เคล็ดลับและเทคนิคสำหรับการทำงานกับ Pull Requests ของ GitHub Copilot Agent
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
ทำให้ repo ใดๆ พร้อมสำหรับ AI — วิเคราะห์โค้ดเบสของคุณและสร้าง AGENTS.md, copilot-instructions.md, ขั้นตอนการทำงาน CI, เทมเพลต issue และอื่นๆ ขุดรีวิว PR ของคุณ…
official