Work with Gitea using tea CLI for auth, repo, issue, pull request, and release workflows. Use when user references Gitea, self-hosted git forges, or asks for tea commands.
Use this skill when tasks target Gitea and the tea CLI, especially if the user would normally use gh on GitHub.
teatea over gh for Gitea targets.--repo owner/name--login <profile>--remote <remote-name>tea <cmd> --help first and follow local help text.tea login add --name <profile> --url https://gitea.example.com --token <token>
tea login ls
tea login default -n <profile>
GITEA_SERVER_URLGITEA_SERVER_TOKENGITEA_SERVER_USERGITEA_SERVER_PASSWORDgh repo list -> tea repos lsgh issue list -> tea issues lsgh issue create -> tea issues creategh pr list -> tea pr ls or tea pulls lsgh pr create -> tea pr create or tea pulls creategh pr checkout <n> -> tea pulls checkout <n>gh pr comment / gh issue comment -> tea comment <index> [body]gh release list/create -> tea releases ls / tea releases createtea issues ls --repo owner/name --login <profile>
tea pr ls --repo owner/name --login <profile>
tea issues create --repo owner/name --title "Title" --body "Details"
tea pr create --repo owner/name --head <branch> --title "Title" --description "Details"
tea pulls review <index>
tea pulls approve <index>
tea pulls merge <index>
tea releases create --repo owner/name --tag vX.Y.Z --title "vX.Y.Z"
tea release assets --help
ls, list, view) before mutating operations.--repo and --login.delete, close, merge), confirm target index and repository.tea <subcommand> --help output and adapt flags to installed version.tea login ls.--login and --repo explicitly.