$npx -y skills add sickn33/agentic-awesome-skills --skill accint-commitmentsTriage acc's open promises and close them with honest real-world verdicts via acc_act(runtime="outcome").
| 1 | # commitments |
| 2 | ## When to Use |
| 3 | |
| 4 | Use this skill when you need triage acc's open promises and close them with honest real-world verdicts via acc_act(runtime="outcome"). |
| 5 | |
| 6 | |
| 7 | Routing sugar over the two MCP verbs — no logic lives here. |
| 8 | |
| 9 | 1. List open promises: `acc commitments` (CLI, read-only observation). |
| 10 | 2. For each closeable one: `acc_act(runtime="outcome", input={"ref": "<id>", "good": true|false, "note": "..."})`. |
| 11 | 3. Provenance discipline: the default `self_graded` is a WEAK prior (credits at 0.25×). |
| 12 | Pass `owner` only when the owner validated, `external`/`runtime` only when reality did |
| 13 | (a real reply, a passing test, a world result). Never tag your own grade as reality. |
| 14 | 4. Leave genuinely-waiting commitments open — `waiting` is a first-class clean state. |
| 15 | |
| 16 | ## Limitations |
| 17 | |
| 18 | - Use this skill only when the task clearly matches its upstream source and local project context. |
| 19 | - Verify commands, generated code, dependencies, credentials, and external service behavior before applying changes. |
| 20 | - Do not treat examples as a substitute for environment-specific tests, security review, or user approval for destructive or costly actions. |