## Resolving Comments### Mark as ResolvedWhen issue is addressed:1. Author updates code2. Commenter or author clicks **Resolve**3. Thread collapses4. Shown as resolved in activity### UnresolveReopen resolved threads:- Click **Unresolve**- Thread reappears- Continue discussion### Required ResolutionBranch protection can require:- All comments resolved before merge- Specific reviewer approval## Confidence Annotations (Agent PRs)Agent-authored changes include confidence markers:
🟢 High confidence — Standard pattern, well-tested 🟡 Medium confidence — Please review this section 🔴 Low confidence — Novel approach, needs human review
Review comments enable detailed discussion on specific lines of code. Kizuna supports inline comments, threaded replies, and resolution tracking.
Types of Comments
General PR Comments
Top-level comments on the PR:
Inline Comments
Comments on specific lines:
Review Summary
Overall review decision:
Adding Inline Comments
Via Web UI
+icon that appearsComment Options
Comment Features
@usernameto notify#123to link issues/PRsSuggesting Changes
Propose specific code modifications:
Reviewer: "This might have race condition" ↓ Author: "Good catch — I'll add mutex" ↓ Reviewer: "Also check line 67" ↓ Author: [updates code, shows diff] ↓ Reviewer: "LGTM" + Resolve
🟢 High confidence — Standard pattern, well-tested 🟡 Medium confidence — Please review this section 🔴 Low confidence — Novel approach, needs human review
Reply to Comment
Resolve Comment
List Comments
Best Practices
For Reviewers
For Authors
Comment Notifications
Reviewers are notified via:
Configure in Settings → Notifications:
Summary
Review comments enable:
They're the primary mechanism for collaborative code improvement in Kizuna.