feat(examples): add community ops end-to-end workflow (子赛题三) #409

Open
Angel123456 wants to merge 0 commits from Angel123456/gitlink-cli:feature/community-ops-workflow into master
Contributor

端到端自动化工作流示例

本 PR 为子赛题三提交完整解决方案。

工作流概述

社区运营自动化工作流,串联三个阶段:

用户触发 → Stage 1: Issue 自动分拣 → Stage 2: 社区周报 → Stage 3: Release Notes

串联的 CLI 命令/Skill (≥3)

阶段 调用的命令/Skill 说明
Stage 1 gitlink-issue-triage-rules (Skill) Issue 分类 + 打标签 + 分配责任人
Stage 2 gitlink-cli issue +list / +create 生成并发布社区周报
Stage 3 gitlink-cli release +create 发布 Release Notes

运行记录

  • 测试仓库: Angel123456/gitlink-cli
  • 涉及 Issue: 9 条
  • API 调用: 全部成功
  • 完整日志: examples/workflows/community-ops/examples/

演示材料

  • 架构图: examples/workflows/community-ops/architecture.html
  • 完整工作流说明: examples/workflows/community-ops/README.md
  • 两个真实运行示例日志和Agent对话完整记录链接

关联

  • 依赖 Skill: gitlink-issue-triage-rules (已提交 PR)
  • 新增 Skill: gitlink-community-report, gitlink-release-notes
  • 统一入口: gitlink-community-ops
## 端到端自动化工作流示例 本 PR 为子赛题三提交完整解决方案。 ### 工作流概述 社区运营自动化工作流,串联三个阶段: ``` 用户触发 → Stage 1: Issue 自动分拣 → Stage 2: 社区周报 → Stage 3: Release Notes ``` ### 串联的 CLI 命令/Skill (≥3) | 阶段 | 调用的命令/Skill | 说明 | |------|-----------------|------| | Stage 1 | gitlink-issue-triage-rules (Skill) | Issue 分类 + 打标签 + 分配责任人 | | Stage 2 | gitlink-cli issue +list / +create | 生成并发布社区周报 | | Stage 3 | gitlink-cli release +create | 发布 Release Notes | ### 运行记录 - 测试仓库: Angel123456/gitlink-cli - 涉及 Issue: 9 条 - API 调用: 全部成功 - 完整日志: examples/workflows/community-ops/examples/ ### 演示材料 - 架构图: examples/workflows/community-ops/architecture.html - 完整工作流说明: examples/workflows/community-ops/README.md - 两个真实运行示例日志和Agent对话完整记录链接 ### 关联 - 依赖 Skill: gitlink-issue-triage-rules (已提交 PR) - 新增 Skill: gitlink-community-report, gitlink-release-notes - 统一入口: gitlink-community-ops
Angel123456 added 1 commit 2026-07-10 16:00:58 +08:00
c340faaabc feat(examples): add community ops end-to-end workflow
Signed-off-by: Angel123456 <Angel123456@example.org>
This branch is already included in the target branch. There is nothing to merge.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b Angel123456-feature/community-ops-workflow master
git pull feature/community-ops-workflow

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff Angel123456-feature/community-ops-workflow
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Gitlink/gitlink-cli#409
No description provided.