Quality Gate

Runs the quality gate checklist before creating a PR or marking work as complete.

Invocation

/quality-gate

Checks Performed

  1. Builddotnet build --configuration Release (zero warnings, zero errors)
  2. Testdotnet test --configuration Release (all tests pass)
  3. Packdotnet pack --configuration Release (packages build)
  4. Code Hygiene — no TODO, FIXME, or HACK markers in src/ or tests/
  5. Documentation — all public types have XML doc comments

Output

## Quality Gate Results
- [ ] Build: zero warnings
- [ ] Tests: all pass
- [ ] Pack: successful
- [ ] No TODO/FIXME/HACK markers
- [ ] XML doc comments on public types

This site uses Just the Docs, a documentation theme for Jekyll.