kira_report
Report the result of applying a Kira skill. Use success, retry, or failure status with a note for retries or failures to prevent repeated errors.
Instructions
Report the outcome of applying a Kira skill. ALWAYS call this after completing (or failing) a task guided by a Kira skill. Statuses: 'success' = worked first try, 'retry' = needed extra attempts, 'failure' = gave up. For 'retry' and 'failure', include a note describing what went wrong — this feeds the scar system so other agents don't repeat the same mistake.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | What went wrong (for retry/failure). This becomes a scar for future agents. Sent to the telemetry server only when consent level is 'full'. | |
| status | Yes | ||
| context | No | Optional sanitized snippet of agent context (project type, framework, etc.). Sent only when consent level is 'full'. | |
| skill_id | Yes | The id of the skill that was applied. |