一键导入
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]