[Issue #5] Add tip about --description vs --body flag for PR creation #9
Reference in New Issue
Block a user
Delete Branch "issue-5-tea-description-flag-tip"
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?
Summary
--description/-dflag for PR body content, not--bodylike gh CLITest plan
Closes #5
🤖 Generated with Claude Code
AI Code Review
LGTM - This PR adds a helpful tip documenting that tea CLI uses --description/-d (not --body like gh CLI). Well-placed, concise, and follows the existing documentation pattern.
AI Code Review
Summary
Clean documentation improvement that addresses a common usability issue when switching between gh and tea CLIs. The tip is well-formatted, concise, and appropriately placed.
Findings
Code Quality
Potential Bugs
Security Concerns
Style Notes
Test Coverage
Verdict
LGTM - Ready to merge. This is a valuable addition that will help users avoid common mistakes when using tea CLI.
AI Code Review
Summary
This PR adds a helpful tip documenting the difference between tea CLI and gh CLI flag naming for PR descriptions. The change is well-placed, concise, and follows the existing documentation pattern.
Findings
Code Quality
Potential Bugs
Security Concerns
Style Notes
Test Coverage
Verdict
LGTM - This is a valuable addition that will prevent user confusion when creating PRs with tea CLI. The tip is correctly formatted, well-placed, and addresses a real usability issue documented in #5.