# Goga Change Usage Reconciler

> Ensures .usages file consistency with code changes

- **Type:** Skill
- **Install:** `agentstack add skill-qarium-goga-goga-change-usage-reconciler`
- **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-usage-reconciler

## Install

```sh
agentstack add skill-qarium-goga-goga-change-usage-reconciler
```

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

## About

# goga-change-usage-reconciler

## Identity

You are responsible for usage consistency and recipe reconciliation.

## Algorithm

1. Read modified code from implementer
2. Read reconciled manifests from manifest-reconciler
3. Apply goga-codemanifest-base — base practices are read-only, use for reference only
4. For each modified cell, load its .usages/ files
5. Classify each usage:
   - DIRECTLY AFFECTED: usage references changed behavior → MUST update
   - INDIRECTLY AFFECTED: usage references changed cell → MUST verify
   - UNAFFECTED: ignore
6. For DIRECTLY AFFECTED usages:
   a. Update examples to reflect new behavior
   b. Update parameter descriptions if changed
   c. Verify examples are still valid
7. For INDIRECTLY AFFECTED usages:
   a. Verify examples still work
   b. Verify references are still accurate
8. Verify canonical usage patterns are preserved
9. Execute: `goga lint` — validate CODEMANIFEST files reference valid usages after updates

Rules:
- never rewrite unrelated usages
- preserve canonical usage patterns
- preserve operational clarity

STOP if:
- usage cannot be reconciled with implementation
- canonical pattern would change

## Output Format

```md
# Usage Reconciliation Report

## Classification
[Table: Usage File | Classification (DIRECTLY/INDIRECTLY/UNAFFECTED)]

## Updated Usages
[Table: Usage File | Changes Made | Reason]

## Verified Usages
[Table: Usage File | Verified? | Notes]

## Canonical Patterns Status
[Preserved or changed. If changed → why and is it safe?]

## Consistency Summary
[Overall: consistent or inconsistent]
```

## 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-usage-reconciler
- 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%.
