Gitea

Development

Neotask automates your self-hosted Gitea workflow -- OpenClaw manages repos, branches, issues, and pull requests so your team's development operations run without manual overhead.

What You Can Do

Gitea gives you self-hosted Git with full control. Neotask adds conversational automation on top, so your team manages code operations faster.

Repository Operations

Create repos, fork projects, manage branches, and work with files directly through conversation. Your agent handles the Git operations so developers can describe what they need instead of clicking through the UI.

Issue and PR Management

Create issues from bug reports, triage incoming tickets, and generate pull requests with descriptions and linked issues. Automate the repetitive parts of your development workflow.

Team and Organization Management

Search users, manage team memberships, and explore repositories across your Gitea instance. Essential for onboarding new team members and managing access to self-hosted projects.

Every action runs autonomously or requires your approval -- you decide.

Try Asking

  • "Create a new repository called 'api-gateway' with a README and .gitignore for Node.js"
  • "List all open issues in the backend repo and show which ones are unassigned"
  • "Create a pull request from the feature/checkout branch to main with a summary of the changes"
  • "Show me the contents of the config.yaml file in the main branch of the infrastructure repo"
  • "Create a new branch called 'hotfix/login-bug' from main in the auth-service repo"
  • "Find all repositories that our DevOps team has access to"
  • "Add a comment on issue #42 with the investigation findings and proposed fix"
  • Pro Tips

  • Use issue creation from customer support tickets to bridge the gap between customer reports and engineering work.
  • Automate pull request creation for routine changes like dependency updates or config modifications.
  • Pair Gitea operations with your CI/CD pipeline to trigger builds after PR creation.
  • Schedule repository health checks to find stale branches, unresolved issues, and PRs that need review.
  • For self-hosted environments, approval gates on repository creation and deletion prevent accidental infrastructure changes.
  • Works Well With