From ttal
Posts, lists, reads, and approves review comments via ttal CLI for plan reviews, PR reviews, triage reports, and verdicts in agent pipelines.
npx claudepluginhub tta-lab/ttal-cli --plugin ttalThis skill uses the workspace's default tool permissions.
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.
Reads open GitHub PR review comments, triages by severity and type, applies code fixes, and drafts replies. Use for addressing review feedback.
Triages GitHub PR review comments: fixes critical issues aligned with PR goals, creates issues for nitpicks. Requires gh-pr-review extension.
Triages PR review comments: assesses validity/impact, fixes actionable bugs/cosmetics/DRY issues, pushes back false positives, defers low-impact, posts status update.
Share bugs, ideas, or general feedback.
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.
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
When receiving a review comment with findings:
ttal comment list then ttal comment get <round>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
ttal go <uuid> to advance the pipelineWhen a reviewer posts LGTM with no remaining blocking issues:
ttal go <uuid> to advance the pipeline (reviewers use ttal comment lgtm which sets the tag automatically)ttal comment add — never output findings inline onlyttal comment lgtm after approving — this sets the correct pipeline tagttal go <uuid> to finalize