forgejo

Installation
SKILL.md

Forgejo

Thin wrapper around the Forgejo REST API. Each resource lives in its own script so the agent can discover and invoke them individually. SkillHone depends on this as a VCS backend skill, but it stays independent so another backend such as GitLab or Gitea can provide the same workflow surface.

Scripts

Script Resource Representative usage
scripts/issue.py Issues python3 scripts/issue.py create --title "Bug"
scripts/pr.py Pull requests python3 scripts/pr.py merge 1
scripts/wiki.py Wiki pages python3 scripts/wiki.py get --title "Analysis"
scripts/repo.py Repo metadata python3 scripts/repo.py branches
scripts/summary.py Aggregate dashboard python3 scripts/summary.py

Every script supports --help. Run it before guessing flags.

Installs
3
GitHub Stars
123
First Seen
Jul 9, 2026
forgejo — tencent/skillhone