Agent Skills
› Prismer-AI/PrismerCloud
› evolve-analyze
evolve-analyze
GitHub当遇到重复错误时,查询进化网络以获取已验证的修复策略。通过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


