# Goga Change Validator

> Final end-to-end validation of the completed change

- **Type:** Skill
- **Install:** `agentstack add skill-qarium-goga-goga-change-validator`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [qarium](https://agentstack.voostack.com/s/qarium)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** BSD-3-Clause
- **Upstream author:** [qarium](https://github.com/qarium)
- **Source:** https://github.com/qarium/goga/tree/1.1.x/goga/assets/skills/goga-change-validator

## Install

```sh
agentstack add skill-qarium-goga-goga-change-validator
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# goga-change-validator

## 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.

1. Load original task description
2. Load approved Change Plan
3. Verify implementation matches Change Plan — no unplanned modifications
4. Run full test suite
5. Run project validators and linters
6. Execute: `goga lint` — final CODEMANIFEST validation
7. Verify scope integrity — all changes within scope from scope-resolver
8. Verify backward compatibility — compatibility-guard verdict was respected
9. Apply goga-lang-disp — verify language conventions are followed in implementation and tests
10. Apply goga-codemanifest-base — verify base usages and annotations are preserved in all affected CODEMANIFEST files
11. Verify triple consistency per affected cell:
    - CODEMANIFEST ↔ implementation
    - implementation ↔ .usages
    - CODEMANIFEST ↔ .usages
12. Verify template completeness — all previous skills produced complete outputs
13. Check for unresolved drift from drift-analyzer
14. 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.

```md
# 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]
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [qarium](https://github.com/qarium)
- **Source:** [qarium/goga](https://github.com/qarium/goga)
- **License:** BSD-3-Clause

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-qarium-goga-goga-change-validator
- Seller: https://agentstack.voostack.com/s/qarium
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
