用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/peel/fiddle --skill runtime-evidence命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | runtime-evidence |
| description | Use when an evaluator needs to interact with a running application before scoring dimensions |
Runtime evidence means interacting with the running application, not just reading source code. Observations of actual behavior in a live environment — screenshots, HTTP responses, console output, interaction results — are runtime evidence. Static code analysis is not.
When a runtime is configured for this evaluation, exercise the running app and record what you observed before scoring any dimension. Source code shows what the implementation intends; only the live app shows what it does, so a runtime dimension scored from code alone is scored on nothing.
Use whatever tools are available to observe the live application:
Evidence must come from the running app. "The code looks correct" is not evidence. "I hit GET /users and received a 200 with a JSON array of 3 users" is evidence.
For each piece of evidence, record:
Structure evidence per dimension. Each dimension's evidence field should reference specific runtime observations, not code impressions.
These are guidance for common stacks, not hard requirements. Use whatever tools are available in your environment.
Use the marionette MCP tool to interact with the running app:
Use curl or the go-dev-mcp tool against the running server:
Use browser tools or curl against the running app:
Not all failures mean the implementation is bad. Distinguish between two categories:
The application itself is broken. This is evaluation-relevant:
Score these honestly using the domain template's scale definitions.
The test infrastructure broke, not the app (runtime didn't start, port unreachable, MCP tool unavailable, environment misconfigured).
Do not penalize the implementation for harness failures. Report the failure to the orchestrator and request re-evaluation with a working runtime.