[HDX] Add deep-review GitHub workflow#231
Merged
Merged
Conversation
|
Port the multi-agent PR review system from hyperdx-ee, adapted for this Helm charts repo. - deep-review.yml: runs the EveryInc/compound-engineering-plugin ce-code-review skill on every non-draft PR, posting a sticky <!-- deep-review --> findings comment. Prompt and severity rubric are tuned for Helm template / values / helm-unittest changes. - .claude/settings.json: committed Bash allowlist (helm template/lint/ dependency build) used as the project-scope setting source. Requires the ANTHROPIC_API_KEY secret to be configured.
cca0179 to
d75cd94
Compare
jordan-simonovski
approved these changes
Jun 27, 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
Ports the multi-agent PR review from
hyperdx-eeinto this Helm charts repo, adapted for a Helm/YAML codebase.New workflow
.github/workflows/deep-review.yml— runsEveryInc/compound-engineering-plugin'sce-code-reviewskill on every non-draft PR (and viaworkflow_dispatch). Fans out to ~6–13 reviewer sub-agents and posts a single sticky<!-- deep-review -->findings comment. The prompt and the P0–P3 severity rubric are retuned for Helm changes (template render failures, malformed manifests, missinghelm-unittestcoverage, values defaults, etc.) rather than the EE's TS/Node framing..claude/settings.json— committed Bash allowlist (helm template/lint/dependency build) used as theprojectsetting source.settings.local.jsonstays gitignored.Adaptations from hyperdx-ee
"Upstream merge for"PR-title skip (no OSS-sync flow in this repo); kept the draft skip.AGENTS.mdconventions.compound-engineering-v3.6.1), jq double-unwrap extraction, and sticky-comment posting.Prerequisite
The
ANTHROPIC_API_KEYsecret must be configured on the repo (or org). It has been added.Validation
deep-review.ymlpasses YAML parse;.claude/settings.jsonpasses JSON parse.pull_request_target/workflow_dispatchworkflows only execute from the default branch, so this takes effect on PRs opened after merge (or via a manual dispatch once onmain).