[Issue #32] Read comments when working on issues or reviewing PRs #36

Merged
HugoNijhuis merged 1 commits from issue-32-read-comments into main 2026-01-06 12:00:17 +00:00
Owner

Closes #32

Summary

  • Updated /work-issue command to instruct using --comments flag when viewing issues
  • Updated /review-pr command to instruct using --comments flag when viewing PRs

This ensures discussion context and clarifications from comments are available when working on issues or reviewing pull requests.

Closes #32 ## Summary - Updated `/work-issue` command to instruct using `--comments` flag when viewing issues - Updated `/review-pr` command to instruct using `--comments` flag when viewing PRs This ensures discussion context and clarifications from comments are available when working on issues or reviewing pull requests.
HugoNijhuis added 1 commit 2026-01-06 11:59:38 +00:00
Updated work-issue and review-pr commands to use --comments flag,
ensuring discussion context is available when working on issues or
reviewing pull requests.

Closes #32

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Author
Owner

AI Code Review

This is an automated review generated by the code-reviewer agent.

Summary

Simple but effective improvement that ensures comment context is captured when viewing issues and PRs. The changes correctly instruct using the --comments flag with tea CLI commands.

Findings

Code Quality

  • Documentation is clear and specific
  • Changes are minimal and focused on the exact need
  • Phrasing "to see description, metadata, and discussion" appropriately explains why the flag is needed

Potential Bugs

  • No issues found

Security Concerns

  • No issues found

Style Notes

  • Consistent with existing command documentation style
  • Proper use of markdown formatting

Test Coverage

  • N/A - documentation change only

Verdict

LGTM

This is a straightforward documentation improvement that addresses issue #32. The --comments flag is correctly applied to both /work-issue and /review-pr commands, ensuring that important discussion context from comments is available during implementation and review.

## AI Code Review > This is an automated review generated by the code-reviewer agent. ### Summary Simple but effective improvement that ensures comment context is captured when viewing issues and PRs. The changes correctly instruct using the `--comments` flag with `tea` CLI commands. ### Findings #### Code Quality - Documentation is clear and specific - Changes are minimal and focused on the exact need - Phrasing "to see description, metadata, and discussion" appropriately explains why the flag is needed #### Potential Bugs - No issues found #### Security Concerns - No issues found #### Style Notes - Consistent with existing command documentation style - Proper use of markdown formatting #### Test Coverage - N/A - documentation change only ### Verdict **LGTM** This is a straightforward documentation improvement that addresses issue #32. The `--comments` flag is correctly applied to both `/work-issue` and `/review-pr` commands, ensuring that important discussion context from comments is available during implementation and review.
HugoNijhuis merged commit 00bdd1deba into main 2026-01-06 12:00:17 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: flowmade-one/architecture#36