Automates repository administration, pull request workflows, issue triage, and release operations against Gitea using its REST API and webhook system. Useful for self-hosted software teams that want GitHub-like automation without leaving their own infrastructure.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Gitea Repository & Pull Request Automation"
slug: "gitea-repository-pull-request-automation"
description: "Automates repository administration, pull request workflows, issue triage, and release operations against Gitea using its REST API and webhook system. Useful for self-hosted software teams that want GitHub-like automation without leaving their own infrastructure."
github_stars: 54880
verification: "security_reviewed"
source: "https://github.com/go-gitea/gitea"
author: "go-gitea"
publisher_type: "Open Source Project"
category: "Integrations & Connectors"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "go-gitea/gitea"
github_stars: 54880
---
# Gitea Repository & Pull Request Automation
Automates repository administration, pull request workflows, issue triage, and release operations against Gitea using its REST API and webhook system. Useful for self-hosted software teams that want GitHub-like automation without leaving their own infrastructure.
## Prerequisites
Docker, Docker Compose, Gitea REST API
## Installation
Requirements and caveats from upstream:
- make backend which requires [Go Stable](https://go.dev/dl/), the required version is defined in [go.mod](/go.mod).
- make frontend which requires [Node.js LTS](https://nodejs.org/en/download/) or greater and [pnpm](https://pnpm.io/installation).
Basic usage or getting-started notes:
- It includes installation, administration, usage, development, contributing guides, and more to help you get started and explore all features effectively.
- From the root of the source tree, run:
- Internet connectivity is required to download the go and npm modules. When building from the official source tarballs which include pre-built frontend files, the frontend target will not be triggered, making it possib...
- Source: https://github.com/go-gitea/gitea
- Extracted from upstream docs: https://raw.githubusercontent.com/go-gitea/gitea/HEAD/README.md
## Documentation
- https://docs.gitea.com/api
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/gitea-repository-pull-request-automation/)
No comments yet. Be the first to comment!