ci: migrate Claude composite actions and add shared pr-lint workflow - #4
Merged
Merged
Conversation
Migrate the Tier-1 Claude CI composite actions (claude-interactive, claude-pr-review, claude-label-check, claude-issue-triage) from megaeth-labs/documentation into this org .github repo so they live in the conventional home for org-wide shared CI. Actions are copied verbatim; they load their prompt files via $GITHUB_ACTION_PATH so they relocate unchanged. Add .github/workflows/pr-lint.yml, a reusable (workflow_call) workflow that lints the PR title against Conventional Commits. Generalizes mega-reth's inlined pr-title check into a single org-wide source of truth; allowed types are an input defaulting to the org convention. Named pr-lint so further PR lint jobs can be added here and picked up by every consumer. Consumers (documentation actions are referenced by mega-reth, mega-evm, mega-e2e, mega-agents, specification, stateless-validator) will be repointed to this repo in follow-up PRs, pinned to this repo's merge SHA. The documentation copies are left in place until all consumers are migrated. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GCc8MLBBAp5jAxc2x19swa
This was referenced Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Establishes
megaeth-labs/.githubas the org-wide home for shared CI.megaeth-labs/documentation/.github/actions/into this repo, verbatim:claude-interactive,claude-pr-review(+premortem.md,rubric.md,rubric-detail.md),claude-label-check,claude-issue-triage$GITHUB_ACTION_PATH, so they relocate with no code changes..github/workflows/pr-lint.yml— a reusable (workflow_call) workflow that lints the PR title against Conventional Commits. This generalizes mega-reth's inlinedpr-titlecheck into one org-wide source of truth. Allowed types are an input defaulting to the org convention (feat, fix, chore, test, bench, perf, refactor, docs, ci, revert, deps). Namedpr-lintso more PR-level lint jobs can be added here later and be picked up by every consumer automatically.Rollout / follow-ups
documentationactions — mega-reth, mega-evm, mega-e2e, mega-agents, specification, stateless-validator — will be repointed to this repo in follow-up PRs, each pinned to this PR's merge SHA. mega-reth'spr-title.ymlwill also be refactored into a thin caller ofpr-lint.yml(keeping its repo-specificcompat:label job local).documentationcopies are left in place until all consumers are migrated; removal is a later cleanup.🤖 Generated with Claude Code