Gitea CLI (tea) When to Use This Skill Use for Gitea repositories. To detect Gitea, check if the remote is not GitHub or GitLab: If the remote doesn't contain or , it may be a Gitea instance. Before Any Operation Always verify authentication first: If not authenticated, guide the user to run . Behavioral Guidelines 1. Creating PRs : Always check for uncommitted changes first with 2. CI Operations : Check pipeline status before triggering new runs 3. Use : For machine-readable output, use or Command Reference Pull Requests | Action | Command | |--------|---------| | Create | | | List | | | Vie…