Skip to content

feat: add yida-issue skill from openyida#6

Merged
nicky1108 merged 2 commits intomainfrom
feature/add-yida-issue-skill
Mar 15, 2026
Merged

feat: add yida-issue skill from openyida#6
nicky1108 merged 2 commits intomainfrom
feature/add-yida-issue-skill

Conversation

@yize
Copy link
Copy Markdown
Contributor

@yize yize commented Mar 14, 2026

Summary

添加 yida-issue 技能到 openyida-openclaw-skill,并修复技能描述添加触发短语。

Changes

  • 从 openyida 仓库的 .openclaw/skills/yida-issue 迁移技能到 openyida-openclaw-skill
  • 更新 SKILL.md 添加触发短语,使技能可以自动匹配
  • 更新 create-issue.js 中的 GitHub 链接引用

New Skill: yida-issue

一句话给 OpenYida 提需求,自动判断路由到正确仓库并创建格式规范的 GitHub Issue。

功能

  • 自动判断目标仓库(openyida/openyida 或 openyida/yida-skills)
  • 自动识别 Issue 类型(feature 或 bug)
  • 生成规范的 Issue 标题和内容

使用示例

# 自动判断路由
node scripts/create-issue.js "希望支持批量导出表单数据"

# 指定仓库
node scripts/create-issue.js "CLI 新增命令" --repo openyida

# 报告 bug
node create-issue.js "图标颜色不生效" --type bug

opencode added 2 commits March 15, 2026 00:35
- Add trigger phrases to all yida-* skill descriptions
- Skills now auto-trigger based on user queries like '帮我做一个考勤应用'
- Reference: OpenClaw Issue #43410, Anthropic Claude Code Skill Guide

Closes #4
- Add yida-issue skill from openyida/.openclaw
- Add trigger phrases to description for auto-matching
- Update GitHub link reference in create-issue.js

Related: Will delete .openclaw from openyida repo
@nicky1108 nicky1108 merged commit 536e5a2 into main Mar 15, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants