ttal-comment
- Repo stars 21
- License MIT
- Author repo 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
- Fluxly category
- Engineering
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @tta-lab · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. 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
… Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Overview → Commands → Review Findings → Triage Pattern → Triage Report (Round N) → After LGTM
terms -> Verdict · Fixed · Not Applicable · Remaining
files/cmd -> ttal comment list · ttal comment get <round> · ttal go <uuid> · ttal comment lgtm · ttal comment add
body sha256 -> 44f669f257e5
Decide Fit First
Design Intent
How To Use It
Boundaries And Review