Gitea Workflow
Automates Gitea repository tasks like issue creation, pull request updates, and CI triggering via API calls.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gitea-workflow npx -- -y @trustedskills/gitea-workflow
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gitea-workflow": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gitea-workflow"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Gitea Workflow Orchestrator guides AI agents through structured agile development workflows specifically for Gitea repositories. It automates tasks like issue creation, pull request updates, and CI triggering by intelligently executing commands in a sequence. The skill uses checkpoint-based flow control to automatically progress between steps while pausing at key decision points.
When to use it
- Working with a Gitea-hosted repository.
- Starting your workday ("run morning standup", "start my day").
- Working on a development task ("implement next task", "continue working").
- Completing a development cycle ("finish this task", "prepare PR").
- Running sprint ceremonies ("start sprint", "end sprint", "retrospective").
- Resuming interrupted work ("what's next", "where was I").
Key capabilities
- Automates Gitea repository tasks.
- Supports daily, sprint and task cycles.
- Uses checkpoint-based flow control for automated progression.
- Automatically detects workflow state (e.g., idle, implementing, in review).
- Integrates with the
teaCLI tool for interacting with Gitea.
Example prompts
- "Start my day."
- "Continue working."
- "Prepare a pull request."
- "What's next?"
Tips & gotchas
- Requires a Git repository initialized with worktree support and the
Gitea Tea CLIinstalled and authenticated. - The skill is specifically designed for Gitea repositories; use the "agile-workflow" skill for GitHub.
- Ensure the environment variables
GITEA_URLandGITEA_TOKENare set correctly.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.