What problem does it solve?
Manually managing pull requests on self-hosted Forgejo or Gitea instances requires switching between tools, writing custom API calls, and handling authentication manually, which is time-consuming and error-prone. This skill automates the full pull request lifecycle using native, authenticated MCP tools.
Core Features & Use Cases
- Full PR Lifecycle Management: List, view, comment on, create, merge, and close pull requests directly via official Forgejo MCP tools.
- Safe PR Checkout: Automatically handle checkout for both same-repo and forked pull requests using metadata from the PR itself.
- Use Case: If your team uses a self-hosted Forgejo instance for code review, use this skill to quickly list all open PRs, review diffs, leave threaded feedback, and merge approved changes without writing custom curl commands or handling API tokens manually.
Quick Start
Use the forgejo-pr skill to list all open pull requests for the current repository and summarize their titles, authors, and merge status.