[Issue #32] Read comments when working on issues or reviewing PRs #36
Reference in New Issue
Block a user
Delete Branch "issue-32-read-comments"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.