quality-gates

โดย microsoft

ดำเนินการตรวจสอบความถูกต้องของ quality gate ในแต่ละขั้นตอนของเวิร์กโฟลว์ รองรับ gate 4 ประเภท: spec-quality, spec-to-plan, plan-to-tasks, completeness สร้างผลลัพธ์ gate pass/fail…

npx skills add https://github.com/microsoft/github-copilot-modernization --skill quality-gates

User Input

You MUST consider the user input before proceeding (if not empty).

Output

Reports and checkpoints are written under your task's Artifact path: (from task metadata).

checklists/requirements.md           ← spec-quality gate
checkpoints/spec-to-plan.yaml        ← spec-to-plan gate
traceability-matrix.yaml             ← completeness gate
migration-summary.md                 ← completeness gate

Input

type = spec-quality | spec-to-plan | plan-to-tasks | completeness

Workflow

Step 1: Load Context

Load from cwd:

  • constitution.md — non-negotiable; violations are always CRITICAL
  • spec.md, plan.md, tasks.md, checkpoints/ (as relevant for the gate type)

Step 2: Gate Routing

Load the checklist reference for the selected gate:

typeReferenceKey Output
spec-qualityreferences/gate-spec-quality.mdchecklists/requirements.md
spec-to-planreferences/gate-spec-to-plan.mdcheckpoints/spec-to-plan.yaml
plan-to-tasksreferences/gate-plan-to-tasks.mdcheckpoints/plan-to-tasks.yaml
completenessreferences/gate-completeness.mdtraceability-matrix.yaml + migration-summary.md

Step 3: Execute Gate

Follow the process defined in the referenced gate file.

Step 4: Verdict

  • PASS: all checklist items pass → ✓ [gate] PASSED.
  • FAIL: any CRITICAL → ✗ [gate] FAILED. N critical issues. + remediation steps

Rules

  • READ-ONLY: never modify source code; only write checklists, checkpoints, reports.
  • Max 50 findings per gate.
  • Deterministic: rerunning without changes = same results.
  • Never hallucinate: if artifact is missing, report it.

Severity

LevelMeaning
CRITICALCheckpoint failed, broken traceability, constitution violation, requirement not implemented, testing strategy deviation without documented blocker
HIGHPartial requirement, implementation drift, untested acceptance criteria
MEDIUMIncomplete non-functional coverage, terminology drift
LOWStyle/naming, documentation gaps

Resources

  • references/gate-spec-quality.md — spec quality checklist and process
  • references/gate-spec-to-plan.md — spec-to-plan checklist and process
  • references/gate-plan-to-tasks.md — plan-to-tasks checklist and process
  • references/gate-completeness.md — completeness checklist and process (includes plan coverage)
  • templates/report-template.md — migration summary structure

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

oss-growth
microsoft
บุคลิกภาพนักเติบโตโอเอสเอส
official
accessibility-aria-expert
microsoft
ตรวจจับและแก้ไขปัญหาการเข้าถึงใน React/Fluent UI webviews ใช้เมื่อตรวจสอบโค้ดเพื่อความเข้ากันได้กับโปรแกรมอ่านหน้าจอ แก้ไขป้ายกำกับ ARIA ทำให้มั่นใจว่า…
official
generate-canvas-app
microsoft
[เลิกใช้งานแล้ว — ใช้ canvas-app แทน] สร้างแอป Canvas ของ Power Apps ที่สมบูรณ์
official
django
microsoft
แนวทางปฏิบัติที่ดีที่สุดสำหรับการพัฒนาเว็บ Django รวมถึงโมเดล วิว เทมเพลต และการทดสอบ
official
github-issue-creator
microsoft
แปลงบันทึกดิบ บันทึกข้อผิดพลาด การเขียนตามคำบอก หรือภาพหน้าจอ ให้เป็นรายงานปัญหาที่ชัดเจนในรูปแบบ GitHub-flavored markdown ใช้เมื่อผู้ใช้วางข้อมูลบั๊ก ข้อผิดพลาด...
official
python-package-management
microsoft
ใช้ uv สำหรับการจัดการ dependencies และ poethepoet สำหรับการทำงานอัตโนมัติ
official
runtime-validation
microsoft
การตรวจสอบความถูกต้องขณะรันไทม์สำหรับแอปพลิเคชันที่ถูกย้าย — ครอบคลุมกลยุทธ์การทดสอบ (ระยะการวางแผน) และการดำเนินการทดสอบ (ระยะการตรวจสอบความถูกต้อง): การตรวจสอบการเริ่มต้นระบบ,…
official
azure-postgres-ts
microsoft
เชื่อมต่อกับ Azure Database for PostgreSQL Flexible Server โดยใช้แพ็กเกจ pg (node-postgres) ที่รองรับการยืนยันตัวตนด้วยรหัสผ่านและ Microsoft Entra ID (แบบไม่ใช้รหัสผ่าน)
official