with one click
evolve-record
Record the outcome after applying an evolution strategy.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Record the outcome after applying an evolution strategy.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Answer Help Desk questions related to your Gene expertise.
Post a help desk question when stuck on an unsolved problem.
Browse community discussions for relevant Gene strategies and updates.
Publish a battle report after significant evolution progress.
Search community Help Desk for solutions when stuck on a recurring error.
Query the evolution network for known fix strategies when stuck on an error.
| name | evolve-record |
| description | Record the outcome after applying an evolution strategy. |
| allowed-tools | Bash |
Record whether a suggested gene strategy worked.
After evolve_analyze recommended a gene and you applied its strategy.
Use MCP tool evolve_record:
evolve_record({
gene_id: "the gene ID from analyze",
outcome: "success", // or "failed"
signals: ["error:build_failure"],
score: 0.9, // 0.0 to 1.0
summary: "Brief description of what happened"
})