Skip to content

feat: add green-gate skill#118

Merged
omartinma merged 6 commits into
mainfrom
feat/vgv-green-gate
Jul 1, 2026
Merged

feat: add green-gate skill#118
omartinma merged 6 commits into
mainfrom
feat/vgv-green-gate

Conversation

@omartinma

@omartinma omartinma commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Description

Adds the green-gate skill (skills/green-gate/SKILL.md): an orchestration skill that drives a Dart or Flutter package to a fully green state through an autonomous verify-fix-rerun loop across four gates: analyze, format, test, and coverage. The loop re-verifies every gate each round and exits only when a single final iteration proves all four pass. It enforces VGV conventions: MCP tools over the Bash CLI for every gate, a coverage decision tree (default 100%).

Closes #111.

Type of Change

  • New feature (feat)
  • Bug fix (fix)
  • Code refactor (refactor)
  • Documentation (docs)
  • CI change (ci)
  • Chore (chore)

@omartinma omartinma requested a review from ryzizub June 30, 2026 11:56
@omartinma omartinma marked this pull request as ready for review June 30, 2026 11:56
@omartinma omartinma requested a review from a team as a code owner June 30, 2026 11:56

@ryzizub ryzizub left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a small nit but other than that LGTM

Comment thread skills/green-gate/SKILL.md Outdated
@omartinma omartinma requested a review from ryzizub July 1, 2026 14:42

@ryzizub ryzizub left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@omartinma omartinma merged commit 71f28e7 into main Jul 1, 2026
5 checks passed
@omartinma omartinma deleted the feat/vgv-green-gate branch July 1, 2026 16:23
@vgvbot vgvbot mentioned this pull request Jul 1, 2026
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.

feat: vgv-green-gate skill (loop until analyze-clean + tests-green + coverage)

2 participants