tea CLI: issue view command doesn't show issue body reliably #2

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

Context

Working on issue #3 via work-issue skill.

Problem / Observation

Getting issue details with tea CLI was unreliable:

  • tea issue view 3 showed a table of all issues instead of issue #3 details
  • tea issue view 3 --comments same problem
  • Had to use tea issue --repo flowmade-one/platform 3 to finally get the body

This caused multiple failed attempts and wasted time.

Suggested Improvement

Document the correct tea CLI syntax for viewing a single issue, or consider using a different approach (direct API call).

Working command: tea issue --repo <owner>/<repo> <number>
Not working as expected: tea issue view <number>

Affected Files

  • skills/work-issue/SKILL.md
  • Any skill that needs to fetch issue details
## Context Working on issue #3 via work-issue skill. ## Problem / Observation Getting issue details with tea CLI was unreliable: - `tea issue view 3` showed a table of all issues instead of issue #3 details - `tea issue view 3 --comments` same problem - Had to use `tea issue --repo flowmade-one/platform 3` to finally get the body This caused multiple failed attempts and wasted time. ## Suggested Improvement Document the correct tea CLI syntax for viewing a single issue, or consider using a different approach (direct API call). Working command: `tea issue --repo <owner>/<repo> <number>` Not working as expected: `tea issue view <number>` ## Affected Files - skills/work-issue/SKILL.md - Any skill that needs to fetch issue details
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#2