What problem does it solve?
This Skill removes manual, error-prone Forgejo administration by giving operators a reliable way to create and manage repositories, issues, pull requests, and releases against the self-hosted Forgejo instance using the official tea CLI.
Core Features & Use Cases
- Repository operations: list, create, and clone Forgejo repositories (including private repos) as part of daily development workflows.
- Issue management: create, comment on, list, and close issues tied to specific project work.
- Pull request workflows: list PRs, open/check out PRs locally, and merge PRs with the required approval discipline.
- Release publishing: create and list tagged releases with notes/changelog text.
Quick Start
Use the forgejo-cli skill to create a private repository and open follow-up work by running: “Create a private Forgejo repo named foo, then list issues for it on git.${WALTER_DOMAIN}.”