ttal PR审查
- 作者仓库星标 21
- 许可证 MIT
- 作者仓库 ttal-cli
ttal-comment Skill
Overview
ttal comment is the unified tool for posting and reading review comments in the pipeline. Use it for plan reviews, PR reviews, triage reports, and verdicts.
Commands
ttal comment list # list all comments on current task
ttal comment get <round> # read specific review round
ttal comment add "message" # post comment (short messages)
ttal comment lgtm # approve current pipeline stage (reviewers only, auto-detects stage)
For multiline reports, use heredoc:
cat <<'REVIEW' | ttal comment add
## Review Findings
**Verdict:** Ready
REVIEW
Triage Pattern
When receiving a review comment with findings:
- Read the comment:
ttal comment listthenttal comment get <round> - Assess each finding: Fixed / Not Applicable / Remaining
- Fix what needs fixing
- Post a structured triage update:
cat <<'TRIAGE' | ttal comment add
## Triage Report (Round N)
**Fixed:**
- Issue 1 — what was done
- Issue 2 — what was done
**Not Applicable:**
- Issue 3 — why it doesn't apply
**Remaining:**
- Issue 4 — why it's deferred (or still being worked)
TRIAGE
- If no remaining blocking issues: run
ttal go <uuid>to advance the pipeline
After LGTM
When a reviewer posts LGTM with no remaining blocking issues:
- Run
ttal go <uuid>to advance the pipeline (reviewers usettal comment lgtmwhich sets the tag automatically) - You do NOT need to post anything — the pipeline advances on the lgtm tag
Rules
- Always post via
ttal comment add— never output findings inline only - Use heredoc for any report longer than one line
- Reviewers: always call
ttal comment lgtmafter approving — this sets the correct pipeline tag - Coders: after receiving LGTM, run
ttal go <uuid>to finalize
- 流狐分类
- 工程开发
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 94 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @tta-lab · MIT
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 ttal comment is the unified tool for posting and reading review comments in the pipeline. Use it for plan reviews, PR reviews, triage reports, and verdicts.
For multiline reports, use heredoc:
Verdict: Ready REVIEW
When receiving a review comment with findings: Read the comment: ttal comment list then ttal comment get <round> Assess each finding: Fixed / Not Applicable / Remaining
Fixed: Issue 1 — what was done Issue 2 — what was done
When a reviewer posts LGTM with no remaining blocking issues: Run ttal go <uuid> to advance the pipeline (reviewers use ttal comment lgtm which sets the tag automatically) You do NOT need to post anything — the pipeline advances on the lgtm tag
# ttal-comment Skill
## Overview
ttal comment is the unified tool for posting and reading review comments in the pipeline. Use it for plan reviews, PR reviews, triage reports, and verdicts.
## Commands
```
ttal comment list # list all comments on current task
ttal comment get <round> # read specific review round
ttal comment add "message" # post comment (short messages)
ttal comment lgtm # approve current pipeline stage (reviewers only, auto-detects stage)
```
For multiline reports, use heredoc:
```
cat <<'REVIEW' | ttal comment add
## Review Findings
**Verdict:** Ready
REVIEW
```
## Triage Pattern
When receiving a review comment with findings:
1. Read the comment: `ttal comment list` then `ttal comment get <round>`
2. Assess each finding: Fixed / Not Applicable / Remaining
3. Fix what needs fixing
4. Post a structured triage update:
```
cat <<'TRIAGE' | ttal comment add
## Triage Report (Round N)
**Fixed:**
- Issue 1 — what was done
- Issue 2 — what was done
**Not Applicable:**
- Issue 3 — why it doesn't apply
**Remaining:**
- Issue 4 — why it's deferred (or still being worked)
TRIAGE
```
5. If no remaining blocking issues: run `ttal go <uuid>` to advance the pipeline
## After LGTM
When a reviewer posts LGTM with no remaining blocking issues:
- Run `ttal go <uuid>` to advance the pipeline (reviewers use `ttal comment lgtm` which sets the tag automatically)
- You do NOT need to post anything — the pipeline advances on the lgtm tag
## Rules
- Always post via `ttal comment add` — never output findings inline only
- Use heredoc for any report longer than one line
- Reviewers: always call `ttal comment lgtm` after approving — this sets the correct pipeline tag
… 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Overview → Commands → Review Findings → Triage Pattern → Triage Report (Round N) → After LGTM
要点 -> Verdict · Fixed · Not Applicable · Remaining
文件/命令 -> ttal comment list · ttal comment get <round> · ttal go <uuid> · ttal comment lgtm · ttal comment add
内容 SHA-256 -> 44f669f257e5
原文结构
适用与边界
原文中的明确线索
ttal comment list、ttal comment get <round>、ttal go <uuid>、ttal comment lgtm、ttal comment add