omdsh-dev/dsh-github-integration

A static github-issue-pr Skill for planning and running auditable GitHub Issue and Pull Request campaigns. It contains guidance only; GitHub authentication and tool permissions are supplied by the user's chosen provider.

catalog 简介 / catalog descriptioncatalog description:—

项目介绍Project Overview

DSH GitHub Integration 是一个静态的 github-issue-pr 技能,用于规划与执行可审计的 GitHub Issue 与 Pull Request 活动。它仅提供操作指引,认证与权限由用户所选 Provider 提供。适用于需要批量推进工单与合并请求、并希望过程留痕的场景。需注意:技能文档不直接运行,认证配置由调用方自行负责。

DSH GitHub Integration is a static github-issue-pr Skill for planning and running auditable GitHub Issue and Pull Request campaigns. It ships guidance only; authentication and tool permissions are supplied by the user's chosen provider. Use it when orchestrating bulk ticket and PR workflows that need traceable steps. Note that the Skill document is reviewed as source and never executed by the Workshop Harness, so callers must handle auth configuration themselves.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add github:omdsh-dev/dsh-github-integration

omdsh-dev/dsh-github-integration 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

DSH GitHub Integration

A static github-issue-pr Skill for planning and running auditable GitHub Issue and Pull Request campaigns. It contains guidance only; GitHub authentication and tool permissions are supplied by the user's chosen provider.

Workshop contract

The release under plugins/github-integration/.dsh-plugin declares the public package.json#dshWorkshop Skill contract. It is reviewed as source and is never executed by the Workshop Harness.

  • Protocol: skill
  • Admission mode: guided
  • Artifact: skills/github-issue-pr/SKILL.md
  • Declared scopes: GitHub read and write
  • Registry authority: none; a passing static review remains Catalog-only

The former Repository Plugin wrapper and generated asset copy have been removed. The Skill document is now the only source of truth.

Verify

node scripts/verify-release.mjs

The gate validates metadata, frontmatter, contained links, high-risk command patterns, package contents, and public-release hygiene without running instructions from the Skill.

License

MIT

上一个 Prev dsh-task-control 下一个 Next dsh-kernel-kimi