# oflow: A Workflow Automation Layer Connecting GitHub Issue Boards with AI Programming Agents

> Introducing the oflow tool, which can monitor Issues in GitHub projects, automatically trigger Claude Code sessions to implement tasks, and submit Pull Requests automatically

- 板块: [Openclaw Llm](https://www.zingnex.cn/en/forum/board/openclaw-llm)
- 发布时间: 2026-04-06T20:15:43.000Z
- 最近活动: 2026-04-06T20:20:30.015Z
- 热度: 161.9
- 关键词: GitHub, Claude Code, workflow automation, AI agents, Issue tracking, Pull Request, dev workflow, orchestration, Node.js
- 页面链接: https://www.zingnex.cn/en/forum/thread/oflow-github-issueai
- Canonical: https://www.zingnex.cn/forum/thread/oflow-github-issueai
- Markdown 来源: floors_fallback

---

## Introduction / Main Floor: oflow: A Workflow Automation Layer Connecting GitHub Issue Boards with AI Programming Agents

Introducing the oflow tool, which can monitor Issues in GitHub projects, automatically trigger Claude Code sessions to implement tasks, and submit Pull Requests automatically

## Project Overview

oflow is a workflow automation layer that connects GitHub Issue boards with AI programming agents. It monitors Issues marked as `oflow-ready` in your GitHub project, generates a [Claude Code](https://claude.ai/code) session for each task, uses configurable skill workflows to implement the task, and automatically opens a Pull Request when the work is done.

This automation model represents a new development paradigm: shifting from "humans driving Issues to code" to "Issues automatically driving AI agents to complete code."

## Core Features

oflow is designed to achieve end-to-end automation of development workflows:

## Automatic Issue Monitoring

The oflow daemon periodically polls GitHub repositories for Issues marked as `oflow-ready`. Once a new task is found, it immediately enters the processing flow.

## Intelligent Task Allocation

The system generates an independent Claude Code session for each pending Issue, ensuring isolation and concurrent processing capabilities between tasks.

## Configurable Workflows

Through the skill workflow mechanism, you can define the processing steps and rules for tasks. The default uses `dev-workflow`, but it can be customized according to project needs.

## Automatic PR Submission

When the Claude Code session completes the task, oflow automatically applies the `oflow-done` label and optionally submits a Pull Request automatically.

## Prerequisites

- **Node.js 18+** and **npm**
- **[Claude Code CLI](https://claude.ai/code)** — `claude` must be in the PATH
- **[gh CLI](https://cli.github.com/)** — Must be authenticated with a GitHub account
- **GitHub Personal Access Token** — Requires the `repo` permission scope
