om-followup-issue-from-pr
GitHub扩展PR后续Issue创建技能,定位AI规范文件并自动打标。若引用企业级规范则标记enterprise,引导执行实施或修复命令,确保规范合并后可操作。
Trigger Scenarios
Install
npx skills add open-mercato/open-mercato --skill om-followup-issue-from-pr -g -y
SKILL.md
Frontmatter
{
"name": "om-followup-issue-from-pr",
"description": "Open Mercato repo-local extension of the shared `om-followup-issue-from-pr` skill (installed from open-mercato\/skills into .agents\/skills\/). Pins design-doc detection to .ai\/specs\/ (+ enterprise\/), keeps the `enterprise` label, and hands specs off to om-implement-spec."
}
Follow-up Issue From PR — Open Mercato extension
This file extends the shared om-followup-issue-from-pr skill from open-mercato/skills (installed at .agents/skills/om-followup-issue-from-pr/SKILL.md). Follow the shared workflow with these repo specifics:
Spec detection (design-doc mode)
Specs live in .ai/specs/ (OSS) and .ai/specs/enterprise/ (Enterprise). Filenames follow {YYYY-MM-DD}-{kebab-case-title}.md; legacy SPEC-* / SPEC-ENT-* names also count as specs. Ignore .ai/specs/implemented/ — those are done. A follow-up that references a spec in .ai/specs/enterprise/ gets the enterprise category label (via the apply_label guard) in addition to the shared labeling rules.
Tracking-issue template
Use a ## Spec section (not "Design doc") linking the spec path, and state the pickup path: run /om-implement-spec for spec implementation (or /om-auto-fix-issue for a scoped bug), noting the spec is actionable only after its spec PR is merged into develop.
Version History
- c915d76 Current 2026-07-24 20:43


