manage_skills
Manage CogOps skill lifecycle: list skills, benchmark fitness, and promote or prune based on fitness scores.
Instructions
Manage the CogOps skill lifecycle (Evolution layer).
Actions:
list: Show all skills with status, fitness, and run counts
benchmark: Run test cases and compute fitness score (0.0-1.0)
promote: Promote (fitness >= 0.7) or prune (fitness <= 0.3)
Args: action: list | benchmark | promote skill_id: Required for benchmark/promote actions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | list | |
| skill_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |