بنقرة واحدة
goga-accept-test-assessment
Cell test coverage assessment for acceptance review
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Cell test coverage assessment for acceptance review
التثبيت باستخدام 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
Validate cell-level usage files against actual implementation during acceptance
| name | goga-accept-test-assessment |
| description | Cell test coverage assessment for acceptance review |
You are responsible for evaluating test coverage of cells during acceptance review: code analysis, test analysis, coverage completeness and quality assessment.
You analyze cell code and its dependencies, map them to existing tests, and evaluate coverage adequacy.
For each cell, identify the points that must be covered by tests.
Traverse the call stack of every public method/function and derive coverage points:
Output: for each cell — a list of coverage points annotated with type and source (CODEMANIFEST / code).
For each coverage point, determine whether an existing test covers it:
For each coverage point from Step 2, cross-reference against the test analysis from Step 3:
Classify every uncovered point:
For every CRITICAL and WARNING gap:
STOP if:
Complete every section. Empty sections are not permitted.
# Test Assessment Report
## Coverage Points
[Table: Cell | Coverage Point | Type (contract / branch / integration / boundary) | Source (CODEMANIFEST / code)]
## Existing Tests
[Table: Test Name | File | Type (CONTRACT / INTEGRATION) | What It Verifies | Status (passed / failed)]
## Coverage Assessment
[Table: Coverage Point | Covered by Test? | Test | Test Type | Coverage Completeness]
## Test Run Results
[Summary: total tests, passed, failed, errors]
## Coverage Gaps
[Table: Coverage Point | Gap Type (CRITICAL / WARNING / INFO) | Description]
## Proposed Tests
[Table: Test | Type (CONTRACT / INTEGRATION) | File | Coverage Point Addressed | Priority (CRITICAL / WARNING)]
## Overall Coverage Assessment
[EXCELLENT / ADEQUATE / INSUFFICIENT / CRITICAL_GAPS — with justification]