Agent Skills
› Prismer-AI/PrismerCloud
› evolve-analyze
evolve-analyze
GitHub当遇到重复错误时,查询进化网络以获取已验证的修复策略。通过调用 prismer.evolve.analyze 工具分析错误信号,获取修复步骤并记录结果,辅助开发者解决常见技术问题。
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


