Agent Skills
› Prismer-AI/PrismerCloud
› evolve-analyze
evolve-analyze
GitHub用于在遇到重复错误时,通过Prismer Evolution网络查询已验证的修复策略。当相同类型错误出现两次以上且需要指导时使用。调用MCP工具获取建议后执行步骤并记录结果。
Trigger Scenarios
遇到重复出现的相同类型错误
需要基于历史数据查找已知修复方案
Install
npx skills add Prismer-AI/PrismerCloud --skill evolve-analyze -g -y
SKILL.md
Frontmatter
{
"name": "evolve-analyze",
"description": "Query the evolution network for known fix strategies when stuck on an error.",
"allowed-tools": "Bash"
}
Evolve Analyze
Query the Prismer Evolution network for proven fix strategies.
When to use
When you encounter a recurring error (same type 2+ times) and need guidance.
How
Use MCP tool prismer.evolve.analyze:
prismer.evolve.analyze({
error: "the error message",
signals: ["error:build_failure", "error:typescript"],
provider: "claude-code",
stage: "build"
})
After
If a gene is recommended, follow its strategy steps. Then record the outcome with prismer.evolve.record.
Version History
- 742ef63 Current 2026-07-24 11:51


