Files
skills/skills
Claude Sonnet 5 0243b6ec4c retro: push mechanical coding-standards findings toward deterministic checks
retro currently treats every reviewer-agent gap the same way: write a new
CODING_STANDARDS.md line. That's fine for judgement calls, but for fixed
syntactic patterns it just asks the reviewer agent to re-derive the same
call on every future diff, forever, instead of paying once for a check.

Adds two things to the Automated checks / Coding standards categories:
- Automated checks now treats an un-linted repo (no pre-commit hook, no CI
  job running lint/typecheck/test) as a finding in its own right, not just
  a consequence of a specific mistake.
- Coding standards now classifies a violation as mechanical (deterministic
  check) vs. judgement call (CODING_STANDARDS.md) before writing a finding,
  and defaults to building the check.

Kept language-agnostic (no ESLint/ts-specific naming) since retro runs
across repos in different languages. No em-dashes, per this repo's prose
rule in CLAUDE.md.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-15 10:37:13 +00:00
..
2026-08-19 10:03:37 +00:00