بنقرة واحدة
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]