Uh oh!
There was an error while loading. Please reload this page.
ci: code-quality caller (advisory) - #420
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
LukasWodka
commented
Jul 29, 2026
👋 Heads-up — Code review queue is at 36 / 30 Above the WIP limit. The team convention is to review existing PRs before opening new work. Open PRs currently in Code review (oldest first):
Pull from review before opening new work. (This is a nudge from the kanban WIP check, not a block.) |
LukasWodka
commented
Jul 29, 2026
bugbot run |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit cf6cd3e. Configure here.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.

Adds the org's reusable code-quality workflow as an advisory caller: ruff (Python), shellcheck, gitleaks, and house-rules run on every PR with
soft-failat its default (true) — findings land as diff annotations and in the job summary, and nothing blocks. Flipping the jobs to required checks once the backlog is clear is tracked separately in tracebloc/backend#1303.Part of tracebloc/backend#1302
🤖 Generated with Claude Code
Note
Low Risk
CI-only addition with read permissions and soft-fail defaults; no application or runtime behavior changes.
Overview
Adds
.github/workflows/code-quality-caller.yml, a PR workflow that delegates to the org reusabletracebloc/.githubcode-quality.ymlwithpython: trueandshell: trueso ruff, shellcheck, gitleaks, and house-rules run on opened/reopened/sync/ready PRs.Uses concurrency (
cancel-in-progress) to drop stacked duplicate runs on fast pushes,contents: readpermissions, and leavessoft-failat the reusable workflow default (comment notes flipping tofalselater when checks can be required).Reviewed by Cursor Bugbot for commit cf6cd3e. Bugbot is set up for automated code reviews on this repo. Configure here.