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