followups
仓库创建 2026年7月10日最近提交 1 天前SkillHot 收录 11 小时前
▸ 精选理由
方便审查与追踪被延迟或隐藏的后续事项
▸ 风险提示
会读取本地仓库路径与脚本,需访问代码库文件系统
这个 Skill 做什么
列出并检查 Gauntlet 的持久化后续任务队列与被拒绝条目
用于查看和审计 Gauntlet 的持久化后续任务队列,列出被延后、被拒绝或隐藏的 follow-up 条目。当你想知道有哪些 deferred work、哪些后续被丢弃或需要复查时用。特点是以只读方式暴露队列内容,侧重状态、元数据和候选项,不会修改数据。
▸ 展开 SKILL.md 英文原文
Show Gauntlet's durable follow-up queue through its existing read-only table command. Use when the user asks to list or inspect Gauntlet follow-ups, deferred work candidates, or hidden and rejected follow-up entries.
17
Stars
0
Forks
5
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/lestrrat-ai/claude-code-plugins/main/plugins/gauntlet/skills/followups/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/lestrrat-ai/claude-code-plugins/main/plugins/gauntlet/skills/followups/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Follow-ups Invocation: Claude Code `/gauntlet:followups`; Codex `$gauntlet:followups`. 1. Resolve repository root to an absolute path from the user-supplied checkout or current repository. 2. Resolve `../campaign/scripts/followups.py` from this active `SKILL.md` to an absolute path. NEVER use a plugin-root environment variable. 3. Select `<repo>/.gauntlet/followups.jsonl`. Do not create it; the script handles a missing store. 4. Run this argument vector with absolute paths: ```text ["python3", "<absolute-followups.py>", "--file", "<absolute-followups.jsonl>", "table"] ``` 5. Append `"--all"` only when user asks for hidden, rejected, closed, or all entries. 6. Print script s
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有