Report Skill Outcome
Record how a skill actually performed in use (G1 Tier 2 feedback).
Version-anchored and content-bearing: the structured deviation/missing/failure text is recompile + eval evidence, not a vanity rating. Updates use_count and a current-version success_rate. A real failure also grows the skill's eval (G4), in the background. See SKILL_CRYSTALLIZATION.md §3.8.
Path Parameters
skill_id*Skill Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/skills/string/outcome" \ -H "Content-Type: application/json" \ -d '{ "skill_version": 1, "outcome": "string" }'{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}