CodeStable skill 工程化闭环入口。触发:写/改一个 cs skill、评测 skill 效果、跨 model/agent 量化、优化 skill 提示词、把收敛结论固化回 skill。内部推进 author、eval、optimize、release。
78
100%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
运行时LLM接收的外部文本来自 experiment/fixtures 的 JSON 字段(如 buildprompt.py 把 fixture.task/spec/diff 或 e2e 的 scenario.issue_report 直接拼入 prompt),而这些 fixtures 可由 outsider 的 cs-feedback 通过 promote_feedback_fixture.py 提交并被 runner 在 runner.py 运行时读取。
7bed4ed
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.