Hasty Briefsbeta

Bilingual

Show HN: Continue – Source-controlled AI checks, enforceable in CI

7 days ago
  • #AI code review
  • #GitHub integration
  • #automated checks
  • Continue runs AI checks on every pull request.
  • Checks are markdown files in the repo that show up as GitHub status checks (green if good, red with suggested fixes if not).
  • Quickstart involves pasting a link into Claude Code to create first checks, connect GitHub, and see them run on a PR.
  • Checks are defined in `.continue/checks/` with a name, description, and prompt for the AI.
  • Example check: 'Security Review' flags hardcoded secrets, missing input validation, unsafe SQL queries, and sensitive data logging.
  • Checks run against PR diffs, with results reported as GitHub status checks. Failed checks suggest fixes that can be accepted or rejected in GitHub.