원클릭으로
goga-accept-usage-review
Validate cell-level usage files against actual implementation during acceptance
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Validate cell-level usage files against actual implementation during acceptance
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Python rules for implementing CODEMANIFEST contracts
Verify each Cell's CODEMANIFEST against the implementation
Generate the final acceptance report with verdict
Defines the acceptance scope — the set of cells for a given functionality
Final acceptance orchestrator for contract-oriented workflows
Cell test coverage assessment for acceptance review
| name | goga-accept-usage-review |
| description | Validate cell-level usage files against actual implementation during acceptance |
You are responsible for validating cell-level usage files against actual implementation during acceptance: verifying example accuracy and API description completeness.
You compare usages against actual implementation, update cell-level usages when necessary, and record discrepancies in project usages without modifying them.
<cell_path>/.usages/*.md
d. Load all project usages referenced by the cell via the Usages directive (files from .goga/usages/)Question: How accurately do cell-level usages describe the cell facade API for the consumer?
Cell-level usages (.usages/*.md) are consumer-facing documentation for the cell facade API. They describe ready-to-use facade usage patterns.
For each file in <cell_path>/.usages/*.md:
For each discrepancy — update the cell-level usage file.
Question: Are the project usages referenced by the cell accurate?
Project usages (.goga/usages/) are shared practice documents: libraries, tools, conventions. The agent does not refactor project usages — only records issues.
For each project usage referenced by the cell:
For each discrepancy — record a remark without modifying the file.
goga lintSTOP if:
Fill in every section. Empty sections are not allowed.
# Usage Review Report
## Cell-level usages
[Table: Cell | Usage file | Examples valid? | Descriptions accurate? | Names aligned? | Updated?]
## Project usages — remarks
[Table: Usage file | Referenced by cells | Remark | Type (broken example / undocumented API / inaccurate description)]
## Integrity
[Table: Cell | All Usages have files? | All imported usages exist? | All usages referenced in annotations?]
## Applied updates
[Table: Usage file | Change | Reason]
## Uncovered patterns
[Facade usage patterns not documented in usages. Empty if none]
## Overall consistency
[CONSISTENT / INCONSISTENT — with justification]