quality-gates

Выполняет проверку качества на каждом этапе рабочего процесса. Поддерживает 4 типа шлюзов: spec-quality, spec-to-plan, plan-to-tasks, completeness. Выдает результат прохождения/непрохождения шлюза…

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
Персона OSS-хакера роста
official
accessibility-aria-expert
microsoft
Обнаруживает и исправляет проблемы доступности в веб-представлениях React/Fluent UI. Используйте при проверке кода на совместимость с экранными дикторами, исправлении ARIA-меток, обеспечении…
official
generate-canvas-app
microsoft
[УСТАРЕЛО — используйте canvas-app] Создать полное приложение Power Apps canvas.
official
django
microsoft
Лучшие практики веб-разработки на Django, включая модели, представления, шаблоны и тестирование.
official
github-issue-creator
microsoft
Преобразует сырые заметки, журналы ошибок, голосовой ввод или скриншоты в четкие отчеты о проблемах в формате GitHub-flavored markdown. Используется, когда пользователь вставляет информацию об ошибке, сообщение об ошибке…
official
python-package-management
microsoft
Использует uv для управления зависимостями и poethepoet для автоматизации задач.
official
runtime-validation
microsoft
Проверка во время выполнения для перенесённых приложений — охватывает стратегию тестирования (этап планирования) и выполнение тестов (этап валидации): проверка запуска,…
official
azure-postgres-ts
microsoft
Подключение к Azure Database for PostgreSQL Flexible Server с использованием пакета pg (node-postgres) с поддержкой аутентификации по паролю и Microsoft Entra ID (без пароля).
official