From e2198c0d8ea10fad69e2b8805b31ce9eff36654c Mon Sep 17 00:00:00 2001 From: Hugo Nijhuis Date: Wed, 31 Dec 2025 17:18:05 +0100 Subject: [PATCH] Add tip about --description vs --body flag for PR creation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Documents that tea CLI uses --description/-d flag for PR body content, not --body like the gh CLI. This helps avoid failed commands when transitioning from gh CLI. Closes #5 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- skills/gitea/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/skills/gitea/SKILL.md b/skills/gitea/SKILL.md index 66c71b0..ad90102 100644 --- a/skills/gitea/SKILL.md +++ b/skills/gitea/SKILL.md @@ -155,6 +155,7 @@ tea issues -r owner/repo # Specify repo directly ## Tips - **View single issue**: Use `tea issues ` (NOT `tea issues view ` - there is no `view` subcommand) +- **PR description flag**: Use `--description` or `-d` (NOT `--body` like gh CLI) - Always verify you're in the correct repository before running commands - Use `tea issues` to find issue numbers before viewing/editing - Reference issues in PR bodies with `Closes #N` for auto-linking -- 2.49.1