tea CLI: Add tip about --description vs --body flag for PR creation #5

Closed
opened 2025-12-31 15:45:28 +00:00 by HugoNijhuis · 0 comments
Owner

Context

During /retro after completing issue #2.

Problem / Observation

When creating PRs with tea pulls create, used --body flag (from gh CLI muscle memory) instead of the correct --description flag:

# Wrong (gh CLI syntax)
tea pulls create --title "..." --body "..."

# Correct (tea CLI syntax)
tea pulls create --title "..." --description "..."

This caused a failed command that had to be retried.

Suggested Improvement

Add a tip to the gitea skill's Tips section noting the difference from gh CLI:

- **PR description flag**: Use `--description` or `-d` (NOT `--body` like gh CLI)

Affected Files

  • skills/gitea/SKILL.md
## Context During /retro after completing issue #2. ## Problem / Observation When creating PRs with `tea pulls create`, used `--body` flag (from gh CLI muscle memory) instead of the correct `--description` flag: ```bash # Wrong (gh CLI syntax) tea pulls create --title "..." --body "..." # Correct (tea CLI syntax) tea pulls create --title "..." --description "..." ``` This caused a failed command that had to be retried. ## Suggested Improvement Add a tip to the gitea skill's Tips section noting the difference from gh CLI: ```markdown - **PR description flag**: Use `--description` or `-d` (NOT `--body` like gh CLI) ``` ## Affected Files - skills/gitea/SKILL.md
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: flowmade-one/architecture#5