Skip to content

Add CodeFlow Card workflow#17

Merged
braedonsaunders merged 2 commits into
mainfrom
add-codeflow-card
Apr 28, 2026
Merged

Add CodeFlow Card workflow#17
braedonsaunders merged 2 commits into
mainfrom
add-codeflow-card

Conversation

@braedonsaunders
Copy link
Copy Markdown
Owner

Summary

Installs the CodeFlow Card GitHub Action. On every merge to main and every closed PR, the workflow renders an auto-updating SVG card to .github/codeflow-card.svg and commits it back. Embed it in the README via:

<img src=".github/codeflow-card.svg" alt="CodeFlow card" />

What's on the card

  • Health grade (A+→F) with delta vs last run
  • Files / functions / LOC / languages with sparklines
  • Top 3 highest blast-radius files
  • Circular deps, dead code %, average coupling

Activation

This PR points to braedonsaunders/codeflow/card@main. It only starts running successfully after braedonsaunders/codeflow#53 merges. Until then the workflow run will fail-fast with "action not found" — that's expected. Optionally update to @v1 once that tag is cut on codeflow.

Test plan

  • Wait for Add CodeFlow Card GitHub Action (v1) codeflow#53 to merge
  • Trigger this workflow via `workflow_dispatch` or merge this PR and let the next merge to main run it
  • Verify the SVG is committed to .github/codeflow-card.svg
  • Add the README image tag manually

🤖 Generated with Claude Code

Installs braedonsaunders/codeflow/card on every merge to main and every
closed PR. Renders an auto-updating SVG card to .github/codeflow-card.svg
which can be embedded in the README.

Will only function once braedonsaunders/codeflow#53 (which adds the card/
subdirectory action) is merged.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

Workflow uses style: compact with show-grade/show-score: false so a
public README shows codebase scale (files, fns, LOC, langs, tests)
without a letter grade or score.

Pre-renders the initial SVG so the README image is live the moment
this PR merges; subsequent merges to main / closed PRs will overwrite
.github/codeflow-card.svg automatically.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@braedonsaunders braedonsaunders merged commit 9c1f12d into main Apr 28, 2026
1 check passed
@braedonsaunders braedonsaunders deleted the add-codeflow-card branch April 28, 2026 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant