ledger
仓库创建 2026年7月10日最近提交 1 天前SkillHot 收录 11 小时前
▸ 精选理由
面向运行 Gauntlet 的开发/审计场景,能快速查看活动和 PR 状态。
这个 Skill 做什么
通过现有只读表命令展示 Gauntlet 活动(campaign)账本与运行状态。
通过现有只读表命令把 Gauntlet 的 campaign 账本和运行状态展示出来,能查看指定或当前 run 的 PR 状态、隐藏与已合并条目。用在需要查询 campaign 状态或把 ledger 输出给他人时。实现上会解析仓库根路径并定位 ../campaign/scripts/ledger.py 来读取并呈现状态数据。
▸ 展开 SKILL.md 英文原文
Show a Gauntlet campaign ledger through its existing read-only table command. Use when the user asks for campaign status, a campaign ledger, PR state for a named or current campaign run, or hidden and merged campaign entries.
17
Stars
0
Forks
5
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/lestrrat-ai/claude-code-plugins/main/plugins/gauntlet/skills/ledger/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/lestrrat-ai/claude-code-plugins/main/plugins/gauntlet/skills/ledger/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Ledger
Invocation: Claude Code `/gauntlet:ledger`; Codex `$gauntlet:ledger`.
1. Resolve repository root to an absolute path from the user-supplied checkout or current repository.
2. Resolve `../campaign/scripts/ledger.py` from this active `SKILL.md` to an absolute path. NEVER use a
plugin-root environment variable.
3. Select state file:
- User named a run, or current campaign context supplies one → use that run's
`<repo>/.gauntlet/tmp/<run-id>/state.jsonl`.
- No run is known → enumerate `<repo>/.gauntlet/tmp/*/state.jsonl` without reading the files.
- Exactly one match → use it.
- No matches → report that no campaign ledger exists.
- Multiple matches → list run dirvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有