gitea-workflow

Coordinate agile workflows for Gitea-hosted projects with state detection.

9|4|Updated Mar 21, 2022
One-click install
npx skills add https://github.com/davisdre/azure-resume --skill gitea-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitea-workflow
Source: https://github.com/davisdre/azure-resume/tree/main/.agents/skills/gitea-workflow
Command: npx skills add https://github.com/davisdre/azure-resume --skill gitea-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Automates the coordination and orchestration of end-to-end agile workflows for Gitea-hosted projects, reducing manual coordination and drift.

Core Features & Use Cases

  • Guided task cycles from task selection through PR merge with checkpoint prompts
  • State detection using worktrees, branches, PRs, and CI status
  • Gitea-specific tooling support via Tea CLI and API scripts
  • Ready-to-run workflows for sprint planning, daily rituals, and retrospectives

Quick Start

Run the gitea-workflow command to auto-detect your current state and continue from where you left off

Frequently Asked Questions about gitea-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate end-to-end agile workflows in Gitea?

To orchestrate agile workflows in Gitea, this Skill automates task cycles from selection through PR merge. It auto-detects repository states like worktrees and branches, guiding deterministic command flows through checkpoint prompts to reduce manual coordination.

Can I automate sprint planning and daily standups for Gitea repositories?

Yes, you can automate sprint planning and daily standups for Gitea repositories. It provides ready-to-run workflows for sprint ceremonies, daily rituals, and retrospectives, applying deterministic command flows to coordinate these agile processes.

How do I track PR lifecycles and CI status in Gitea automatically?

Tracking PR lifecycles and CI status in Gitea automatically is handled by detecting state signals across your repositories. The Skill checks PR and CI status alongside uncommitted changes, guiding you through the review lifecycle using checkpoint prompts.

Do I need the Tea CLI to manage Gitea PR and task cycles?

You need the Tea CLI and API scripts to manage Gitea PR and task cycles effectively. The Skill relies on Gitea-specific tooling support via the Tea CLI, requiring curl and jq dependencies to execute its automated orchestration commands.

What is the best way to resume an interrupted Gitea task cycle?

The best way to resume an interrupted Gitea task cycle is to run the gitea-workflow command. It auto-detects your current state using worktrees, branches, and uncommitted changes, allowing you to continue deterministically from where you left off.

Why does my Gitea workflow orchestration fail without curl and jq?

Gitea workflow orchestration fails without curl and jq because they are required dependencies. The Skill executes API scripts and parses JSON state signals from Gitea repositories, relying on these specific command-line tools to function.