Gitea Workflow Orchestrator
Skill ПредупреждениеOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
This skill automates multi-step agile development processes for Gitea, guiding users through task selection, implementation via TDD in isolated worktrees, code reviews, PR creation, and merging. It relies on the Gitea Tea CLI and maintains project state through a context network.
Documentation
- info:Configuration & parameter referenceEnvironment variables like GITEA_URL and GITEA_TOKEN are mentioned as prerequisites but their precedence order and default behaviors (if any) are not explicitly documented.
Maintenance
- critical:Commit recencyThere are no commits on the default branch, indicating the project is likely unmaintained and poses a risk due to potential staleness of dependencies or Gitea API changes.
Security
- warning:Secret ManagementThe skill relies on GITEA_TOKEN and GITEA_URL environment variables for authentication, but there's no explicit mechanism described for handling or redacting these secrets during output, potentially leading to leaks.
Versioning
- warning:Release ManagementThe SKILL.md frontmatter declares a version '1.0', but there are no GitHub releases or CHANGELOG.md, and the lack of commits makes this version signal unreliable.
Code Execution
- info:ValidationWhile the skill uses commands and arguments, it does not explicitly mention or demonstrate the use of a schema validation library for all inputs and outputs.
Установка
npx skills add jwynia/agent-skillsЗапускает Vercel skills CLI (skills.sh) через npx — нужны локальный Node.js и хотя бы один установленный совместимый со skills агент (Claude Code, Cursor, Codex, …). Предполагается, что репозиторий соответствует формату agentskills.io.
Похожие расширения
Gitea Coordinator
98Orchestrate multiple worker agents to implement groomed tasks in Gitea repositories. Use when multiple ready tasks need implementation, when you want autonomous multi-task execution, or when coordinating batch development work with Gitea. Keywords: coordinator, orchestrator, multi-task, parallel, workers, batch, autonomous, gitea, tea.
Agile Coordinator
98Orchestrate multiple worker agents to implement groomed tasks. Use when multiple ready tasks need implementation, when you want autonomous multi-task execution, or when coordinating batch development work. Keywords: coordinator, orchestrator, multi-task, parallel, workers, batch, autonomous.
Agile Workflow Orchestrator
95Orchestrate agile development workflows by invoking commands in sequence with checkpoint-based flow control. This skill should be used when the user asks to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wants guided step-by-step development assistance. Platform-agnostic git-only workflow without PR integration. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, merge, standup, retrospective, git.
DeerFlow Smoke Test
96Extension from bytedance/deer-flow
GitHub Agile: Feature Branch Development with Context Networks
95Diagnose GitHub-driven agile workflow problems and guide feature branch development
ADK Development Workflow & Guidelines
98This skill should be used when the user wants to "develop an agent", "build an agent using ADK", "run the agent locally", "debug agent code", "test an agent", "deploy an agent", "publish an agent", "monitor an agent", or needs the ADK (Agent Development Kit) development lifecycle and coding guidelines. Entrypoint for building ADK agents. Always active — provides the full workflow (scaffold, build, evaluate, deploy, publish, observe), code preservation rules, model selection guidance, and troubleshooting steps for ADK or any agent development.