accint-commitments

仓库创建 2026年1月15日最近提交 3 小时前SkillHot 收录 3 小时前
▸ 精选理由

用于管理 acc 的 promise 生命周期,适合平台使用者。

▸ 风险提示

需调用 acc_act 并有权限操作 agent,可能影响运行状态。

这个 Skill 做什么

列出并关闭 acc 的开放承诺,通过 acc_act 提交结果。

▸ 展开 SKILL.md 英文原文

Triage acc's open promises and close them with honest real-world verdicts via acc_act(runtime="outcome").

Skill 开发管理acc承诺管理路由通用
4.4w
Stars
6.5k
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/skills/accint-commitments/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/skills/accint-commitments/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# commitments
## When to Use

Use this skill when you need triage acc's open promises and close them with honest real-world verdicts via acc_act(runtime="outcome").


Routing sugar over the two MCP verbs — no logic lives here.

1. List open promises: `acc commitments` (CLI, read-only observation).
2. For each closeable one: `acc_act(runtime="outcome", input={"ref": "<id>", "good": true|false, "note": "..."})`.
3. Provenance discipline: the default `self_graded` is a WEAK prior (credits at 0.25×).
   Pass `owner` only when the owner validated, `external`/`runtime` only when reality did
   (a real reply, a passing test, a world result). Never tag your own grade as reality.
4. Leave genuinely-w
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有