用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/llipe/dev-tasks --skill activity-publish-github命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | activity-publish-github |
| description | Publish user stories as GitHub Issues following github-ops conventions. Use after generate-stories. |
Publish user stories as GitHub Issues so GitHub becomes the source of truth for execution tracking. Use this skill after stories are approved. Invoked by the product-engineer agent in Feature Mode.
RFC 2119 Notice: The key words MUST, MUST NOT, REQUIRED, SHALL, SHALL NOT, SHOULD, SHOULD NOT, RECOMMENDED, MAY, and OPTIONAL in this document are to be interpreted as described in RFC 2119.
Take a list of user stories and publish them as GitHub Issues using GitHub MCP or gh CLI, so GitHub becomes the source of truth for execution tracking.
This activity assumes the following document exists:
user-stories-[prd-name].md — The comprehensive list of user stories (produced by the generate-stories activity)github-ops conventions.github-ops whenever possible.Execution method rules:
gh CLI MAY be used.github-mcp or gh-cli) MUST be recorded in the publication report.If github-ops delegation is unavailable in the current runtime, you MUST apply github-ops issue, label, milestone, and comment conventions directly and explicitly note that fallback in your status output.
Attribution rules:
Assisted-by: <assistant name and version> in the corresponding PR body or closing comment.owner/repo)"Each GitHub Issue MUST be created using:
[PRD-<prd-number or name>] Story [ID]: [Title]lint, format:check, typecheck, test, audit, optionally validate)For JS/TS projects, command examples in issues MUST prefer pnpm and canonical scripts (pnpm run <script>).
All issue formatting and metadata MUST conform to github-ops conventions.
You MUST create a publication report:
# GitHub Publication Report: [PRD Name]
## Target Repository
- Repo: owner/repo
- Date: YYYY-MM-DD
## Created Issues
| Story ID | Story Title | Issue URL | Labels | Milestone | Assignee |
| -------- | ----------- | ---------------------------------------- | ------------- | --------- | -------- |
| S-001 | [Title] | https://github.com/owner/repo/issues/123 | backend, auth | v1 | @user |
| ... | ... | ... | ... | ... | ... |
## Notes
- Any skipped stories and why
- Any template or permission limitations
- Any manual follow-up needed
- Execution method used: `github-mcp` or `gh-cli`
- Assisted-by value used for PR creation/issue closure (if applicable)
.md)/workstream/github-publication-[prd-name].mdgithub-ops whenever possible.