بنقرة واحدة
evolve-record
Record the outcome after applying an evolution strategy.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Record the outcome after applying an evolution strategy.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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"
})