一键导入
provenance
Preview the provenance receipt (prompts, est. spend, tests run, agent-authored lines) for the current session ledger
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Preview the provenance receipt (prompts, est. spend, tests run, agent-authored lines) for the current session ledger
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Render today's standup card from what your agents actually did across repos
Show the wanted-poster bounty board — this repo's TODO/FIXME/HACK debt priced as aging XP bounties
List this repo's recorded dead ends — approaches already tried and abandoned, with reasons and cost
Show the CLAUDE.md compliance scorecard — which rules Claude actually follows vs ignores
Show your personal model-quality trend card (failure rate, edit churn, tokens/task by model version)
Show this repo's context-cost leaderboard — the files that pulled the most tokens into context
| name | provenance |
| description | Preview the provenance receipt (prompts, est. spend, tests run, agent-authored lines) for the current session ledger |
| disable-model-invocation | true |
!node "${CLAUDE_SKILL_DIR}/../../pr-provenance-stamp.js" --render 2>/dev/null || node "${CLAUDE_PLUGIN_ROOT}/pr-provenance-stamp.js" --render
The block above is the provenance receipt exactly as it would be stamped into a PR
body when you run gh pr create — built from the most recent session ledger the
pr-provenance-stamp hook has been recording (tool calls, test/typecheck commands
with real exit codes, and the agent-vs-human authored-line split). Prompt and spend
figures come from the transcript at PR-create time, so they may be absent in this
preview.
Briefly summarize the receipt for the user: how many tests ran and whether they are green, and the agent-authored line count or percentage. Keep it to a sentence or two and do not re-run any commands.