daily-qa
Installation
SKILL.md
/daily-qa
A daily, evidence-grounded sweep across the repo: recent commits, CI signals, dependency drift, performance regressions, and test coverage gaps. Output is a short report with observed vs suspected clearly separated, plus the smallest viable fixes.
Hard rules (apply to every section)
- Ground every claim in concrete repo evidence: commit SHAs, PR numbers, file paths, diff hunks, failing test names, CI job IDs, log snippets, lockfile entries, benchmark numbers, or trace IDs.
- If evidence is weak or missing, say so and skip — do not invent findings, do not speculate root causes, do not guess version numbers.
- Separate "observed" from "suspected" in every section.
- Prefer the smallest safe fix. No refactors, no unrelated cleanup, no opportunistic renames.
- Scope stays tight to the changed/affected areas. If a finding requires broader work, flag it as a follow-up — do not expand scope inline.