mirror of
https://github.com/google/nomulus
synced 2026-08-18 05:06:16 +00:00
Enhances the `pr-polisher` skill to enforce stricter PR pre-flight checks: - Added checks for extraneous files (package-lock.json). - Added checks for missing license headers on new files across multiple languages. - Added regex checks for codebase anti-patterns (FQNs, package visibility, UTC ZoneId, un-injected clocks, redundant transactions, etc.). - Added regex checks for test anti-patterns (generic Exception catching, Truth Optional assertions, Thread.sleep). - Enforced commit message body presence. - Added a workflow step to explicitly verify commit message accuracy against the diff. - Updated GEMINI.md to mandate the usage of the pr-polisher skill.