Fix open issues #12-#15#17
Merged
Merged
Conversation
added 4 commits
July 5, 2026 05:25
Adds a repo-qa job that runs validate-opencode.sh, shellcheck on tracked scripts, and zizmor on action.yml, and makes it a dependency of dependabot-auto-merge. Suppresses the known low-confidence github-env finding on the fixed GITHUB_PATH append. Fixes #13
dceoy
commented
Jul 5, 2026
dceoy
left a comment
Owner
Author
There was a problem hiding this comment.
Reviewed the workflow, documentation, and action metadata changes.
Summary:
/ocand/opencodestart-of-comment handling now covers the documented interaction path forissue_comment/pull_request_review_commentevents.- The new
repo-qajob appropriately gates repository-specific validation, shellcheck, andzizmor action.yml, anddependabot-auto-mergenow depends on it. AGENTS.mdnow accurately documents the mutating QA script behavior.- README examples now point consumers at the maintained
@v0release line rather than mutablemain. - CI/CD for the PR head is green, including the new
repo-qajob.
No blocking findings. I would approve this PR, but GitHub does not allow approving your own pull request from this account.
Owner
Author
|
/oc Hi! |
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.
Summary
opencode-boton comments that start with/ocor/opencode, not just mid-sentence mentions (opencode-bot job never triggers on comments that start with /oc or /opencode #12)repo-qaCI job runningvalidate-opencode.sh, shellcheck on tracked scripts, and zizmor onaction.yml, and gatedependabot-auto-mergeon it (CI never runs the repo's own QA validation (validate-opencode.sh, shellcheck on scripts, zizmor on action.yml) #13)AGENTS.mddescription of whatqa.shactually runs (AGENTS.md/CLAUDE.md describe qa.sh checks that don't exist; duplicated guideline files risk drift #14)@v0instead of the mutable@mainbranch, with a note on pinning to an exact tag/SHA (README examples reference dceoy/opencode-action@main instead of the released v0 tag #15)pull_request_reviewtrigger from theopencodeworkflow (no longer needed foropencode-botmentions)opencode-reviewjob's model toopencode-go/minimax-m3Note: the
CLAUDE.md/AGENTS.mdduplication mentioned in #14 is already handled —CLAUDE.mdhas been a symlink toAGENTS.mdsince the initial commit, so only the inaccurateqa.shdescription needed fixing.Test plan
.agents/skills/local-qa/scripts/qa.shpasses locallyzizmor action.ymlreports no findings (github-env finding suppressed with justification)actionlintandyamllintpass on both workflow filesrepo-qajob) is greenFixes #12, #13, #14, #15
🤖 Generated with Claude Code