ttal-comment

Coordinate review comments and approvals across TTal pipeline stages.

23|2|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/tta-lab/ttal-cli --skill ttal-comment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ttal-comment
Source: https://github.com/tta-lab/ttal-cli/tree/main/skills/ttal-comment
Command: npx skills add https://github.com/tta-lab/ttal-cli --skill ttal-comment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of keeping multi-repo agent review workflows organized by centralizing how reviewers post findings and how coders acknowledge verdicts.

Core Features & Use Cases

  • Round-based review communication: list and retrieve comments per review round to support structured back-and-forth.
  • Triage reporting format: convert findings into Fixed / Not Applicable / Remaining sections so next actions are unambiguous.
  • Stage advancement via LGTM: enable reviewers to approve the current pipeline stage and coders to advance after LGTM.

Quick Start

Post a structured triage update for the current review round and then run the pipeline advance when no blocking items remain.

Frequently Asked Questions about ttal-comment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate pull request review comments across multiple repositories?

Multi-repo review coordination centralizes how reviewers post findings and how coders acknowledge verdicts across pipeline stages. It structures back-and-forth communication by listing and retrieving comments per review round.

What is a triage report format for pipeline review findings?

A triage report format converts review findings into Fixed, Not Applicable, and Remaining sections. This structured layout ensures next actions are unambiguous for coders during the research-to-merge lifecycle.

How do I advance a pipeline stage after a multi-repo code review?

Pipeline stage advancement uses an LGTM command to set stage tags. Reviewers approve the current stage, enabling coders to advance the pipeline when no blocking items remain in the triage report.

Can I post multiline findings during a pull request review round?

Posting multiline findings during a PR review round is supported. Reviewers can add detailed structured findings and retrieve round-aware comments to track the back-and-forth communication history.

Does this review workflow support Telegram notifications for verdicts?

Telegram is supported for posting verdicts and review communications. It integrates with the multi-repo pipeline stages to deliver triage updates and LGTM acknowledgments during the research-to-merge lifecycle.

When should I use round-based listing for PR review comments?

Round-based listing is used when structuring multi-round back-and-forth communication in multi-repo development workflows. It organizes review findings per stage so reviewers and coders can track unresolved items before advancing.