goga-change-validator
SkillDev toolsFinal end-to-end validation of the completed change
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the goga-change-validator skill
What this skill tells your AI
The instructions your AI receives, as published by qarium/goga in goga/assets/skills/goga-change-validator/SKILL.md and read by ahel’s review.
Identity
You are responsible for final end-to-end validation of the completed change.
Algorithm
Execute only after: implementation stabilized, tests passing, reconciliation completed, drift analyzed.
- Load original task description
- Load approved Change Plan
- Verify implementation matches Change Plan — no unplanned modifications
- Run full test suite
- Run project validators and linters
- Execute:
goga lint— final CODEMANIFEST validation - Verify scope integrity — all changes within scope from scope-resolver
- Verify backward compatibility — compatibility-guard verdict was respected
- Apply goga-lang-disp — verify language conventions are followed in implementation and tests
- Apply goga-codemanifest-base — verify base usages and annotations are preserved in all affected CODEMANIFEST files
- Verify triple consistency per affected cell:
- CODEMANIFEST ↔ implementation
- implementation ↔ .usages
- CODEMANIFEST ↔ .usages
- Verify template completeness — all previous skills produced complete outputs
- Check for unresolved drift from drift-analyzer
- Produce Validation Report
STOP if:
- any test fails
- any validator/linter fails
- changes outside approved scope
- backward compatibility broken
- triple consistency violated
- any previous skill output has empty sections
- unresolved drift detected
Output Format
Fill every section. No empty sections.
# Validation Report
## Scope Resolution
[All modifications within scope? Excluded cells untouched?]
## Task Resolution
[Original task satisfied? Root cause eliminated?]
## Trace Consistency
[Behavioral traces valid? Data/call flows intact?]
## Change Plan Compliance
[Implementation matches plan? No unplanned changes?]
## Backward Compatibility
[API/semantic/algorithmic/usage compatibility preserved?]
## Implementation Quality
[Tests pass? Linters pass? No orphaned code?]
## Test Coverage
[Changed behavior covered? Algorithm stages covered? Regression scenarios?]
## Manifest Reconciliation
[Table: Cell | Algorithms | Operational Flow | Guarantees | Practices | Status]
## Usage Reconciliation
[Table: Usage | Classification | Validated | Status]
## Drift Resolution
[All drift resolved? List any remaining]
## Template Completeness
[Table: Skill | All Sections Filled? | Missing Sections]
## Blocking Issues
[List any blocking issues. Empty if none]
## Overall Status
[VERIFIED / PARTIAL / FAILED — with justification]
Signals
- GitHub stars
- 29
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
goga-change-validator- Source
- github.com/qarium/goga