Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计提醒

openclaw-rd-pipelineOpenClaw RD pipeline 搜索

Agent Skill

openclaw-rd-pipeline 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

11,236

周安装

459

GitHub Stars

公开资料未说明

下载量

3,599
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-rd-pipeline(OpenClaw RD pipeline 搜索)
来源仓库:https://github.com/yinlihudong/openclaw-rd-pipeline
安装命令:
openclaw skills install openclaw-rd-pipeline
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-rd-pipeline

简介

OpenClaw RD pipeline 协调飞书中的端到端研发交付流程。

  • 适合在 OpenClaw 中从需求接收到项目结束的全周期管理时使用。
  • 包含 PM、开发人员、审阅人员和测试人员子代理协作。
  • 通过 clawhub 安装,结合来源仓库和 README 可进一步了解具体用法。
  • 安装前需确认权限范围、维护状态,以及是否涉及联网、命令执行或文件读写。

SKILL.md

name
openclaw-rd-pipeline
description
Orchestrate OpenClaw end-to-end R&D delivery in Feishu from requirement intake to closure using PM, developer, reviewer, and tester subagents. Use when handling研发任务 that need structured requirement parsing, project-context enrichment from Feishu history/wiki, coding + PR flow, read-only review/testing gates, bug-loop rework, and final owner notification.

OpenClaw R&D Pipeline

Execute a deterministic workflow for Feishu-driven R&D tasks with strict role boundaries, status transitions, and closure rules.

Required Inputs

Collect or confirm these fields before starting:

  • Feishu source context: group/chat ID, message URL, requirement text, requester
  • Requirement metadata: priority, project tag, deadline
  • Project configuration: repository URL, production branch, owner/team role mapping
  • Task identifiers: requirement ID and Feishu task/doc IDs once created

If priority is missing, set it to medium.

Role Boundaries

Apply these permissions strictly:

  • Main agent: clone/update repository in read-only mode for context and handoff
  • PM subagent: parse requirement, optimize prompt, coordinate confirmation, create Feishu task structure
  • Developer subagent: create feature branch, implement code, push branch, open PR
  • Reviewer subagent: read-only review, no code edits, no merge
  • Tester subagent: read-only testing and CI verification, no code edits, no merge

Use an isolated git worktree and dedicated tmux session per subagent.

Workflow

1) Intake and Context Build

Extract baseline fields from Feishu requirement.

Load project config and produce a shared project_context with:

  • project name
  • repository URL
  • production branch
  • owner/team mapping
  • requirement metadata

Then deepen understanding through PM subagent:

  • Query historical tasks in same Feishu group by project tag and requirement type.
  • Load project Feishu wiki docs: product docs, API docs, prior decomposition cases, coding/UI/API/testing norms.
  • Reuse prior parsing logic, edge cases, and acceptance criteria.

2) PM Structured Parsing Output

Generate:

  • structured_requirement: business goal, inputs/outputs, boundaries, dependency modules/APIs, non-functional requirements
  • refined_prompt: task prompt with historical references and explicit acceptance checks

For multi-module or multi-scenario tasks, call Superpowers skill for decomposition and acceptance criteria alignment. If unavailable, perform equivalent manual decomposition and mark it explicitly.

3) Prompt Confirmation and Task Creation

Send refined prompt to the responsible owner for confirmation.

If owner requests updates:

  • propose changes with evidence from historical tasks and Feishu wiki
  • iterate until approval

After approval:

  • create Feishu master task/doc with status 待开始
  • create 3 first-level subtasks with status 待开始: 编码, 评审, 测试
  • attach relevant wiki norms in each subtask description

4) Development Stage

Set 编码 subtask to 进行中, then execute:

  • branch from production branch
  • implement per project coding standards and historical patterns
  • commit and push feature branch
  • open PR to production branch
  • include requirement ID, Feishu task ID, and knowledge-base links in PR title/description

Set 编码 subtask to 已完成 after PR is ready.

5) Review Stage

Set 评审 subtask to 进行中, then perform read-only review for:

  • logic correctness and edge cases
  • exception handling
  • security risks (injection, privilege issues, sensitive data)
  • extensibility, reuse, performance
  • UI/interaction conformance when frontend changes exist
  • naming, structure, readability

Write findings in PR comments and cite historical review cases or wiki norms when relevant.

If pass, set 评审 subtask to 已完成. If fail, reject with actionable reasons linked to historical issue patterns.

6) Test Stage

Set 测试 subtask to 进行中, then run:

  • lint
  • TypeScript type check
  • unit tests
  • Playwright E2E tests

Apply hard gate:

  • if PR includes UI changes, require screenshot or recording in PR description
  • if absent, fail CI and block merge

If pass, set 测试 subtask to 已完成. If fail, log defects using defect taxonomy norms.

7) Failure Loop and Bug Subtasks

When review or test fails:

  • create BUG subtask under master task with status 待开始
  • include defect description, related norm, and similar historical bug case
  • route back to developer subagent for fix and status progression 待开始 -> 进行中 -> 已完成
  • rerun review/test stages after fix

If repeated failures occur, re-open PM parsing to verify requirement interpretation.

8) Closure and Notification

Allow closure only when all are true:

  • 编码 subtask completed
  • 评审 subtask completed
  • 测试 subtask completed
  • all BUG subtasks completed

Then:

  • set master task status to 已完成
  • notify owner in Feishu with summary package

Include in summary package:

  • Feishu task card
  • PM brief: parsing process, historical tasks/docs referenced
  • Developer brief: branch, PR link, code delta
  • Reviewer brief: decision, issue count, cited norms
  • Tester brief: CI outcome, coverage/case count
  • total cycle time
  • optional comparison with similar historical tasks

Output Templates

Load references/templates.md and use those templates for:

  • project context object
  • refined prompt object
  • PR description block
  • review checklist
  • test report
  • final owner notification

Load references/feishu-fields.md to map real Feishu fields into pipeline fields.

Status Validation Script

Use scripts/validate_status_flow.py before state updates and before final closure.

Transition check:

scripts/validate_status_flow.py transition \
  --task-type subtask \
  --from-status 待开始 \
  --to-status 进行中

Snapshot check:

scripts/validate_status_flow.py snapshot --file status_snapshot.json

status_snapshot.json must include:

  • master
  • coding
  • review
  • testing
  • bug_subtasks (list)
  • ui_changed (bool)
  • ui_evidence_present (bool)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

91.06%
按下载量换算3,277

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills