feat(dev-team): add dev-verify-code skill (adapted from optimus)#333
Open
gandalf-at-lerian wants to merge 1 commit intomainfrom
Open
feat(dev-team): add dev-verify-code skill (adapted from optimus)#333gandalf-at-lerian wants to merge 1 commit intomainfrom
gandalf-at-lerian wants to merge 1 commit intomainfrom
Conversation
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughA new skill definition file is introduced that specifies a three-phase Go code verification workflow. Phase 1 runs static analysis, formatting, documentation, and unit-test checks in parallel with configurable Makefile targets and fallback defaults. Phase 2 executes integration and E2E tests sequentially. Phase 3 generates an executive summary table with verdict rules determining MERGE_READY or NEEDS_FIX status. Changes
Comment |
Leonardox7
approved these changes
Apr 9, 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.
Summary
Adds ring:dev-verify-code to the dev-team plugin.
Atomic code verification that works OUTSIDE the full 10-gate dev-cycle. Runs all checks (lint, vet, imports, format, docs, unit/integration/E2E tests) and returns a clear MERGE_READY or NEEDS_FIX verdict.
Key features
Origin
Adapted from alexgarzao/optimus (optimus-verify-code), converted to Ring format.
cc @alexgarzao