Skip to content

feat(dev-team): add dev-verify-code skill (adapted from optimus)#333

Open
gandalf-at-lerian wants to merge 1 commit intomainfrom
feat/dev-verify-code
Open

feat(dev-team): add dev-verify-code skill (adapted from optimus)#333
gandalf-at-lerian wants to merge 1 commit intomainfrom
feat/dev-verify-code

Conversation

@gandalf-at-lerian
Copy link
Copy Markdown
Contributor

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

  • Phase 1: parallel static analysis (6 commands simultaneously)
  • Phase 2: sequential integration + E2E tests
  • Phase 3: executive summary with clear verdict
  • Stack-aware with Makefile target discovery
  • Report-only (does NOT fix anything)
  • Ring-native frontmatter and conventions

Origin

Adapted from alexgarzao/optimus (optimus-verify-code), converted to Ring format.

cc @alexgarzao

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 9, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 2e95345e-d592-487f-a3c5-580abe5fc22a

📥 Commits

Reviewing files that changed from the base of the PR and between 9011f82 and d562848.

📒 Files selected for processing (1)
  • dev-team/skills/dev-verify-code/SKILL.md

Walkthrough

A 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

Cohort / File(s) Summary
Go Code Verification Skill
dev-team/skills/dev-verify-code/SKILL.md
New skill definition for atomic Go code verification with three-phase execution flow, detection conditions, verdict rules, error display handling, and explicit behavioral constraints. Includes static analysis, formatting, documentation, unit, integration, and E2E test phases with configurable Makefile-target discovery.

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

2 participants