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.
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>
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Closes #32
Summary
/work-issuecommand to instruct using--commentsflag when viewing issues/review-prcommand to instruct using--commentsflag when viewing PRsThis ensures discussion context and clarifications from comments are available when working on issues or reviewing pull requests.
AI Code Review
Summary
Simple but effective improvement that ensures comment context is captured when viewing issues and PRs. The changes correctly instruct using the
--commentsflag withteaCLI commands.Findings
Code Quality
Potential Bugs
Security Concerns
Style Notes
Test Coverage
Verdict
LGTM
This is a straightforward documentation improvement that addresses issue #32. The
--commentsflag is correctly applied to both/work-issueand/review-prcommands, ensuring that important discussion context from comments is available during implementation and review.