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


