From ttal
Triages PR review comments: assesses validity/impact, fixes actionable bugs/cosmetics/DRY issues, pushes back false positives, defers low-impact, posts status update.
npx claudepluginhub tta-lab/ttal-cli --plugin ttal[review-file-path]This skill uses the workspace's default tool permissions.
Triage PR review comments: assess each one, fix what's actionable, then post a status update.
Triages PR review comments by filtering false positives (outdated, misread, wrong context, style preference), validating against current diff, and fixing actionable ones with per-fix confirmation.
Reviews GitHub PR comments by verifying against current code, categorizes issues, replies with reasoning, implements fixes, and resolves threads in one pass.
Reads open GitHub PR review comments, triages by severity and type, applies code fixes, and drafts replies. Use for addressing review feedback.
Share bugs, ideas, or general feedback.
Triage PR review comments: assess each one, fix what's actionable, then post a status update.
If the reviewer notification includes a file path (e.g., /tmp/ttal-review-XXXXX.md),
read it first — it contains the full review. Skip ttal comment list for this review
round since you already have the content.
If no file path was provided, fall back to ttal comment list.
Read all review comments and categorize them.
For each comment, ask:
Don't dismiss issues because they're preexisting. "Out of scope" and "predates this PR" are not reasons to defer. Evaluate by worth + effort, not by origin.
Actionable (fix now)
Format: [FIX] <summary> — <why it matters>
False Positive (push back)
Format: [FALSE POSITIVE] <summary> — <why it's wrong, suggested response>
Deferrable (follow-up)
Format: [DEFER] <summary> — <why it can wait>
Beyond reviewer comments, scan the PR diff for:
Include these as actionable even if the reviewer didn't mention them.
Address all actionable items. Then move to Phase 3.
Post a status update to the PR with what's done, what's remaining, and what you're pushing back on.
# View comments
ttal comment list
# Check what's changed since review
git log --oneline origin/main..HEAD
git diff origin/main..HEAD
For each item, verify against code: search for implementations, check tests, confirm fixes.
Post your triage update to trigger re-review:
ttal comment add "<markdown>"
This tells the reviewer "I've addressed your feedback, please look again."
Format:
## Triage Update
### Fixed
- [x] Item — *addressed in commit abc123*
- [x] Item — *implemented in `src/file.ts:42`*
### False Positive
- [ ] Item — *[reason, suggested response]*
### Deferred
- [ ] Item — *[reason, follow-up plan]*
### Remaining
- [ ] Item — *[what's still needed]*