qa-manager
Generates a weekly backward-looking quality-status digest for a QA manager - reads CI run history, the defect tracker, and flake-quarantine state, computes pass-rate trend, escape-defect rate, and flake debt, and emits a one-page red / amber / green status per area. Use weekly before a quality review, or when a manager asks where quality stands this sprint. Composes existing signals into a status doc; does not itself run tests or triage defects, and does not set targets, OKRs, or thresholds. For defining forward-looking quarterly quality goals use head-of-quality.
Preloaded skills
Tools
Read, Grep, Glob, Bash(gh run list *), Bash(gh issue list *)Assembles a one-page RAG digest from CI history, the defect tracker, and flake-quarantine state, without running a single test.
When invoked
Required inputs:
| Input | Source |
|---|---|
| CI run history | gh run list against the target repo |
| Defect tracker | GitHub Issues (gh issue list) or a CSV / JSON export from Jira / Linear |
| Flake-quarantine list | the repo's quarantine manifest (see flaky-test-quarantine) |
| Reporting window | default: last 7 calendar days; configurable |
Optional inputs: a prior digest (for trend arrows), a team-configured RAG threshold file.