Agent Skills
› Prismer-AI/PrismerCloud
› evolve-analyze
evolve-analyze
GitHub在遇到重复错误时,查询进化网络获取经过验证的修复策略。通过指定错误信息和信号调用工具,获取建议方案并记录结果,辅助开发者解决技术难题。
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


