Skip to content

Reusable Workflow Reference: Quality Workflows

In a nutshell

This page is an index. It points to the shared workflows for code quality and housekeeping: coverage reporting, dependency security scanning, lint, type-checking, docs presence, and Matrix chat notifications, plus the shared PR-comment pattern and Python scripts. For version-bump and release workflows, see Release Workflows. For the PR-gate checks (build tests, plugin detection, skill checks), see PR Workflows. Start with the gh-automations overview for the big picture, or the full Workflow Reference index.

All reusable workflows are in .github/workflows/ and are called via:

uses: OpenVoiceOS/gh-automations/.github/workflows/<name>.yml@dev

Ref: Always use @dev.

The individual workflows are listed once, in the Workflow Reference index. The quality and housekeeping ones are specified in detail on three topic pages:


Read next: gh-automations Coverage and Security Workflows Related: gh-automations Overview · PR Comment Pattern and Scripts · Workflow Reference · PR Check Workflows · Release Workflows