Content
86%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a tight, well-structured ruleset with concrete paths, naming conventions, and explicit do/don't lists that assume Claude's competence. It could be slightly more actionable with a copy-paste test skeleton and slightly clearer on the verify step, but navigation and token efficiency are excellent.
Suggestions
Add a minimal copy-paste ATestHandler coroutine test skeleton showing the awaited-event + EntityRef re-fetch + ErrorCode.ERR_Success pattern, so guidance is fully executable.
Add an explicit 'verify by running with et-test-run' checkpoint at the end of 编写规则 to close the write→run feedback loop.
Note one concrete example of a correctly placed test class name (e.g. gameplay_MyCase_Test) beside rule 7 to make the {PackageType}_{TestName}_Test convention unambiguous.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean numbered/bulleted lists with no padding and no explanation of concepts Claude already knows — every line ('类名遵守 {PackageType}_{TestName}_Test', '成功返回 ErrorCode.ERR_Success') earns its place and assumes competence. | 5 / 5 |
Actionability | Concrete specifics throughout — exact paths ('Packages/cn.etetet.{被测包}/Scripts/Hotfix/Test/'), a class-naming format, and exact log/error-code methods — but no copy-paste C# test template is provided, leaving a minor gap for an instruction-only skill. | 4 / 5 |
Workflow Clarity | Placement/naming (1–8) and writing rules (1–7) are clearly sequenced with '何时使用'/'不要加载' decision guidance; no explicit validate→fix→retry loop, but test execution is intentionally delegated to et-test-run so validation is external rather than missing. | 4 / 5 |
Progressive Disclosure | Under 50 lines, single-purpose, and organized into clearly headed sections (何时使用, 不要加载, 落点与命名, 编写规则, 常见错误) with no bundle files present and none needed — well-organized sections suffice for a simple skill. | 5 / 5 |
Total | 18 / 20 Passed |